|
|
@ -240,34 +240,34 @@ |
|
|
|
label="中央资金(万元)" |
|
|
|
align="center" |
|
|
|
prop="centralArrangedFunds" |
|
|
|
min-width="120" |
|
|
|
min-width="150" |
|
|
|
/> |
|
|
|
<el-table-column |
|
|
|
label="省级资金(万元)" |
|
|
|
align="center" |
|
|
|
prop="provincialFunding" |
|
|
|
min-width="120" |
|
|
|
min-width="150" |
|
|
|
/> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
label="地市级资金(万元)" |
|
|
|
align="center" |
|
|
|
prop="cityLevelFunds" |
|
|
|
min-width="120" |
|
|
|
min-width="150" |
|
|
|
/> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
label="县级资金(万元)" |
|
|
|
align="center" |
|
|
|
prop="countyLevelFunds" |
|
|
|
min-width="120" |
|
|
|
min-width="150" |
|
|
|
/> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
label="乡镇及群众自筹和其他投资(万元)" |
|
|
|
align="center" |
|
|
|
prop="townshipInvestments" |
|
|
|
min-width="120" |
|
|
|
min-width="230" |
|
|
|
/> |
|
|
|
|
|
|
|
<el-table-column |
|
|
@ -336,7 +336,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="form.centralArrangedFunds" |
|
|
|
placeholder="请输入中央资金" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot="append">万元</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
@ -346,7 +346,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="form.provincialFunding" |
|
|
|
placeholder="请输入省级资金" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot="append">万元</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
@ -356,7 +356,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="form.cityLevelFunds" |
|
|
|
placeholder="请输入地市级资金" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot="append">万元</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
@ -366,7 +366,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="form.countyLevelFunds" |
|
|
|
placeholder="请输入县级资金" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot="append">万元</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
@ -379,7 +379,7 @@ |
|
|
|
<el-input |
|
|
|
v-model="form.townshipInvestments" |
|
|
|
placeholder="请输入乡镇及群众自筹和其他投资" |
|
|
|
> |
|
|
|
> |
|
|
|
<template slot="append">万元</template> |
|
|
|
</el-input> |
|
|
|
</el-form-item> |
|
|
@ -571,8 +571,8 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
} else { |
|
|
|
this.form.proNo = this.$route.query.proNo; |
|
|
|
this.form.proCode = this.$route.query.proCode; |
|
|
|
this.form.proNo = this.proNo; |
|
|
|
this.form.proCode = this.proCode; |
|
|
|
addFunds(this.form).then((response) => { |
|
|
|
if (response.code === 200) { |
|
|
|
this.msgSuccess("新增成功"); |
|
|
|