Kaynağa Gözat

客户统一信用代码校验

fanxw 1 yıl önce
ebeveyn
işleme
91fa1d0368

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

@@ -266,7 +266,7 @@
266
                                             <label class="label">统一社会信用代码<span style="color: red;">*</span></label>
266
                                             <label class="label">统一社会信用代码<span style="color: red;">*</span></label>
267
                                             <label class="input">
267
                                             <label class="input">
268
                                                 <input class="form-control" type="text" ng-model="customer.socialCreditCode" ng-readonly="isNotEdit" name="socialCreditCode"
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
                                             </label>
270
                                             </label>
271
                                         </section>
271
                                         </section>
272
                                         <section class="col col-4">
272
                                         <section class="col col-4">