|
@@ -34,14 +34,14 @@
|
|
|
<tr>
|
|
|
<th>活动经费(万元)<span style="color: red;">*</span></th>
|
|
|
<td ng-class="{ 'focused error' : this.editForm.activityfunds.$invalid && this.editForm.$submitted}">
|
|
|
- <input type="number" name="activityfunds" ng-model="dataModel.activityfunds" step="0.0001" ng-change="fundsChange()"
|
|
|
+ <input type="number" name="activityfunds" ng-model="dataModel.activityfunds" step="0.00000000001" ng-change="fundsChange()"
|
|
|
class="form-control" ng-required="true"/>
|
|
|
<label ng-show="this.editForm.activityfunds.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</label>
|
|
|
</td>
|
|
|
<th>“双创”经费(万元)<span style="color: red;">*</span></th>
|
|
|
<td ng-class="{ 'focused error' : this.editForm.rewardfunds.$invalid && this.editForm.$submitted}">
|
|
|
- <input type="number" name="rewardfunds" ng-model="dataModel.rewardfunds" step="0.0001"
|
|
|
+ <input type="number" name="rewardfunds" ng-model="dataModel.rewardfunds" step="0.0000000001"
|
|
|
class="form-control" ng-required="true" ng-change="fundsChange()"/>
|
|
|
<label ng-show="this.editForm.rewardfunds.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</label>
|
|
@@ -50,7 +50,7 @@
|
|
|
<tr>
|
|
|
<th>预算费用(万元)<span style="color: red;">*</span></th>
|
|
|
<td ng-class="{ 'focused error' : this.editForm.budgetfunds.$invalid && this.editForm.$submitted}">
|
|
|
- <input type="number" name="budgetfunds" ng-model="dataModel.budgetfunds" step="0.0001"
|
|
|
+ <input type="number" name="budgetfunds" ng-model="dataModel.budgetfunds" step="0.0000000001"
|
|
|
class="form-control" ng-required="true" readonly/>
|
|
|
<label ng-show="this.editForm.budgetfunds.$invalid && this.editForm.$submitted"
|
|
|
class="error">必填.</label>
|