From 65b1a0341751f1e2adc88afbc6583d6d0df9f492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Thu, 26 Dec 2024 15:53:39 +0800 Subject: [PATCH] 123 --- src/views/auditPages/taskManagement/info.vue | 3 ++- src/views/components/renwuType/index_v1.vue | 8 +++++--- src/views/components/renwuType/index_v2.vue | 8 ++++++-- src/views/components/renwuType/index_v3.vue | 8 ++++++-- src/views/components/renwuType/index_v4.vue | 8 ++++++-- 5 files changed, 25 insertions(+), 10 deletions(-) diff --git a/src/views/auditPages/taskManagement/info.vue b/src/views/auditPages/taskManagement/info.vue index e29c860..dbd6b14 100644 --- a/src/views/auditPages/taskManagement/info.vue +++ b/src/views/auditPages/taskManagement/info.vue @@ -440,7 +440,8 @@ export default { taskId: row.taskId, assetId: row.id, type: this.activeName, - zcdwmc: row.zcdwmc + zcdwmc: row.zcdwmc, + taskInfo:'taskInfo' } }) } diff --git a/src/views/components/renwuType/index_v1.vue b/src/views/components/renwuType/index_v1.vue index 53ecf76..0c3656c 100644 --- a/src/views/components/renwuType/index_v1.vue +++ b/src/views/components/renwuType/index_v1.vue @@ -271,12 +271,11 @@ 暂存 提交 - - + + 不通过 通过 - @@ -394,6 +393,9 @@ export default { this.getInfo() this.disabled = false; } + if(this.$route.query.taskInfo == 'taskInfo'){ + this.disabled = true; + } }, methods:{ getInfo(id){ diff --git a/src/views/components/renwuType/index_v2.vue b/src/views/components/renwuType/index_v2.vue index b90ce33..acb0fff 100644 --- a/src/views/components/renwuType/index_v2.vue +++ b/src/views/components/renwuType/index_v2.vue @@ -319,12 +319,13 @@ 提交 - + + 不通过 通过 - @@ -441,6 +442,9 @@ export default { this.getInfo(this.id) this.disabled = false; } + if(this.$route.query.taskInfo == 'taskInfo'){ + this.disabled = true; + } }, methods: { diff --git a/src/views/components/renwuType/index_v3.vue b/src/views/components/renwuType/index_v3.vue index d7b21f7..2df0b9a 100644 --- a/src/views/components/renwuType/index_v3.vue +++ b/src/views/components/renwuType/index_v3.vue @@ -213,11 +213,12 @@ 提交 - + + + 不通过 通过 - @@ -314,6 +315,9 @@ export default { this.getInfo(this.id) this.disabled = false; } + if(this.$route.query.taskInfo == 'taskInfo'){ + this.disabled = true; + } }, methods:{ getInfo(id){ diff --git a/src/views/components/renwuType/index_v4.vue b/src/views/components/renwuType/index_v4.vue index 154f3a4..2b9c315 100644 --- a/src/views/components/renwuType/index_v4.vue +++ b/src/views/components/renwuType/index_v4.vue @@ -189,11 +189,12 @@ 提交 - + + + 不通过 通过 - @@ -292,6 +293,9 @@ export default { this.getInfo(this.id) this.disabled = false; } + if(this.$route.query.taskInfo == 'taskInfo'){ + this.disabled = true; + } }, methods:{ getInfo(id){