From 58aec98dbeb4e94283aab472cc00abef3721ec89 Mon Sep 17 00:00:00 2001 From: wuxu <1159559925@qq.com> Date: Mon, 10 Mar 2025 21:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E6=8B=A8=E4=BB=98=E3=80=81?= =?UTF-8?q?=E4=B8=93=E9=A2=98=E7=AE=A1=E7=90=86=E3=80=81=E5=BC=80=E5=B7=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../investment/options/purposeFunds.vue | 20 +++++++ .../options/startUpDocument.vue | 59 +++++++++++++++++++ .../project/special/options/documentPage.vue | 19 +++++- .../investment/options/purposeFunds.vue | 1 + .../domain/BsSgcJsjdBuiPurposeFunds.java | 3 + .../domain/BsSgcYxjdDynamicCredit.java | 2 +- 6 files changed, 101 insertions(+), 3 deletions(-) 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 d88dfe07..d66cd081 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 @@ -469,6 +469,21 @@ placeholder="请输入项目法人经办人" /> + + + + + + + + + + @@ -546,6 +561,7 @@ export default { contractNumber: "", // 规划附件 projectFileList: [], + fundUseTypeOptions: [], // 请求头 headers: { jianwei: "jwtech " + getToken(), @@ -743,6 +759,10 @@ export default { created() { // this.subcontractsList = this.formData; this.getList(); + + this.getDicts("fund_use_type").then((response) => { + this.fundUseTypeOptions = response.data; + }); }, // 父组件 利用axios请求得到的值 传送到子组件,要监听,否则初始渲染时为空 // watch: { diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue index eac6c0e7..2eec7484 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/preparationConstruction/options/startUpDocument.vue @@ -120,12 +120,14 @@ prop="sectionName" min-width="120" /> + +