From 392a46397a111b1d90fbaf20c8dde65d010f0625 Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 20 Nov 2023 14:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF-=E6=8A=80=E6=9C=AF?= =?UTF-8?q?=E6=A0=87=E5=87=86-=E8=B5=B7=E8=8D=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzwlComponents/TimeLineFormItem.vue | 2 +- .../pages/phone/qbrk/components/Basic.vue | 88 ++++++ .../pages/phone/qbrk/components/Info.vue | 76 +++++ .../phone/qbrk/components/ProcessFile.vue | 61 ++++ .../pages/phone/qbrk/components/Range.vue | 86 ++++++ .../pages/phone/qbrk/components/RoleInfo.vue | 138 +++++++++ .../processCenter/pages/phone/qbrk/step1.vue | 264 ++++++++++++++++++ src/router/index.js | 11 + 8 files changed, 725 insertions(+), 1 deletion(-) create mode 100644 src/pages/processCenter/pages/phone/qbrk/components/Basic.vue create mode 100644 src/pages/processCenter/pages/phone/qbrk/components/Info.vue create mode 100644 src/pages/processCenter/pages/phone/qbrk/components/ProcessFile.vue create mode 100644 src/pages/processCenter/pages/phone/qbrk/components/Range.vue create mode 100644 src/pages/processCenter/pages/phone/qbrk/components/RoleInfo.vue create mode 100644 src/pages/processCenter/pages/phone/qbrk/step1.vue diff --git a/src/components/hzwlComponents/TimeLineFormItem.vue b/src/components/hzwlComponents/TimeLineFormItem.vue index 9808c5e9a..30cfcf949 100644 --- a/src/components/hzwlComponents/TimeLineFormItem.vue +++ b/src/components/hzwlComponents/TimeLineFormItem.vue @@ -3,7 +3,7 @@

{{ title }}

-
+
+
+ + + + + +
+ + + + + diff --git a/src/pages/processCenter/pages/phone/qbrk/components/Info.vue b/src/pages/processCenter/pages/phone/qbrk/components/Info.vue new file mode 100644 index 000000000..ce50105a5 --- /dev/null +++ b/src/pages/processCenter/pages/phone/qbrk/components/Info.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/src/pages/processCenter/pages/phone/qbrk/components/ProcessFile.vue b/src/pages/processCenter/pages/phone/qbrk/components/ProcessFile.vue new file mode 100644 index 000000000..bc5212d5f --- /dev/null +++ b/src/pages/processCenter/pages/phone/qbrk/components/ProcessFile.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/src/pages/processCenter/pages/phone/qbrk/components/Range.vue b/src/pages/processCenter/pages/phone/qbrk/components/Range.vue new file mode 100644 index 000000000..8a91db059 --- /dev/null +++ b/src/pages/processCenter/pages/phone/qbrk/components/Range.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/pages/processCenter/pages/phone/qbrk/components/RoleInfo.vue b/src/pages/processCenter/pages/phone/qbrk/components/RoleInfo.vue new file mode 100644 index 000000000..32cf6f3a0 --- /dev/null +++ b/src/pages/processCenter/pages/phone/qbrk/components/RoleInfo.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/src/pages/processCenter/pages/phone/qbrk/step1.vue b/src/pages/processCenter/pages/phone/qbrk/step1.vue new file mode 100644 index 000000000..cbd7a2690 --- /dev/null +++ b/src/pages/processCenter/pages/phone/qbrk/step1.vue @@ -0,0 +1,264 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 4d27af28a..7c19082a7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3436,6 +3436,17 @@ const routes = [ title: '标准入库流程' } }, + // 起草(制定/修订) + { + path: '/phoneQbzxdjhgkStep6', + name: 'phoneQbzxdjhgkStep6', + component: () => import('@/pages/processCenter/pages/phone/qbrk/step1.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '企标制修订-技术标准' + } + }, { path: '/phoneBussLibrary4', name: 'phoneBussLibrary4',