|
|
@@ -85,11 +85,10 @@
|
|
85
|
85
|
|
|
86
|
86
|
<div class="row">
|
|
87
|
87
|
<section class="col col-3">
|
|
88
|
|
- <label class="label">单价</label>
|
|
|
88
|
+ <label class="label">单价(万元)<span style="color: red;">*</span></label>
|
|
89
|
89
|
<label class="input">
|
|
90
|
|
- <input type="text" ng-model="dSbxxsjy.cgjg"
|
|
91
|
|
- ng-readonly="isNotEdit"
|
|
92
|
|
- placeholder="单价" validInteger="true">
|
|
|
90
|
+ <input type="text" ng-model="dSbxxsjy.cgjg" name="cgjg" ng-readonly="isNotEdit" required
|
|
|
91
|
+ placeholder="单价" validInteger="true" />
|
|
93
|
92
|
</label>
|
|
94
|
93
|
</section>
|
|
95
|
94
|
<section class="col col-3">
|