Procházet zdrojové kódy

feature_20250722_门店建议订单

zhujindu před 4 měsíci
rodič
revize
8a86033bc5

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

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

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

@@ -123,7 +123,7 @@ export default {
         message: '加载中...',
         forbidClick: true,
       });
-      getItemList({ storeCode: this.$route.query.id }).then((res) => {
+      getItemList({ storeCode: this.$route.query.storeCode }).then((res) => {
         loading1.clear();
         if (res.code == 200) {
           this.loading = false;

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

@@ -1039,7 +1039,7 @@ export default {
     linkList(val) {
       this.$router.push({
         path: '/pItem',
-        query: { id: val.storeId, detilId: 'a', from: 'topStore' },
+        query: { id: val.storeId, detilId: 'a', from: 'topStore', storeCode: val.storeCode },
       });
     },
     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.storeId, detilId: 'a', from: 'inPlan' },
+        query: { id: val.storeId, detilId: 'a', from: 'inPlan', storeCode: val.storeCode },
       });
     },
     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.storeId, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a', storeCode: val.storeCode },
       });
     },
     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.storeId, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a', storeCode: val.storeCode },
       });
     },
     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.storeId, detilId: 'a' },
+        query: { id: val.storeId, detilId: 'a', storeCode: val.storeCode },
       });
     },
     onLoad() {