From cd5b4442ff5712ce802de3e99544bfdfd1dfcb00 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 3 Dec 2021 13:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=9A=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzhHd-rh/step3.vue | 11 +- .../pages/creatProcess/bzhHd-rh/step6-1.vue | 507 ++++++++++++++++++ .../pages/creatProcess/bzhHy-ch/step6-1.vue | 482 +++++++++++++++++ .../pages/processDetail/index.vue | 6 + src/router/index.js | 18 + 5 files changed, 1022 insertions(+), 2 deletions(-) create mode 100644 src/pages/processCenter/pages/creatProcess/bzhHd-rh/step6-1.vue create mode 100644 src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue index 033c60363..5898f8ed8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue @@ -14,7 +14,7 @@
- + @@ -153,7 +153,7 @@ - + +
+ + + + +
+
基础信息
+
审批历史
+
+
+
+ + + +
+ + + + + {{ rh_pageData.comityName || '-' }} + + + + + {{ rh_pageData.comityState || '-' }} + + + + + + + {{ rh_pageData.comityKind || '-' }} + + + + + {{ rh_pageData.comityMake.makeQualification || '-' }} + + + + + + + {{ rh_pageData.comityMake.makeRole || '' }} + + + + + {{ rh_pageData.comityMake.makeCost || '-' }} + + + + + + + {{ rh_pageData.comityMake.makeDuties || '-' }} + + + + + {{ rh_pageData.comityMake.makeTime || '-' }} + + + + + + + {{ '-' }} + + {{ item.name }} {{ ';'}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+ + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + 流程列表加载中 +
+
+
+ + + + + diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue new file mode 100644 index 000000000..aab5fc477 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue @@ -0,0 +1,482 @@ + + + + + + diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index 081dd1ae8..586eed8cc 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -258,6 +258,12 @@ export default { }else if(prcType === '10'){ //项目清单确认 this.toProcessDetail('xmqdqrStep1-3',row) + } else if(prcType === '20') { + // 入会流程 + this.toProcessDetail('bzrhStep6-1',row) + } else if(prcType === '21') { + // 参会流程 + this.toProcessDetail('bzchStep6-1',row) } } else { this.$message.warning('当前流程未全部办理完成,无法查看') diff --git a/src/router/index.js b/src/router/index.js index 430af915a..51d645e1c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1631,6 +1631,15 @@ const routes = [ title: '外部标准化协会入会流程(审批)' } }, + { + path: '/bzrhStep6-1', + name: 'bzrhStep6-1', + component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step6-1.vue'), + meta: { + requireAuth: true, + title: '外部标准化协会入会流程' + } + }, // 外部标准化协会参会流程 { @@ -1687,6 +1696,15 @@ const routes = [ title: '外部标准化协会参会流程(审定)' } }, + { + path: '/bzchStep6-1', + name: 'bzchStep6-1', + component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue'), + meta: { + requireAuth: true, + title: '外部标准化协会参会流程' + } + }, { path: '/bzhhStep1', name: 'bzhhStep1',