From d37243af6bccbfefdffef3b22cc90e5d4b786c55 Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Sat, 6 Sep 2025 15:09:47 +0800 Subject: [PATCH 01/12] =?UTF-8?q?refactor(volumeCatalog):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8D=B7=E5=86=8C=E7=9B=AE=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整表格列布局,增加文件数量徽章 - 优化导入按钮位置和样式 - 改进查看文件列表对话框,统一操作按钮样式 - 调整上传图纸和意见的组件样式 - 优化表格样式,增加对齐方式 --- .env.development | 2 +- src/views/design/volumeCatalog/index.vue | 160 ++++++++++------------- 2 files changed, 71 insertions(+), 91 deletions(-) diff --git a/.env.development b/.env.development index eb8185a..faff5a9 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -VITE_APP_BASE_API = 'http://192.168.110.188:8899' +VITE_APP_BASE_API = 'http://192.168.110.210:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue index f7d77df..e231fe4 100644 --- a/src/views/design/volumeCatalog/index.vue +++ b/src/views/design/volumeCatalog/index.vue @@ -1,6 +1,7 @@ From e71ec5b9c1a1a250e8d4efaadc28a7d767ff376c Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Sat, 6 Sep 2025 18:23:14 +0800 Subject: [PATCH 06/12] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index aae7043..4a809a3 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.209:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 From b412e847d48a1d7cb63731801c33b6984957bc58 Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Sat, 6 Sep 2025 18:24:12 +0800 Subject: [PATCH 07/12] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.development b/.env.development index 1a58681..4a809a3 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,6 @@ VITE_APP_TITLE = 煤科建管平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.149:8899' # 李陈杰 209 VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 From 5101dc7657326a1258fb72d08aa089e3a807124c Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Sat, 6 Sep 2025 18:26:17 +0800 Subject: [PATCH 08/12] =?UTF-8?q?fix(ctr):=20=E4=BF=AE=E5=A4=8D=E6=94=B6?= =?UTF-8?q?=E5=85=A5=E5=90=88=E5=90=8C=E7=B1=BB=E5=9E=8B=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=90=8E=E6=9C=AA=E9=87=8D=E7=BD=AE=E5=90=88=E5=90=8C=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在切换收入合同类型时,确保合同类型被正确重置 - 优化了模板中的代码格式,提高了可读性 --- src/views/ctr/index.vue | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/ctr/index.vue b/src/views/ctr/index.vue index 96f5c49..98b913d 100644 --- a/src/views/ctr/index.vue +++ b/src/views/ctr/index.vue @@ -24,7 +24,8 @@ - + @@ -37,17 +38,15 @@ - + - + @@ -61,35 +60,36 @@ - + - 选择招标 + 选择招标 - + + v-model="form.amount" placeholder="请输入合同金额" disabled /> - + @@ -208,7 +208,7 @@ const payRatioComputed = computed({ return total; }, // 只读 - set: () => {} + set: () => { } }); const checkContractType = (type) => { contract_type.value = type; @@ -280,7 +280,6 @@ const resetForm = () => { }; fileList.value = []; tempFileList.value = []; - contract_type.value = ''; setTimeout(() => { localStorage.removeItem('tempContractForm'); }, 0); @@ -399,6 +398,7 @@ const getInfoByProjectIdList = async () => { form.value.contractOwner = res.data.planDuration; }; onMounted(() => { + contract_type.value = ''; getInfoByProjectIdList(); const tempForm = localStorage.getItem('tempContractForm'); From 4fa4c754f931dce481d9b4b70c8f5499bd5f7d7a Mon Sep 17 00:00:00 2001 From: dhr <2216804034@qq.com> Date: Sat, 6 Sep 2025 18:51:05 +0800 Subject: [PATCH 09/12] 0906 --- src/views/equipment/equipmentGPS.vue | 81 +++- src/views/equipment/index.js | 392 ++++++++++++++++++ src/views/equipment/index.vue | 135 +++--- .../BasicData/landBlock/index.vue | 4 +- .../landTransferLedger/index.vue | 10 +- 5 files changed, 555 insertions(+), 67 deletions(-) create mode 100644 src/views/equipment/index.js diff --git a/src/views/equipment/equipmentGPS.vue b/src/views/equipment/equipmentGPS.vue index 35290b8..8a24dea 100644 --- a/src/views/equipment/equipmentGPS.vue +++ b/src/views/equipment/equipmentGPS.vue @@ -1,17 +1,63 @@