手机端-标准入库流程-会签

This commit is contained in:
zyn
2023-11-14 09:20:10 +08:00
parent fd7cbaabdd
commit 37168a9bfe
7 changed files with 712 additions and 0 deletions
+12
View File
@@ -3205,6 +3205,18 @@ const routes = [
title: '政策征求意见流程'
}
},
// 会签
{
path: '/phoneBzrkStep3',
name: 'phoneBzrkStep3',
component: () => import('@/pages/processCenter/pages/phone/bzrk/step3.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '标准入库流程'
}
},
// 批准
{
path: '/phoneBzrkStep2',
name: 'phoneBzrkStep2',