Bladeren bron

feature_20250722_门店建议订单

zhujindu 4 maanden geleden
bovenliggende
commit
147729ef6e

+ 1 - 1
src/views/deviceOutside/rangeStore.vue

@@ -934,7 +934,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a', from: 'outPlan' },
+        query: { id: val.storeId, detilId: 'a', from: 'outPlan' },
       });
     },
     linkimg(val) {

+ 1 - 1
src/views/deviceOutside/topStore.vue

@@ -1039,7 +1039,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a', from: 'topStore' },
+        query: { id: val.storeId, detilId: 'a', from: 'topStore' },
       });
     },
     linkimg(val) {

+ 1 - 1
src/views/deviceWithin/index.vue

@@ -619,7 +619,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a', from: 'inPlan' },
+        query: { id: val.storeId, detilId: 'a', from: 'inPlan' },
       });
     },
     linkimg(val) {

+ 1 - 1
src/views/home/hintTabPage/unCreateStore.vue

@@ -345,7 +345,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a' },
       });
     },
     linkimg(val) {

+ 1 - 1
src/views/storeManagement/index.vue

@@ -535,7 +535,7 @@ export default {
       localStorage.setItem('tabVal', this.tabVal);
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a' },
       });
     },
     linkimg(val) {

+ 1 - 1
src/views/storeManagement/storeAddress.vue

@@ -123,7 +123,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeCode, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a' },
       });
     },
     onLoad() {