snow пре 1 година
родитељ
комит
0a334c78a8

+ 2 - 2
src/views/dataCorrection/customerCorrection/detail.vue

@@ -20,8 +20,8 @@ export default {
     },
     title() {
       const mapTitle = {
-        update: "订单供应商修改申请详情",
-        create: "新建订单供应商修改申请"
+        update: "销售单客户修改申请详情",
+        create: "新建销售单客户修改申请"
       };
       return mapTitle[this.mode];
     }

+ 2 - 1
src/views/dataCorrection/customerCorrection/index.vue

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

+ 2 - 2
src/views/dataCorrection/taxCorrection/detail.vue

@@ -20,8 +20,8 @@ export default {
     },
     title() {
       const mapTitle = {
-        update: "订单供应商修改申请详情",
-        create: "新建订单供应商修改申请"
+        update: "咨询商品税率修改申请详情",
+        create: "新建咨询商品税率修改申请"
       };
       return mapTitle[this.mode];
     }

+ 1 - 1
src/views/dataCorrection/taxCorrection/index.vue

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