|
|
@@ -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">
|