소스 검색

客户统一信用代码校验

fanxw 1 년 전
부모
커밋
91fa1d0368
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/app/business/customer/views/customer-edit.html

+ 1 - 1
src/main/resources/static/app/business/customer/views/customer-edit.html

@@ -266,7 +266,7 @@
266 266
                                             <label class="label">统一社会信用代码<span style="color: red;">*</span></label>
267 267
                                             <label class="input">
268 268
                                                 <input class="form-control" type="text" ng-model="customer.socialCreditCode" ng-readonly="isNotEdit" name="socialCreditCode"
269
-                                                ng-blur="checkRepeat()" required maxlength="18">
269
+                                                ng-blur="checkRepeat()" required maxlength="18" minlength="18">
270 270
                                             </label>
271 271
                                         </section>
272 272
                                         <section class="col col-4">