From b256eb83f0b0b8ca2311676e58f729e4e0ee0bb8 Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Sat, 23 Aug 2025 08:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/design/designChange/indexEdit.vue | 2 +- src/views/design/drawingreview/detailForm.vue | 10 +++++----- src/views/out/monthPlan/indexEdit.vue | 16 ++++++++++++---- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.env.development b/.env.development index 4c056ae..500d6b0 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,9 @@ VITE_APP_ENV = 'development' # 开发环境 # 李陈杰 209 -# VITE_APP_BASE_API = 'http://192.168.110.209:8899' +VITE_APP_BASE_API = 'http://192.168.110.209:8899' # 曾涛 -VITE_APP_BASE_API = 'http://192.168.110.180:8899' +# VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.213:8899' # 朱银 diff --git a/src/views/design/designChange/indexEdit.vue b/src/views/design/designChange/indexEdit.vue index 2519ac5..1f01649 100644 --- a/src/views/design/designChange/indexEdit.vue +++ b/src/views/design/designChange/indexEdit.vue @@ -215,7 +215,7 @@ const routeParams = ref>({}); const flowCodeOptions = [ { value: currentProject.value?.id + '_designchangeddoc', - label: '变更图纸审批' + label: '设计变更下发审批' } ]; diff --git a/src/views/design/drawingreview/detailForm.vue b/src/views/design/drawingreview/detailForm.vue index efa1fe1..54c1a48 100644 --- a/src/views/design/drawingreview/detailForm.vue +++ b/src/views/design/drawingreview/detailForm.vue @@ -276,12 +276,12 @@ const submit = async (businessId, cb) => { await formRef.value?.validate(); cb(); formData.subprojectName = subProjectMap.get(formData.subprojectId); - formData.drawingreviewId = businessId; - // const res = await drawingreviewReceipts(formData); - // if (res.code === 200) { + formData.drawingreviewId = businessId.split("_")[0]; + const res = await drawingreviewReceipts(formData); + if (res.code === 200) { // 提交成功处理逻辑 - // console.log('提交成功'); - // } + console.log('提交成功'); + } }; onMounted(() => { getSubProject(); diff --git a/src/views/out/monthPlan/indexEdit.vue b/src/views/out/monthPlan/indexEdit.vue index dc05a7d..708f793 100644 --- a/src/views/out/monthPlan/indexEdit.vue +++ b/src/views/out/monthPlan/indexEdit.vue @@ -25,29 +25,37 @@ :disabled="routeParams.type === 'view' || form.status == 'waiting'" :model="form" :rules="rules" - label-width="120px" + label-width="80px" class="space-y-4" >
- + - + - + + + + + + + + +