-
-
+
-
-
+ class="label-input-form phoneForm"
+ label-width="112px"
+ >
+
+
+
+ 基础信息
+
+
+
+ 过程稿件
+
+
+
+ 适用范围
+
+
+
+ 关联信息
+
+
+
+
+
+
+
+ 意见信息
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
- {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
-
-
-
-
- {{scope.row.commentText}}
-
-
-
-
- {{ scope.row.endTime ? '已完成' : scope.row.receiveStatus ? '已接收' : '未完成' }}
-
-
-
- 流程列表加载中
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
-
-
- 正在加载数据
+
-
diff --git a/src/pages/processCenter/pages/phone/qbrk/step9.vue b/src/pages/processCenter/pages/phone/qbrk/step9.vue
new file mode 100644
index 000000000..b13df3000
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step9.vue
@@ -0,0 +1,338 @@
+
+
+
+ 企标制修订-技术标准
+ 审核
+
+
+
+
+
+
+
+ 基础信息
+
+
+
+ 过程稿件
+
+
+
+ 适用范围
+
+
+
+ 关联信息
+
+
+
+
+
+
+
+ 意见信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index bf4b23ef7..ca84c4911 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -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',