From 301a41576551b41efcc1cf0b5fc894b704e10248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 13 Jul 2021 10:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B=E5=8F=8A?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home1/components/todoList/index.vue | 6 +- src/pages/localTool/standAutoSplit/index.vue | 2 - .../pages/creatProcess/xmpg/step1.vue | 281 +++++----- .../pages/creatProcess/xmpg/step2.vue | 65 ++- .../pages/creatProcess/xmpg/step3.vue | 303 +++++++---- .../pages/creatProcess/xmpg/step4.vue | 512 +++++++++++++++++- .../tabComponents/processCenter/index.vue | 15 +- .../page/listOfCountries.vue | 2 +- .../page/listOther.vue | 12 +- .../domesticStandardsAndRegulations/index.vue | 2 +- .../nonConfomity/pages/businessDivision.vue | 2 +- src/sysConfig/index.js | 2 +- 12 files changed, 917 insertions(+), 287 deletions(-) diff --git a/src/pages/home1/components/todoList/index.vue b/src/pages/home1/components/todoList/index.vue index c0ffaa12a..bb698179b 100644 --- a/src/pages/home1/components/todoList/index.vue +++ b/src/pages/home1/components/todoList/index.vue @@ -50,7 +50,7 @@ export default { this.$router.push(this.path) }, dealWith (row) { // 办理 - // this.setHandleInfo(JSON.stringify(row)) + this.setHandleInfo(JSON.stringify(row)) const prcType = row.prcType switch(prcType) { case '1': @@ -152,9 +152,9 @@ export default { break; //项目合规评估流程 case '5' : - if(row.taskInfo === ''){ + if(row.taskInfo === '标准法规部业务经理审批'){ this.$router.push({ - name: '', + name: 'xmpgStep2', query: { taskIds: row.taskIds, prcId: row.prcId, diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 018032f77..47f871530 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -29,8 +29,6 @@
拆分 - 上传 - 导入拆分结果 删除
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue index a4d847af7..d0a06cde7 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg/step1.vue @@ -44,15 +44,16 @@ v-model="listForm.certifiedEngineer" placeholder="请选择认证工程师" clearable - @click.native="choiceZRR('certifiedEngineer', '选择认证工程师', roleForm.certifiedEngineer)" + @click.native="choiceZRR(null,'certifiedEngineer', '选择认证工程师', roleForm.certifiedEngineer)" > + @@ -63,8 +64,8 @@
- 新增 - 批量删除 + 新增 + 批量删除
- -