diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/Basic.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/Basic.vue
new file mode 100644
index 000000000..f66afcb30
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/Basic.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/FileSummary.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/FileSummary.vue
new file mode 100644
index 000000000..11d71b669
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/FileSummary.vue
@@ -0,0 +1,49 @@
+
+
+
+
+ {{ scope.row.footFileName }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/Info.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/Info.vue
new file mode 100644
index 000000000..6ed1448d5
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/Info.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/ProcessFile.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/ProcessFile.vue
new file mode 100644
index 000000000..00c3da1b2
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/ProcessFile.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/Range.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/Range.vue
new file mode 100644
index 000000000..fd948e994
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/Range.vue
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/components/TermInfo.vue b/src/pages/processCenter/pages/phone/qbrk-product/components/TermInfo.vue
new file mode 100644
index 000000000..447db3426
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/components/TermInfo.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step2.vue b/src/pages/processCenter/pages/phone/qbrk-product/step2.vue
new file mode 100644
index 000000000..bb0154558
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/step2.vue
@@ -0,0 +1,205 @@
+
+
+
+ 企标制修订-产品标准
+ 企标编写
+
+
+
+
+
+
+
+ 基础信息
+
+
+
+ 过程稿件
+
+
+
+ 适用范围
+
+
+
+ 关联信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step3.vue b/src/pages/processCenter/pages/phone/qbrk-product/step3.vue
new file mode 100644
index 000000000..8003fbf63
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/step3.vue
@@ -0,0 +1,211 @@
+
+
+
+ 企标制修订-产品标准
+ 企标编写汇总
+
+
+
+
+
+
+
+ 基础信息
+
+
+
+ 过程稿件
+
+
+
+ 适用范围
+
+
+
+ 关联信息
+
+
+
+ 文件汇总
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step5.vue b/src/pages/processCenter/pages/phone/qbrk-product/step5.vue
new file mode 100644
index 000000000..629db9f80
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk-product/step5.vue
@@ -0,0 +1,218 @@
+
+
+
+ 企标制修订-产品标准
+ 征求意见
+
+
+
+
+
+
+
+ 基础信息
+
+
+
+ 过程稿件
+
+
+
+ 适用范围
+
+
+
+ 关联信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index ca84c4911..dec1bac30 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -3596,6 +3596,28 @@ const routes = [
title: '企标制修订-技术标准'
}
},
+ // 企标编写
+ {
+ path: '/phoneBussLibraryProduct2',
+ name: 'phoneBussLibraryProduct2',
+ component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step2.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '企标制修订-产品标准'
+ }
+ },
+ // 企标编写汇总
+ {
+ path: '/phoneBussLibraryProduct3',
+ name: 'phoneBussLibraryProduct3',
+ component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step3.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '企标制修订-产品标准'
+ }
+ },
{
path: '/phoneBussLibraryProduct4',
name: 'phoneBussLibraryProduct4',
@@ -3606,6 +3628,17 @@ const routes = [
title: '企标制修订流程及企业标准库流程'
}
},
+ // 征求意见
+ {
+ path: '/phoneBussLibraryProduct5',
+ name: 'phoneBussLibraryProduct5',
+ component: () => import('@/pages/processCenter/pages/phone/qbrk-product/step5.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '企标制修订-产品标准'
+ }
+ },
{
path: '/phoneBussLibraryProduct7',
name: 'phoneBussLibraryProduct7',