From 2c6f4ebb43ed651a35374949667501318422458d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 10 Feb 2022 11:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=8A=82=E7=82=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home2/components/todoList/index.vue | 25 +++++++++++++------ .../tabComponents/processCenter/index.vue | 16 ++++++------ 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 1ff6ac433..273677a0f 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -654,7 +654,7 @@ export default { break //标准合规评估 case '5' : - if(row.taskInfo === '审核(标准法规业务经理)'){ + if(row.taskInfo === '审核1'){ this.$router.push({ name: 'bzpgStep2', query: { @@ -665,7 +665,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '项目分发(项目群负责人/标准法规工程师)'){ + }else if(row.taskInfo === '项目分发'){ this.$router.push({ name: 'bzpgStep3', query: { @@ -676,7 +676,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '任务分发(项目经理)'){ + }else if(row.taskInfo === '任务分发'){ this.$router.push({ name: 'bzpgStep4', query: { @@ -687,7 +687,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '合规评估(专业技术人员)'){ + }else if(row.taskInfo === '合规评估'){ this.$router.push({ name: 'bzpgStep5', query: { @@ -698,7 +698,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '审核(项目经理)'){ + }else if(row.taskInfo === '审核2'){ this.$router.push({ name: 'bzpgStep6', query: { @@ -709,7 +709,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '审定(项目群负责人)'){ + }else if(row.taskInfo === '审定'){ this.$router.push({ name: 'bzpgStep7', query: { @@ -720,7 +720,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '批准(标准法规部高级经理)'){ + }else if(row.taskInfo === '批准'){ this.$router.push({ name: 'bzpgStep8', query: { @@ -731,6 +731,17 @@ export default { prcType: row.prcType } }) + }else if(row.taskInfo === '重新起草'){ + this.$router.push({ + name: 'bzpgStep1', + query: { + taskIds: row.taskIds, + prcId: row.prcId, + prcNum: row.prcNum, + prcName: row.prcName, + prcType: row.prcType + } + }) } break //项目评估流程-项目 diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue index ff694de67..72e99d344 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue @@ -900,7 +900,7 @@ export default { break //标准合规评估 case '5' : - if(row.taskInfo === '审核(标准法规业务经理)'){ + if(row.taskInfo === '审核1'){ this.$router.push({ name: 'bzpgStep2', query: { @@ -911,7 +911,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '项目分发(项目群负责人/标准法规工程师)'){ + }else if(row.taskInfo === '项目分发'){ this.$router.push({ name: 'bzpgStep3', query: { @@ -922,7 +922,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '任务分发(项目经理)'){ + }else if(row.taskInfo === '任务分发'){ this.$router.push({ name: 'bzpgStep4', query: { @@ -933,7 +933,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '合规评估(专业技术人员)'){ + }else if(row.taskInfo === '合规评估'){ this.$router.push({ name: 'bzpgStep5', query: { @@ -944,7 +944,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '审核(项目经理)'){ + }else if(row.taskInfo === '审核2'){ this.$router.push({ name: 'bzpgStep6', query: { @@ -955,7 +955,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '审定(项目群负责人)'){ + }else if(row.taskInfo === '审定'){ this.$router.push({ name: 'bzpgStep7', query: { @@ -966,7 +966,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '批准(标准法规部高级经理)'){ + }else if(row.taskInfo === '批准'){ this.$router.push({ name: 'bzpgStep8', query: { @@ -977,7 +977,7 @@ export default { prcType: row.prcType } }) - }else if(row.taskInfo === '整改节点'){ + }else if(row.taskInfo === '重新起草'){ this.$router.push({ name: 'bzpgStep1', query: {