|
|
@@ -118,24 +118,24 @@
|
|
|
class="form-control input-sm" type="text" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-xs-3">
|
|
|
- <span class="title">性别</span>
|
|
|
- <div class="content" ng-show="!editing"
|
|
|
- ng-bind="user.userSex == 'F' ? '女' : '男'"></div>
|
|
|
- <div class="content" ng-show="editing">
|
|
|
- <label class="radio-inline"><input ng-model="user.userSex"
|
|
|
- value="F" type="radio" /> 女 </label> <label class="radio-inline"><input
|
|
|
- ng-model="user.userSex" value="M" type="radio" /> 男 </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="col-xs-6">
|
|
|
- <span class="title">身份证号</span>
|
|
|
- <div class="content" ng-show="!editing" ng-bind="user.userIdcode"></div>
|
|
|
- <div class="content" ng-show="editing">
|
|
|
- <input ng-model="user.userIdcode" class="form-control input-sm"
|
|
|
- type="text" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <!--<div class="col-xs-3">-->
|
|
|
+ <!--<span class="title">性别</span>-->
|
|
|
+ <!--<div class="content" ng-show="!editing"-->
|
|
|
+ <!--ng-bind="user.userSex == 'F' ? '女' : '男'"></div>-->
|
|
|
+ <!--<div class="content" ng-show="editing">-->
|
|
|
+ <!--<label class="radio-inline"><input ng-model="user.userSex"-->
|
|
|
+ <!--value="F" type="radio" /> 女 </label> <label class="radio-inline"><input-->
|
|
|
+ <!--ng-model="user.userSex" value="M" type="radio" /> 男 </label>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div class="col-xs-6">-->
|
|
|
+ <!--<span class="title">身份证号</span>-->
|
|
|
+ <!--<div class="content" ng-show="!editing" ng-bind="user.userIdcode"></div>-->
|
|
|
+ <!--<div class="content" ng-show="editing">-->
|
|
|
+ <!--<input ng-model="user.userIdcode" class="form-control input-sm"-->
|
|
|
+ <!--type="text" />-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</div>-->
|
|
|
</div>
|
|
|
<div class="row row-sm item">
|
|
|
<div class="col-xs-3">
|
|
|
@@ -264,8 +264,8 @@
|
|
|
<th width="90">UU</th>
|
|
|
<th width="120">姓名</th>
|
|
|
<th width="80">性别</th>
|
|
|
- <th width="170">身份证号</th>
|
|
|
- <th width="170">电话</th>
|
|
|
+ <!--<th width="170">身份证号</th>-->
|
|
|
+ <!--<th width="170">电话</th>-->
|
|
|
<th width="200">邮箱</th>
|
|
|
<th width="70">客户分配</th>
|
|
|
<th colspan="2">角色</th>
|
|
|
@@ -279,14 +279,14 @@
|
|
|
<td class="text-center"><input ng-model="newUser.userName"
|
|
|
class="form-control input-sm" required type="text"
|
|
|
placeholder="用户名"></td>
|
|
|
- <td class="text-center"><select ng-model="newUser.userSex"
|
|
|
- class="form-control input-sm" ng-init="newUser.userSex='M'">
|
|
|
- <option value="F">女</option>
|
|
|
- <option value="M">男</option>
|
|
|
- </select></td>
|
|
|
- <td class="text-center"><input ng-model="newUser.userIdcode"
|
|
|
- class="form-control input-sm" type="text" placeholder="身份证号">
|
|
|
- </td>
|
|
|
+ <!--<td class="text-center"><select ng-model="newUser.userSex"-->
|
|
|
+ <!--class="form-control input-sm" ng-init="newUser.userSex='M'">-->
|
|
|
+ <!--<option value="F">女</option>-->
|
|
|
+ <!--<option value="M">男</option>-->
|
|
|
+ <!--</select></td>-->
|
|
|
+ <!--<td class="text-center"><input ng-model="newUser.userIdcode"-->
|
|
|
+ <!--class="form-control input-sm" type="text" placeholder="身份证号">-->
|
|
|
+ <!--</td>-->
|
|
|
<td class="text-center"
|
|
|
ng-class="{'has-error': userTelError, 'has-success': userTelSuccess}">
|
|
|
<input ng-model="newUser.userTel"
|
|
|
@@ -307,8 +307,8 @@
|
|
|
<tr ng-repeat="u in $data">
|
|
|
<td class="text-center" ng-bind="::u.userUU"></td>
|
|
|
<td class="text-center" ng-bind="::u.userName"></td>
|
|
|
- <td class="text-center" ng-bind="::u.userSex == 'F' ? '女' : '男'"></td>
|
|
|
- <td class="text-center" ng-bind="::u.userIdcode"></td>
|
|
|
+ <!--<td class="text-center" ng-bind="::u.userSex == 'F' ? '女' : '男'"></td>-->
|
|
|
+ <!--<td class="text-center" ng-bind="::u.userIdcode"></td>-->
|
|
|
<td class="text-center" ng-bind="::u.userTel"></td>
|
|
|
<td class="text-center" ng-bind="::u.userEmail"></td>
|
|
|
<td class="text-center row-operator2">
|