diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue index 99b648ed..7881d7de 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/purposeFunds.vue @@ -182,14 +182,14 @@ label="应付款金额单位(万元)" align="center" prop="payableAmountUnit" - min-width="120" + min-width="150" /> + > @@ -304,7 +304,7 @@ + > @@ -314,7 +314,7 @@ + > @@ -614,8 +614,8 @@ export default { } else { this.form.startYear = this.form.timeScope[0]; this.form.endYear = this.form.timeScope[1]; - this.form.proNo = this.$route.query.proNo; - this.form.proCode = this.$route.query.proCode; + this.form.proNo = this.proNo; + this.form.proCode = this.proCode; this.form.contractNumber = this.contractNumber; addFunds(this.form).then((response) => { if (response.code === 200) { diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/sourceFunds.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/sourceFunds.vue index e74697ae..b40fb239 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/sourceFunds.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/investment/options/sourceFunds.vue @@ -240,34 +240,34 @@ label="中央资金(万元)" align="center" prop="centralArrangedFunds" - min-width="120" + min-width="150" /> + > @@ -346,7 +346,7 @@ + > @@ -356,7 +356,7 @@ + > @@ -366,7 +366,7 @@ + > @@ -379,7 +379,7 @@ + > @@ -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("新增成功");