snow 2 years ago
parent
commit
3e9f8bbdbb

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/views/goodStore/supplierGoodsCost/components/baseForm.vue

@@ -1090,7 +1090,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const { btnList } = this.$store.getters
-      const tran = btnList.find((i) => i.menu_route == "goodsCostAdd") || {};
+      const tran = btnList.find((i) => i.menu_route == "supplierGoodsCostAdd") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },

+ 1 - 1
src/views/goodStore/supplierGoodsCost/detail.vue

@@ -284,7 +284,7 @@ export default {
       console.log(row);
     },
     async refresh(e) {
-      await this.routeReGoto("goodsCost", {});
+      await this.routeReGoto("supplierGoodsCost", {});
     },
     async initData() {
       this.loading = true;

+ 1 - 1
src/views/goodStore/supplierGoodsCost/index.vue

@@ -271,7 +271,7 @@
           <i
             class="el-icon-edit tb-icon"
             @click="
-              routeGoto('goodsCostDetail', {
+              routeGoto('supplierGoodsCostDetail', {
                 id: scope.row.spuCode,
                 type: 'edit',
               })

+ 1 - 1
src/views/supplierPurchaseIn/supplierPurchaseReturn/detail.vue

@@ -155,7 +155,7 @@ export default {
           title: message + "成功!",
           message: "",
         });
-        this.routeGoto("purchaseReturn", {});
+        this.routeGoto("supplierPurchaseReturn", {});
       } else if (res && res.code >= 100 && res.code <= 104) {
         await this.logout();
       } else {

+ 1 - 1
src/views/supplierSellOut/supplierFiling/cpns/baseDetail.vue

@@ -263,7 +263,7 @@ export default {
       console.log(row)
     },
     async refresh() {
-      this.routeReGoto('filing', {})
+      this.routeReGoto('supplierFiling', {})
     },
     async initData() {
       this.loading = true

+ 1 - 1
src/views/supplierSellOut/supplierReturnOrder/components/auditForm.vue

@@ -261,7 +261,7 @@ export default {
     powers() {
       const tran =
         this.$store.getters.btnList.find(
-          (item) => item.menu_route == "returnOrderDetail"
+          (item) => item.menu_route == "supplierReturnOrderDetail"
         ) || {};
       const { action } = tran ?? {};
       return action ?? [];

+ 1 - 1
src/views/supplierSellOut/supplierSellAfterApply/components/express_feedback.vue

@@ -215,7 +215,7 @@ export default {
     powers() {
       const tran =
         this.$store.getters.btnList.find(
-          (item) => item.menu_route == "sellAfterApplyDetail"
+          (item) => item.menu_route == "supplierSellAfterApplyDetail"
         ) || {};
       const { action } = tran ?? {};
       return action ?? [];

+ 1 - 1
src/views/supplierSellOut/supplierSellAfterApply/components/purchase_exam.vue

@@ -188,7 +188,7 @@ export default {
     powers() {
       const tran =
         this.$store.getters.btnList.find(
-          (item) => item.menu_route == "sellAfterApplyDetail"
+          (item) => item.menu_route == "supplierSellAfterApplyDetail"
         ) || {};
       const { action } = tran ?? {};
       return action ?? [];

Some files were not shown because too many files changed in this diff