|
@@ -852,7 +852,7 @@ export default {
|
|
},
|
|
},
|
|
toOrderDetail(item) {
|
|
toOrderDetail(item) {
|
|
this.$router.replace({
|
|
this.$router.replace({
|
|
- path: "/supplyChain/goodsDetails",
|
|
|
|
|
|
+ path: "/supplyChain/kuaishou/goodsDetails",
|
|
query: {
|
|
query: {
|
|
id: item.itemId,
|
|
id: item.itemId,
|
|
name: item.itemTitle,
|
|
name: item.itemTitle,
|
|
@@ -863,12 +863,12 @@ export default {
|
|
},
|
|
},
|
|
toOrderList() {
|
|
toOrderList() {
|
|
this.$router.replace({
|
|
this.$router.replace({
|
|
- path: "/supplyChain/goods",
|
|
|
|
|
|
+ path: "/supplyChain/kuaishou/goods",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
toPersonDetail(item) {
|
|
toPersonDetail(item) {
|
|
this.$router.replace({
|
|
this.$router.replace({
|
|
- path: "/supplyChain/indexDetails",
|
|
|
|
|
|
+ path: "/supplyChain/kuaishou/indexDetails",
|
|
query: {
|
|
query: {
|
|
id: item.promoterId,
|
|
id: item.promoterId,
|
|
name: item.promoterNickName,
|
|
name: item.promoterNickName,
|
|
@@ -879,7 +879,7 @@ export default {
|
|
},
|
|
},
|
|
toPersonList() {
|
|
toPersonList() {
|
|
this.$router.replace({
|
|
this.$router.replace({
|
|
- path: "/supplyChain/index",
|
|
|
|
|
|
+ path: "/supplyChain/kuaishou/index",
|
|
});
|
|
});
|
|
},
|
|
},
|
|
handleQuery() {
|
|
handleQuery() {
|