Explorar el Código

去掉人员管理性别和身份证信息

wangcz hace 7 años
padre
commit
ca9780ac68

+ 30 - 30
src/main/webapp/resources/tpl/index/account/user.html

@@ -118,24 +118,24 @@
 							class="form-control input-sm" type="text" />
 							class="form-control input-sm" type="text" />
 					</div>
 					</div>
 				</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>
 			<div class="row row-sm item">
 			<div class="row row-sm item">
 				<div class="col-xs-3">
 				<div class="col-xs-3">
@@ -264,8 +264,8 @@
 						<th width="90">UU</th>
 						<th width="90">UU</th>
 						<th width="120">姓名</th>
 						<th width="120">姓名</th>
 						<th width="80">性别</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="200">邮箱</th>
 						<th width="70">客户分配</th>
 						<th width="70">客户分配</th>
 						<th colspan="2">角色</th>
 						<th colspan="2">角色</th>
@@ -279,14 +279,14 @@
 						<td class="text-center"><input ng-model="newUser.userName"
 						<td class="text-center"><input ng-model="newUser.userName"
 							class="form-control input-sm" required type="text"
 							class="form-control input-sm" required type="text"
 							placeholder="用户名"></td>
 							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"
 						<td class="text-center"
 							ng-class="{'has-error': userTelError, 'has-success': userTelSuccess}">
 							ng-class="{'has-error': userTelError, 'has-success': userTelSuccess}">
 							<input ng-model="newUser.userTel"
 							<input ng-model="newUser.userTel"
@@ -307,8 +307,8 @@
 					<tr ng-repeat="u in $data">
 					<tr ng-repeat="u in $data">
 						<td class="text-center" ng-bind="::u.userUU"></td>
 						<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.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.userTel"></td>
 						<td class="text-center" ng-bind="::u.userEmail"></td>
 						<td class="text-center" ng-bind="::u.userEmail"></td>
 						<td class="text-center row-operator2">
 						<td class="text-center row-operator2">

+ 28 - 28
src/main/webapp/resources/tpl/index/approvalFlow/user.html

@@ -214,24 +214,24 @@
 							class="form-control input-sm" type="text" />
 							class="form-control input-sm" type="text" />
 					</div>
 					</div>
 				</div>
 				</div>
-				<div class="col-xs-4">
-					<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-4">
-					<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-4">-->
+					<!--<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-4">-->
+					<!--<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>
 			<div class="row row-sm item">
 			<div class="row row-sm item">
 				<div class="col-xs-4">
 				<div class="col-xs-4">
@@ -372,12 +372,12 @@
 					<tr class="header">
 					<tr class="header">
 						<th width="90">UU</th>
 						<th width="90">UU</th>
 						<th width="120">姓名</th>
 						<th width="120">姓名</th>
-						<th width="80">性别</th>
+						<!--<th width="80">性别</th>-->
 						<!--<th width="170">身份证号</th>-->
 						<!--<th width="170">身份证号</th>-->
 						<th width="170">电话</th>
 						<th width="170">电话</th>
 						<th width="150">邮箱</th>
 						<th width="150">邮箱</th>
-						<th width="120">角色</th>
-						<th>&nbsp;</th>
+						<th width="200">角色</th>
+						<!--<th>&nbsp;</th>-->
 						<th width="100">客户分配</th>
 						<th width="100">客户分配</th>
 					</tr>
 					</tr>
 				</thead>
 				</thead>
@@ -389,12 +389,12 @@
 						<td class="text-center"><input ng-model="newUser.userName"
 						<td class="text-center"><input ng-model="newUser.userName"
 							class="form-control input-sm" required type="text"
 							class="form-control input-sm" required type="text"
 							placeholder="用户名"></td>
 							placeholder="用户名"></td>
-						<td class="text-center"><select ng-model="newUser.userSex"
-							class="form-control input-sm" ng-init="newUser.userSex='M'" style="width: 80px;">
-								<option value="F">女</option>
-								<option value="M">男</option>
-						</select>
-						</td>
+						<!--<td class="text-center"><select ng-model="newUser.userSex"-->
+							<!--class="form-control input-sm" ng-init="newUser.userSex='M'" style="width: 80px;">-->
+								<!--<option value="F">女</option>-->
+								<!--<option value="M">男</option>-->
+						<!--</select>-->
+						<!--</td>-->
 						<!--<td class="text-center"><input ng-model="newUser.userIdcode"
 						<!--<td class="text-center"><input ng-model="newUser.userIdcode"
 							class="form-control input-sm" type="text" placeholder="身份证号">
 							class="form-control input-sm" type="text" placeholder="身份证号">
 						</td>-->
 						</td>-->
@@ -418,7 +418,7 @@
 					<tr ng-repeat="u in $data">
 					<tr ng-repeat="u in $data">
 						<td class="text-center" ng-bind="::u.userUU"></td>
 						<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.userName"></td>
-						<td class="text-center" ng-bind="::u.userSex == 'F' ? '女' : '男'"></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.userIdcode"></td>-->
 						<td class="text-center" ng-bind="::u.userTel"></td>
 						<td class="text-center" ng-bind="::u.userTel"></td>
 						<td class="text-center" ng-bind="::u.userEmail"></td>
 						<td class="text-center" ng-bind="::u.userEmail"></td>