添加汇总页面(标准入库流程)

This commit is contained in:
zyn
2022-12-14 09:19:51 +08:00
parent c2206f0a69
commit c1d302fbbe
3 changed files with 4059 additions and 1 deletions
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)
+9
View File
@@ -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',