![]()
@@ -187,6 +187,81 @@
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
@@ -345,42 +420,54 @@ export default {
name:'xmqdqrStep1'
})
break
- case '12':
- // 赵开耀的流程
- this.$router.push({
- name: 'zhaokaiyaoStep1'
- })
- break
- case '13':
- // 严逸舟的流程
- this.$router.push({
- name: 'yanyizhouStep1'
- })
- break
- case '14':
- // 张宇欢的流程
- this.$router.push({
- name: 'zhangyuhuanStep1'
- })
- break
- case '15':
+ case '17':
//政策课题入会流程
this.$router.push({
name: 'zcrhStep1'
})
break
- case '16':
+ case '18':
//政策课题参会流程
this.$router.push({
name: 'zcchStep1'
})
break
- case '17':
+ case '19':
//政策课题会后流程
this.$router.push({
name: 'zchhStep1'
})
break
+ case '16':
+ //外部署名推荐审批流程
+ this.$router.push({
+ name: 'wbsmStep1'
+ })
+ break
+ case '15':
+ //加入标准化协会信息提报流程
+ this.$router.push({
+ name: 'jrbzhxhStep1'
+ })
+ break
+ case '14':
+ //参与外部标准制修订信息提报流程
+ this.$router.push({
+ name: 'cywbbzzxdStep1'
+ })
+ break
+ // 外部标准化协会入会流程
+ case '20':
+ this.$router.push({
+ name: 'bzrhStep1'
+ })
+ break
+ // 外部标准化协会参会流程
+ case '21':
+ this.$router.push({
+ name: 'bzchStep1'
+ })
+ break
}
},
checkPermission(permissionIdArray) {
diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
index 6c76b6aad..6b6f87bfc 100644
--- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
+++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue
@@ -869,6 +869,260 @@ export default {
})
}
break
+ case '15':
+ //加入标准化协会信息备案流程
+ if (row.taskInfo === '填写入会信息') {
+ this.$router.push({
+ name: 'jrbzhxhStep2',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if(row.taskInfo === '标准法规工程师审核'){
+ this.$router.push({
+ name: 'jrbzhxhStep3',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }else if(row.taskInfo === '标准法规部部长批准'){
+ this.$router.push({
+ name: 'jrbzhxhStep4',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }
+ break
+ // 外部标准化协会入会流程
+ case '20':
+ if (row.taskInfo === '技术委员会分委会主任/入会代表所在中心主任提名入会代表') {
+ this.$router.push({
+ name: 'bzrhStep2',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '入会代表填写入会信息表') {
+ this.$router.push({
+ name: 'bzrhStep3',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '入会人员所在部门负责人审核') {
+ this.$router.push({
+ name: 'bzrhStep4',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '标准法规工程师汇总修订') {
+ this.$router.push({
+ name: 'bzrhStep5',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }else if (row.taskInfo === '标准法规部主管领导审核') {
+ this.$router.push({
+ name: 'bzrhStep6',
+ query:{
+ taskInfo: row.taskInfo,
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '费用管理部门会签') {
+ this.$router.push({
+ name: 'bzrhStep6',
+ query:{
+ taskInfo: row.taskInfo,
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '技术委员会常务副主任/总院院长审定') {
+ this.$router.push({
+ name: 'bzrhStep6',
+ query:{
+ taskInfo: row.taskInfo,
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '标准法规工程师汇总修订完毕'){
+ this.$router.push({
+ name: 'bzrhStep6',
+ query:{
+ taskInfo: row.taskInfo,
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }
+ break
+ case '18':
+ if (row.taskInfo === '法规认证部副部长批准') {
+ this.$router.push({
+ name: 'zcchStep2',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '公司副总批准') {
+ this.$router.push({
+ name: 'zcchStep3',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '修订参会信息') {
+ this.$router.push({
+ name: 'zcchStep1-1',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }
+ break
+ // 政策参会流程
+ case '19':
+ if (row.taskInfo === '申请人填写表单') {
+ this.$router.push({
+ name: 'zchhStep1',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '审核员批准') {
+ this.$router.push({
+ name: 'zchhStep2',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '申请人修订申请信息') {
+ this.$router.push({
+ name: 'zchhStep1',
+ query: {
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }
+ break
+ // 政策会后流程
+ case '21':
+ if (row.taskInfo === '技术委员会分委会主任/入会代表所在中心主任提名入会代表') {
+ this.$router.push({
+ name: 'bzchStep2',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '') {
+ this.$router.push({
+ name: 'bzchStep3',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '') {
+ this.$router.push({
+ name: 'bzchStep4',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ } else if (row.taskInfo === '') {
+ this.$router.push({
+ name: 'bzchStep5',
+ query:{
+ taskIds: row.taskIds,
+ prcId: row.prcId,
+ prcNum: row.prcNum,
+ prcName: row.prcName,
+ prcType: row.prcType
+ }
+ })
+ }
+ break
}
},
...mapMutations(['setProcess', 'setHandleInfo']),
diff --git a/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue b/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue
index 1673f66fb..21d8ebce5 100644
--- a/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue
+++ b/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue
@@ -389,6 +389,16 @@ export default {
}
})
break
+ case '20':
+ this.$router.push({
+ name: 'bzrhStep1',
+ query: {
+ type: '20',
+ processName: '外部标准化协会入会流程',
+ bpnId: id
+ }
+ })
+ break
}
},
...mapMutations(['setProcess', 'setHandleInfo']),
diff --git a/src/router/index.js b/src/router/index.js
index a31e4927d..4f74016e4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -988,6 +988,42 @@ const routes = [
title: '政策课题入会流程'
}
},
+ {
+ path: '/zcrhStep2',
+ name: 'zcrhStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题入会流程'
+ }
+ },
+ {
+ path: '/zcrhStep3',
+ name: 'zcrhStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题入会流程'
+ }
+ },
+ {
+ path: '/zcrhStep4',
+ name: 'zcrhStep4',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step4.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题入会流程'
+ }
+ },
+ {
+ path: '/zcrhStep1-1',
+ name: 'zcrhStep1-1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcrh/step1-1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题入会流程'
+ }
+ },
{
path: '/zcchStep1',
name: 'zcchStep1',
@@ -997,6 +1033,33 @@ const routes = [
title: '政策课题参会流程'
}
},
+ {
+ path: '/zcchStep2',
+ name: 'zcchStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题参会流程'
+ }
+ },
+ {
+ path: '/zcchStep3',
+ name: 'zcchStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题参会流程'
+ }
+ },
+ {
+ path: '/zcchStep1-1',
+ name: 'zcchStep1-1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zcch/step1-1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题参会流程'
+ }
+ },
{
path: '/zchhStep1',
name: 'zchhStep1',
@@ -1005,7 +1068,199 @@ const routes = [
requireAuth: true,
title: '政策课题会后流程'
}
- }
+ },
+ {
+ path: '/zchhStep2',
+ name: 'zchhStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/zchh/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '政策课题会后流程'
+ }
+ },
+ {
+ path: '/wbsmStep1',
+ name: 'wbsmStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/wbsm/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部署名推荐审批流程'
+ }
+ },
+ {
+ path: '/wbsmStep2',
+ name: 'wbsmStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/wbsm/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部署名推荐审批流程'
+ }
+ },
+ {
+ path: '/cywbbzzxdStep1',
+ name: 'cywbbzzxdStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/cywbbzzxd/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '参与外部标准制修订信息提报流程'
+ }
+ },
+ {
+ path: '/cywbbzzxdStep2',
+ name: 'cywbbzzxdStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/cywbbzzxd/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '参与外部标准制修订信息提报流程'
+ }
+ },
+ {
+ path: '/cywbbzzxdStep3',
+ name: 'cywbbzzxdStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/cywbbzzxd/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '参与外部标准制修订信息提报流程'
+ }
+ },
+ {
+ path: '/jrbzhxhStep1',
+ name: 'jrbzhxhStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '加入标准化协会信息提报流程'
+ }
+ },
+ {
+ path: '/jrbzhxhStep3',
+ name: 'jrbzhxhStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '加入标准化协会信息提报流程'
+ }
+ },
+ {
+ path: '/jrbzhxhStep4',
+ name: 'jrbzhxhStep4',
+ component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step4.vue'),
+ meta: {
+ requireAuth: true,
+ title: '加入标准化协会信息提报流程'
+ }
+ },
+ {
+ path: '/jrbzhxhStep2',
+ name: 'jrbzhxhStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/jrbzhxh/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '加入标准化协会信息提报流程'
+ }
+ },
+ // 外部标准化协会入会流程
+ {
+ path: '/bzrhStep1',
+ name: 'bzrhStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(流程发起)'
+ }
+ },
+ {
+ path: '/bzrhStep2',
+ name: 'bzrhStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(选择代表)'
+ }
+ },
+ {
+ path: '/bzrhStep3',
+ name: 'bzrhStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(入选代表填写信息)'
+ }
+ },
+ {
+ path: '/bzrhStep4',
+ name: 'bzrhStep4',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step4.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(责任负责人审批)'
+ }
+ },
+ {
+ path: '/bzrhStep5',
+ name: 'bzrhStep5',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(修订)'
+ }
+ },
+ {
+ path: '/bzrhStep6',
+ name: 'bzrhStep6',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHd-rh/step6.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会入会流程(审批)'
+ }
+ },
+
+ // 外部标准化协会参会流程
+ {
+ path: '/bzchStep1',
+ name: 'bzchStep1',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会参会流程(流程发起)'
+ }
+ },
+ {
+ path: '/bzchStep2',
+ name: 'bzchStep2',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会参会流程(选择入会代表)'
+ }
+ },
+ {
+ path: '/bzchStep3',
+ name: 'bzchStep3',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会参会流程(入会人确认)'
+ }
+ },
+ {
+ path: '/bzchStep4',
+ name: 'bzchStep4',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会参会流程(审批)'
+ }
+ },
+ {
+ path: '/bzchStep5',
+ name: 'bzchStep5',
+ component: () => import('@/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue'),
+ meta: {
+ requireAuth: true,
+ title: '外部标准化协会参会流程(修订)'
+ }
+ },
]
},
// 本地工具
@@ -1188,7 +1443,7 @@ const routes = [
requireAuth: true,
title: '技术要求清单管理'
}
- }
+ },
]
},
// 标准法规库
diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js
index 5d43f6adf..3d38d1c7b 100644
--- a/src/sysConfig/index.js
+++ b/src/sysConfig/index.js
@@ -6,9 +6,9 @@
// 服务器地址
// const devIp = '39.98.140.126'
// const devInterfacePORT = '10005'
-// const devIp = '192.168.10.248'
-const devIp = '62.234.136.153'
-const devInterfacePORT = '8033'
+const devIp = '192.168.10.50'
+// const devIp = '62.234.136.153'
+const devInterfacePORT = '9999'
// 配置 idm 认证
const ssoLogin = 'http://sso.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&response_type=code&redirect_uri='
// 配置 前端服务
@@ -37,8 +37,10 @@ const processPort = '17210'
*****************************************************************/
// 生产环境配置
-const prodIp = '10.100.5.117'
-const prodInterfacePORT = '4202'
+const prodIp = '62.234.136.153'
+const prodInterfacePORT = '8033'
+// const prodIp = 'slrs.foton.com.cn'
+// const prodInterfacePORT = ''
// 判断环境
const serverIP = process.env.NODE_ENV === 'production' ? prodIp : devIp