|
|
@@ -94,7 +94,7 @@
|
|
94
|
94
|
<label class="label">申请数量<span style="color: red;">*</span></label>
|
|
95
|
95
|
<label class="input">
|
|
96
|
96
|
<input type="text" ng-model="detailInfo.applyCount" name="applyCount{{$index}}" ng-readonly="isNotEdit" ng-disabled="isNotEdit"
|
|
97
|
|
- validInt="true" required ng-change="countApplyAmount($index)">
|
|
|
97
|
+ validNumber="true" required ng-change="countApplyAmount($index)">
|
|
98
|
98
|
</label>
|
|
99
|
99
|
</section>
|
|
100
|
100
|
<section class="col col-1">
|