王震
2023-09-24 e7f86b5ad64b224163c321c46b0f61c294578a2b
src/view/index.vue
@@ -352,12 +352,6 @@
                  v: "WMS管理",
                  i: "font icon-a-Inventorydumprequest",
                  c: [{
                        k: 15,
                        v: "原材料库存",
                        i: "font icon-shouye",
                        u: ""
                     },
                     {
                        k: 17,
                        v: "半成品库存",
                        i: "font icon-shouye",
@@ -488,7 +482,13 @@
                        v: "物料清单维护",
                        i: "font icon-shouye",
                        u: "mbom"
                     }
                     },
                     {
                        k: 29,
                        v: "自检项目维护",
                        i: "font icon-shouye",
                        u: "self-inspection"
                     },
                  ]
               }
            ],
@@ -541,7 +541,7 @@
               u: "index-index"
            }]
         },
         upTabActive(num) {
            this.tabActive = num;
            this.activeP = num;
@@ -559,7 +559,7 @@
            localStorage.removeItem("autoenter");
            this.$router.push("/enter");
         },
         removeAllTab(){
         removeAllTab() {
            this.upIndex++
            this.$message.warning('数据变动较大,页面自动更新!')
         }