From 2815b7d6b0b99dcb95c0affcf8ad9bfce163340d Mon Sep 17 00:00:00 2001 From: dhr <2216804034@qq.com> Date: Fri, 29 Aug 2025 19:54:27 +0800 Subject: [PATCH 01/13] 1 --- src/views/design/subcontract/index.vue | 2 +- .../formalitiesAreConsolidated/index.vue | 10 ++-- .../BasicData/enterRoad/index.vue | 47 +++++++++++-------- .../BasicData/landBlock/index.vue | 2 +- .../landTransferLedger/index.vue | 2 +- .../landTransferLedgerFangzhen/index.vue | 2 +- .../nonTransferLedger/index.vue | 2 +- src/views/project/subcontract/index.vue | 2 +- 8 files changed, 39 insertions(+), 30 deletions(-) diff --git a/src/views/design/subcontract/index.vue b/src/views/design/subcontract/index.vue index 4262682..51892ce 100644 --- a/src/views/design/subcontract/index.vue +++ b/src/views/design/subcontract/index.vue @@ -49,7 +49,7 @@ diff --git a/src/views/formalities/formalitiesAreConsolidated/index.vue b/src/views/formalities/formalitiesAreConsolidated/index.vue index 0f9bbe8..8e80b7f 100644 --- a/src/views/formalities/formalitiesAreConsolidated/index.vue +++ b/src/views/formalities/formalitiesAreConsolidated/index.vue @@ -47,16 +47,16 @@ diff --git a/src/views/cory/workMessage/index.vue b/src/views/cory/workMessage/index.vue index 555845d..805cdc0 100644 --- a/src/views/cory/workMessage/index.vue +++ b/src/views/cory/workMessage/index.vue @@ -300,6 +300,7 @@ const selectType = (value: string) => { const resetForm = () => { formRef.value?.resetFields(); }; + //监听项目id刷新数据 const listeningProject = watch( () => currentProject.value?.id, diff --git a/src/views/cory/workMessage/indexEdit.vue b/src/views/cory/workMessage/indexEdit.vue new file mode 100644 index 0000000..c04c34b --- /dev/null +++ b/src/views/cory/workMessage/indexEdit.vue @@ -0,0 +1,482 @@ + + + + From 873aecf81529d1ceaf98aeb4211eb940c610e30c Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Sat, 30 Aug 2025 01:16:18 +0800 Subject: [PATCH 07/13] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../cory/template/components/contactform.vue | 2 +- .../engineeringChangeApplicationForm.vue | 4 +- src/views/cory/template/indexEdit.vue | 9 +- .../constructionSchedulePlan/index.vue | 91 ++++++++++++------- .../plan/component/createDailyRate.vue | 1 - 6 files changed, 66 insertions(+), 43 deletions(-) diff --git a/.env.development b/.env.development index 764306d..eb8185a 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.149:8899' +VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/views/cory/template/components/contactform.vue b/src/views/cory/template/components/contactform.vue index d280eb9..6949f1b 100644 --- a/src/views/cory/template/components/contactform.vue +++ b/src/views/cory/template/components/contactform.vue @@ -1,7 +1,7 @@