添加汇总页面(标准入库流程)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -223,7 +223,7 @@ export default {
|
||||
// 根据type判断跳转具体流程页面
|
||||
if (prcType === '1') {
|
||||
// 标准入库流程数据 //第一步
|
||||
this.toProcessDetail('bzrkStep1',row)
|
||||
this.toProcessDetail('bzrkStep1-1',row)
|
||||
}else if(prcType === '2'){
|
||||
//标准调研流程 //第五步
|
||||
this.toProcessDetail('bzdyStep5-1',row)
|
||||
|
||||
@@ -1061,6 +1061,15 @@ const routes = [
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrkStep1-1',
|
||||
name: 'bzrkStep1-1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzrk/step1-1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准入库流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzrkStep3',
|
||||
name: 'bzrkStep3',
|
||||
|
||||
Reference in New Issue
Block a user