@@ -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 ?? [];
},
@@ -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;
@@ -271,7 +271,7 @@
<i
class="el-icon-edit tb-icon"
@click="
- routeGoto('goodsCostDetail', {
+ routeGoto('supplierGoodsCostDetail', {
id: scope.row.spuCode,
type: 'edit',
})
@@ -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 {
@@ -263,7 +263,7 @@ export default {
console.log(row)
async refresh() {
- this.routeReGoto('filing', {})
+ this.routeReGoto('supplierFiling', {})
this.loading = true
@@ -261,7 +261,7 @@ export default {
const tran =
this.$store.getters.btnList.find(
- (item) => item.menu_route == "returnOrderDetail"
+ (item) => item.menu_route == "supplierReturnOrderDetail"
) || {};
@@ -215,7 +215,7 @@ export default {
- (item) => item.menu_route == "sellAfterApplyDetail"
+ (item) => item.menu_route == "supplierSellAfterApplyDetail"
@@ -188,7 +188,7 @@ export default {