Merge remote-tracking branch 'origin/dev_20231113_phonePage' into dev_20231113_phonePage

This commit is contained in:
zhoulingpo
2023-11-20 17:33:51 +08:00
16 changed files with 5352 additions and 2124 deletions
+90 -1
View File
@@ -3467,6 +3467,28 @@ const routes = [
title: '企标制修订-技术标准'
}
},
// 企标编写
{
path: '/phoneBussLibrary2',
name: 'phoneBussLibrary2',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step2.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
// 企标编写汇总
{
path: '/phoneBussLibrary3',
name: 'phoneBussLibrary3',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step3.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
{
path: '/phoneBussLibrary4',
name: 'phoneBussLibrary4',
@@ -3477,6 +3499,40 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
// 征求意见
{
path: '/phoneBussLibrary5',
name: 'phoneBussLibrary5',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step5.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
// 技术委员会评审、评审意见修改
{
path: '/phoneBussLibrary6',
name: 'phoneBussLibrary6',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step6.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
// 标准化复审
{
path: '/phoneBussLibrary7',
name: 'phoneBussLibrary7',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step7.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
// 审核
{
path: '/phoneBussLibrary8',
name: 'phoneBussLibrary8',
@@ -3484,7 +3540,18 @@ const routes = [
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
title: '企标制修订-技术标准'
}
},
// 审核
{
path: '/phoneBussLibrary9',
name: 'phoneBussLibrary9',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step9.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
{
@@ -3507,6 +3574,28 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
// 主起草人培训
{
path: '/phoneBussLibrary12',
name: 'phoneBussLibrary12',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step12.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
// 发布
{
path: '/phoneBussLibrary13',
name: 'phoneBussLibrary13',
component: () => import('@/pages/processCenter/pages/phone/qbrk/step13.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '企标制修订-技术标准'
}
},
{
path: '/phoneBussLibraryProduct4',
name: 'phoneBussLibraryProduct4',