diff --git a/src/pages/processCenter/pages/components/ProcessHeaderPhone.vue b/src/pages/processCenter/pages/components/ProcessHeaderPhone.vue index d3be67679..e62b55566 100644 --- a/src/pages/processCenter/pages/components/ProcessHeaderPhone.vue +++ b/src/pages/processCenter/pages/components/ProcessHeaderPhone.vue @@ -4,7 +4,7 @@
{{ proName }} - ( {{ proNode }}) + ({{ proNode }})
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue index b3f630612..e65f9ce25 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue @@ -5,7 +5,7 @@
- + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - -
@@ -125,56 +75,38 @@
- +
{{ item.name }} - +
- - - -
{{ item.name }} - +
- - - -
-
-
{{ item.name }} - +
- - - -
{{ item.name }} - +
- - - -
@@ -184,41 +116,10 @@
- + - - - - - - - - - - - - - - - - - - - - - - @@ -242,15 +143,26 @@ > - - - - - - - - - + + + + + + + + + + +
@@ -259,7 +171,7 @@
- + {{ item.name }} - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -334,7 +218,7 @@ default-expand-all> diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue index 26ce7f7cf..32405f97a 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step12.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step12.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step13.vue b/src/pages/processCenter/pages/phone/qbrk-product/step13.vue index aeb1597eb..12669c363 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step13.vue @@ -47,7 +47,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue index e3b015bbe..096e2ed64 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step4.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step4.vue @@ -33,7 +33,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue index fea51c2ec..60d703de8 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step7.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step7.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue index f3f352011..39c8fafd9 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/step8.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/step8.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk/common/formList.vue b/src/pages/processCenter/pages/phone/qbrk/common/formList.vue index 770305aa8..5629058e5 100644 --- a/src/pages/processCenter/pages/phone/qbrk/common/formList.vue +++ b/src/pages/processCenter/pages/phone/qbrk/common/formList.vue @@ -5,7 +5,7 @@
- + + + + + + + + + - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -97,57 +53,39 @@
- +
{{ item.name }} - +
- - - -
{{ item.name }} - +
- - - -
-
- - -
- {{ item.name }} - - + +
+ {{ item.name }} + + -
- - - - -
- -
- {{ item.name }} - - +
+
+ +
+ {{ item.name }} + + -
- - - - -
+
+
@@ -156,10 +94,33 @@
- + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -237,7 +173,7 @@
- + + + + + + - - - - - - - - - - - - - - - - - -
- {{ item.name }} - - + + + + +
+ {{ item.name }} + + -
- - - - -
+
+
@@ -301,137 +225,83 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + row-key="id" + :data="form.infoList" + border + default-expand-all> + + + + + + + + + + + + + + + + + + + + + - +
{{ item.name }} - +
@@ -522,6 +392,11 @@ export default { }, data () { return { + reviseStatusOptions:[ + {value: '',label: ''}, + {value: '1',label: '制定'}, + {value: '2',label: '修订'}, + ], opinionsAdoptedOptions:[ {value: '1',label: '采纳'}, {value: '2',label: '部分采纳'}, @@ -671,6 +546,27 @@ export default { diff --git a/src/pages/processCenter/pages/phone/qbrk/step10.vue b/src/pages/processCenter/pages/phone/qbrk/step10.vue index 980b76015..e65413a64 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step10.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step10.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk/step11.vue b/src/pages/processCenter/pages/phone/qbrk/step11.vue index 35a3bfa21..b9aa0a73f 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step11.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step11.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk/step4.vue b/src/pages/processCenter/pages/phone/qbrk/step4.vue index 3e71226c9..2046ea2dd 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step4.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step4.vue @@ -32,7 +32,7 @@
-
+
+ 正在加载数据
diff --git a/src/pages/processCenter/pages/phone/qbrk/step8.vue b/src/pages/processCenter/pages/phone/qbrk/step8.vue index 13789f45c..0641da623 100644 --- a/src/pages/processCenter/pages/phone/qbrk/step8.vue +++ b/src/pages/processCenter/pages/phone/qbrk/step8.vue @@ -35,7 +35,7 @@
-
+
+ 正在加载数据