|
@ -478,11 +478,12 @@ export default { |
|
|
label="国补资金" |
|
|
label="国补资金" |
|
|
prop="nationalSupplement" |
|
|
prop="nationalSupplement" |
|
|
> |
|
|
> |
|
|
<el-input |
|
|
<el-input-number |
|
|
style="width: 79px" |
|
|
style="width: 90px" |
|
|
v-model="ruleForm.nationalSupplement" |
|
|
v-model="ruleForm.nationalSupplement" |
|
|
type="number" |
|
|
|
|
|
:min="0" |
|
|
:min="0" |
|
|
|
|
|
:precision="4" |
|
|
|
|
|
:controls="false" |
|
|
@input="calculateBudget()" |
|
|
@input="calculateBudget()" |
|
|
placeholder="请输入" |
|
|
placeholder="请输入" |
|
|
:disabled="prohibitEditing" |
|
|
:disabled="prohibitEditing" |
|
@ -490,23 +491,25 @@ export default { |
|
|
万元 |
|
|
万元 |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item |
|
|
<el-form-item |
|
|
label-width="120px" |
|
|
label-width="98px" |
|
|
label="自筹资金" |
|
|
label="自筹资金" |
|
|
prop="selfSupplement" |
|
|
prop="selfSupplement" |
|
|
> |
|
|
> |
|
|
<el-input |
|
|
<el-input-number |
|
|
style="width: 79px" |
|
|
style="width: 90px" |
|
|
v-model="ruleForm.selfSupplement" |
|
|
v-model="ruleForm.selfSupplement" |
|
|
type="number" |
|
|
type="number" |
|
|
:min="0" |
|
|
:min="0" |
|
|
|
|
|
:precision="4" |
|
|
|
|
|
:controls="false" |
|
|
@input="calculateBudget()" |
|
|
@input="calculateBudget()" |
|
|
placeholder="请输入" |
|
|
placeholder="请输入" |
|
|
:disabled="prohibitEditing" |
|
|
:disabled="prohibitEditing" |
|
|
/> |
|
|
/> |
|
|
万元 |
|
|
万元 |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label-width="120px" label="项目预算"> |
|
|
<el-form-item label-width="98px" label="项目预算"> |
|
|
<el-input style="width: 79px" v-model="ruleForm.budget" disabled /> |
|
|
<el-input style="width: 90px" v-model="ruleForm.budget" disabled /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</div> |
|
|
</div> |
|
|
<el-form-item label-width="120px" label="具体地点" prop="location"> |
|
|
<el-form-item label-width="120px" label="具体地点" prop="location"> |
|
|