From a072178f84d839f6daf691b1ac0b20f0d7fa4a77 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 14 Jan 2022 11:37:34 +0800 Subject: [PATCH] commit --- src/pages/home2/components/todoList/index.vue | 20 +++++++++---------- .../pages/components/ProcessFooter.vue | 1 - 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 1a8af79fd..0b983eee9 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -514,7 +514,7 @@ export default { } break; case '3': - if (row.taskInfo === '责任部门对接人选择责任人') { + if (row.taskInfo === '任务分发') { this.$router.push({ name: 'bzzqyjStep2', query: { @@ -525,7 +525,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '责任人反馈'){ + } else if (row.taskInfo === '意见反馈'){ this.$router.push({ name: 'bzzqyjStep3', query: { @@ -536,7 +536,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '责任部门对接人汇总并选择审批人') { + } else if (row.taskInfo === '意见汇总报批') { this.$router.push({ name: 'bzzqyjStep4', query: { @@ -547,7 +547,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '审批人审批') { + } else if (row.taskInfo === '意见审批(经理、研发副总裁)') { this.$router.push({ name: 'bzzqyjStep4-1', query: { @@ -558,7 +558,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '标准法规工程师分线审核') { + } else if (row.taskInfo === '管理员(起草节点一个人)') { this.$router.push({ name: 'bzzqyjStep4-2', query: { @@ -569,7 +569,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '标准法规工程师汇总') { + } else if (row.taskInfo === '意见处理') { this.$router.push({ name: 'bzzqyjStep5', query: { @@ -580,7 +580,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '责任人会签') { + } else if (row.taskInfo === '会签(选择会签人部长)') { this.$router.push({ name: 'bzzqyjStep6', query: { @@ -591,7 +591,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '部长+对接人审核') { + } else if (row.taskInfo === '审核(李部、会签人部长)') { this.$router.push({ name: 'bzzqyjStep7', query: { @@ -602,7 +602,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任审定' ) { + } else if (row.taskInfo === '审定(阚主任、技术委员会相关专委会主任/研究总院职能部门领导)' ) { this.$router.push({ name: 'bzzqyjStep8', query: { @@ -613,7 +613,7 @@ export default { prcType: row.prcType } }) - } else if (row.taskInfo === '工程研究总院院长批准') { + } else if (row.taskInfo === '批准(工程研究总院院长批准、标准法规主管副院长)') { this.$router.push({ name: 'bzzqyjStep9', query: { diff --git a/src/pages/processCenter/pages/components/ProcessFooter.vue b/src/pages/processCenter/pages/components/ProcessFooter.vue index 3da84e3d5..cc93a03d2 100644 --- a/src/pages/processCenter/pages/components/ProcessFooter.vue +++ b/src/pages/processCenter/pages/components/ProcessFooter.vue @@ -59,7 +59,6 @@ v-if="showOver" >撤销申请