From 897e41c4223616be1f6ab70cffe15ed921f26ccd Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Fri, 29 Aug 2025 21:04:51 +0800 Subject: [PATCH 1/5] =?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 +- src/views/tender/plan/index.vue | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.env.development b/.env.development index 9ab76bb..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.180: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/tender/plan/index.vue b/src/views/tender/plan/index.vue index 63a4eff..604ac7d 100644 --- a/src/views/tender/plan/index.vue +++ b/src/views/tender/plan/index.vue @@ -187,6 +187,16 @@ + + + + {{ + (scope.row.quantity ? Number(scope.row.quantity) : 0) - (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) == 0 + ? '' + : (scope.row.quantity ? Number(scope.row.quantity) : 0) - (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) + }} + + - - - - {{ - (scope.row.quantity ? Number(scope.row.quantity) : 0) - (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) == 0 - ? '' - : (scope.row.quantity ? Number(scope.row.quantity) : 0) - (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) - }} - - - From 06d111b9e6b242d4a4f1f79460bf09283e85b529 Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Fri, 29 Aug 2025 21:36:10 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tender/plan/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/tender/plan/index.vue b/src/views/tender/plan/index.vue index 604ac7d..0245141 100644 --- a/src/views/tender/plan/index.vue +++ b/src/views/tender/plan/index.vue @@ -161,7 +161,7 @@ - + @@ -430,9 +430,12 @@ const getVersionNums = async () => { options.value = res.data; if (res.data.length > 0) { console.log(11111); - treeForm.value.versions = res.data[0].versions; - getSheetName(); + if (planType.value == '2') { + getSheetName(); + } else { + getTreeList(); + } } else { treeForm.value.versions = ''; // getSheetName(); From a2ea5e5979ebd5406f49e0429a50eef8523eeebf Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Fri, 29 Aug 2025 22:10:42 +0800 Subject: [PATCH 3/5] =?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 +- src/views/design/Professional/index.vue | 10 +++++++++- src/views/design/drawing/index.vue | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index eb8185a..9ab76bb 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.180:8899' # 曾涛 # VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 diff --git a/src/views/design/Professional/index.vue b/src/views/design/Professional/index.vue index 27952ed..25340b2 100644 --- a/src/views/design/Professional/index.vue +++ b/src/views/design/Professional/index.vue @@ -37,7 +37,15 @@ - 审核 + 审核 { loading.value = true; try { - const res = await joinList({ type: catalogueId.value, ...queryParams.value }); + const res = await joinList({ type: catalogueId.value, ...queryParams.value, auditStatus: 'finish' }); volumeCatalogList.value = res.rows; total.value = res.total; } finally { From 8887392758eba9b3ad52ab47b2e8e80a07b8424c Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Fri, 29 Aug 2025 22:45:49 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cory/workMessage/index.vue | 46 ++++++++++++---------------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/src/views/cory/workMessage/index.vue b/src/views/cory/workMessage/index.vue index 71595ea..555845d 100644 --- a/src/views/cory/workMessage/index.vue +++ b/src/views/cory/workMessage/index.vue @@ -1,15 +1,12 @@ - + - - - + + - 删除 + 删除 - + @@ -56,14 +54,12 @@ - + - + @@ -71,8 +67,7 @@ - + @@ -87,16 +82,13 @@ - + - + - + @@ -253,8 +245,8 @@ const changeForeman = (value: string | number) => { form.value.correctorId = ''; }; -const handleQuery = () => { }; -const resetQuery = () => { }; +const handleQuery = () => {}; +const resetQuery = () => {}; const getList = async () => { if (!queryParams.value.projectType) { const res = await listContactTypeformtemplate(queryParams.value); @@ -289,7 +281,7 @@ const handleDelete = async (id?: string) => { getList(); } }; -const handleUpdate = () => { }; +const handleUpdate = () => {}; /** 多选框选中数据 */ const handleSelectionChange = (selection: any) => { From 1eba94076de050126266f1e8ea82f16c1f610465 Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Sat, 30 Aug 2025 01:16:08 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E5=8D=95=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/limitPrice/index.vue | 8 +- .../cory/workMessage/components/notice.vue | 32 +- src/views/cory/workMessage/index.vue | 1 + src/views/cory/workMessage/indexEdit.vue | 482 ++++++++++++++++++ 4 files changed, 514 insertions(+), 9 deletions(-) create mode 100644 src/views/cory/workMessage/indexEdit.vue diff --git a/src/views/contract/limitPrice/index.vue b/src/views/contract/limitPrice/index.vue index e10bd99..69d7e05 100644 --- a/src/views/contract/limitPrice/index.vue +++ b/src/views/contract/limitPrice/index.vue @@ -35,7 +35,13 @@ - 审核 + 审核 - + @@ -46,13 +46,16 @@ - - 详情 + 详情 + 审批 - - + 查看流程 + + @@ -191,9 +194,10 @@ const userStore = useUserStoreHook(); // 从 store 中获取项目列表和当前选中的项目 const currentProject = computed(() => userStore.selectedProject); -const { safety_inspection_violation_type, safety_inspection_check_type, review_type, safety_inspection_type } = toRefs( - useDict('safety_inspection_violation_type', 'safety_inspection_check_type', 'review_type', 'safety_inspection_type') +const { safety_inspection_violation_type, safety_inspection_check_type, review_type, safety_inspection_type, wf_business_status } = toRefs( + useDict('safety_inspection_violation_type', 'safety_inspection_check_type', 'review_type', 'safety_inspection_type', 'wf_business_status') ); +const { proxy } = getCurrentInstance() as ComponentInternalInstance; const safetyInspectionDetail = ref(); const form = reactive({ @@ -236,6 +240,18 @@ const handleDetail = async (row) => { rectificationFileList.value = rectificationFileRes.data; } }; +const handleAddApp = (row) => { + // 添加审批 + proxy.$tab.closePage(proxy.$route); + proxy.$router.push({ + path: `/approval/workMessage/indexEdit`, + query: { + id: row.id, + + type: 'update' + } + }); +}; const getList = (row) => {}; const handleDelete = (row) => {}; 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 @@ + + + + + + + + + + + + 工作联系单审批 + + + + 通知单 + + 填报人:{{ safetyInspectionDetail?.creatorName }} + 填报时间:{{ safetyInspectionDetail?.createTime }} + + + {{ currentProject?.name }} + + + + + + + + {{ safetyInspectionDetail?.checkTime }} + + {{ safetyInspectionDetail?.creatorName }} + + {{ safetyInspectionDetail?.correctorName }} + + + {{ dayjs(safetyInspectionDetail?.rectificationDeadline).format('YYYY 年 MM 月 DD 日') }} + + + + + + + {{ safetyInspectionDetail?.hiddenDanger }} + + + + + + + + + + {{ item.originalName }} + + + + + + + + + + + + + + + + {{ safetyInspectionDetail?.teamName }} + + {{ safetyInspectionDetail?.rectificationTime }} + + + {{ safetyInspectionDetail?.measure }} + + + + + + + + + + {{ item.originalName }} + + + + + + + + + + + {{ safetyInspectionDetail?.creatorName }} + + {{ safetyInspectionDetail?.reviewTime }} + + {{ safetyInspectionDetail?.review }} + + + + + + + + + + + + 请选择要启动的流程: + + + + + + + + + + + + + +
请选择要启动的流程: