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" >
- + - + - + + + + + + + + +