|
|
@@ -15,7 +15,7 @@
|
|
|
<p>供应商联系人信息</p>
|
|
|
<form class="per-data" name="contactInfo" id="contactInfo">
|
|
|
<ul>
|
|
|
- <li><em>姓名</em><input type="text" placeholder="姓名" ng-model="contact.venduser" required="true"><span>联系人姓名</span></li>
|
|
|
+ <li><em>姓名</em><input type="text" placeholder="姓名" ng-model="contact.venduser" required="true"><span>联系人姓名(必填)</span></li>
|
|
|
<li>
|
|
|
<em>性别</em>
|
|
|
<select name="" id="" ng-model="contact.sex" ng-init="contact.sex = 'M'">
|
|
|
@@ -24,7 +24,7 @@
|
|
|
</select>
|
|
|
</li>
|
|
|
<li><em>职位</em><input type="text" placeholder="职位" ng-model="contact.position"></li>
|
|
|
- <li><em>手机</em><input type="text" placeholder="手机" ng-model="contact.tel" required="true" ng-pattern="/^1(3|4|5|7|8)\d{9}$/"><span>联系人手机号</span></li>
|
|
|
+ <li><em>手机</em><input type="text" placeholder="手机" ng-model="contact.tel" required="true" ng-pattern="/^1(3|4|5|7|8)\d{9}$/"><span>联系人手机号(必填)</span></li>
|
|
|
<li><em>电话</em><input type="text" placeholder="电话" ng-model="contact.phone"><span>联系人电话号码</span></li>
|
|
|
<li><em>邮箱</em><input type="email" placeholder="邮箱" ng-model="contact.email" ng-pattern="/^(\w-*\.*)+@(\w-?)+(\.\w{2,})+$/"/><span>联系人邮箱</span></li>
|
|
|
<li class="per-btn"><button ng-click="save(contact)" class="save" ng-disabled="contactInfo.$invalid">保存</button><a ng-click="cancel()" class="mod-psd">取消</a></li>
|