Browse Source

审批人

mengy 3 years ago
parent
commit
9494902ed4

+ 9 - 6
shanXiPlatform/src/views/systemManagement/userManagement/approverManagement/index.vue

@@ -76,12 +76,12 @@ export default {
76
                     type: "tf"
76
                     type: "tf"
77
                 },
77
                 },
78
                 {
78
                 {
79
-                  label: "熏蒸计划",
80
-                  type: "xzjh",
79
+                    label: "熏蒸计划",
80
+                    type: "xzjh",
81
                 },
81
                 },
82
                 {
82
                 {
83
-                  label: "熏蒸散气",
84
-                  type: "xzsq",
83
+                    label: "熏蒸散气",
84
+                    type: "xzsq",
85
                 },
85
                 },
86
                 {
86
                 {
87
                     label: "药剂采购",
87
                     label: "药剂采购",
@@ -182,7 +182,8 @@ export default {
182
                     title: "熏蒸计划报备与实施",
182
                     title: "熏蒸计划报备与实施",
183
                     content: "保管员"
183
                     content: "保管员"
184
                 },
184
                 },
185
-
185
+            ],
186
+            fumigation1: [
186
                 {
187
                 {
187
                     step: "7",
188
                     step: "7",
188
                     type: "container",
189
                     type: "container",
@@ -551,8 +552,10 @@ export default {
551
         headChange() {
552
         headChange() {
552
             if (this.type == "tf") {
553
             if (this.type == "tf") {
553
                 this.tableData = this.meVentilation
554
                 this.tableData = this.meVentilation
554
-            } else if (this.type == "xz") {
555
+            } else if (this.type == "xzjh") {
555
                 this.tableData = this.fumigation
556
                 this.tableData = this.fumigation
557
+            } else if (this.type == "xzsq") {
558
+                this.tableData = this.fumigation1
556
             } else if (this.type == "yjcg") {
559
             } else if (this.type == "yjcg") {
557
                 this.tableData = this.drugPurchase
560
                 this.tableData = this.drugPurchase
558
             } else if (this.type == "yjly") {
561
             } else if (this.type == "yjly") {