Browse Source

身份证号码调整为非必填

胡杰 1 year ago
parent
commit
3d5f7e075c

+ 3 - 3
cn.com.taiji.system/src/main/resources/templates/thymeleaf/dcbcuser/user_edit.html

@@ -76,10 +76,10 @@
 									nullmsg="请输入您的手机号" sucmsg="&nbsp;" th:value="${user.phoneNum}" /></td>
 							</tr>
 							<tr>
-								<th><font class="fontred">*</font>身份证号</th>
+								<th>身份证号</th>
 								<td><input type="text" name="userkey" id="userkey"
-									class="input-normal input-wdl" value="" datatype="idcard"
-									errormsg="请输入您的身份证号" nullmsg="请输入您的身份证号" th:value="${user.userkey}" sucmsg="&nbsp;" /><span
+									class="input-normal input-wdl" value="" datatype="idcard" ignore="ignore"
+									errormsg="身份证号码格式不正确" nullmsg="请输入您的身份证号" th:value="${user.userkey}" sucmsg="&nbsp;" /><span
 									style="color: red;" id="spanuserkey"></span></td>
 							</tr>
 						</tbody>

+ 3 - 3
cn.com.taiji.system/src/main/resources/templates/thymeleaf/dcbcuser/user_new.html

@@ -114,10 +114,10 @@
 									errormsg="请输入您的手机号" nullmsg="请输入您的手机号" sucmsg="&nbsp;" /></td>
 							</tr>
 							<tr>
-								<th><font class="fontred">*</font>身份证号</th>
+								<th>身份证号</th>
 								<td><input type="text" name="userkey" id="userkey"
-									class="input-normal input-wdl" value="" datatype="idcard"
-									errormsg="请输入您的身份证号" nullmsg="请输入您的身份证号" sucmsg="&nbsp;" /><span
+									class="input-normal input-wdl" value="" datatype="idcard" ignore="ignore"
+									errormsg="身份证号码格式不正确" nullmsg="请输入您的身份证号" sucmsg="&nbsp;" /><span
 									style="color: red;" id="spanuserkey"></span></td>
 							</tr>
 						</tbody>