Browse Source

新建仓库与经销商类型对应,店铺编辑时限制店铺类型

zhujindu 1 year ago
parent
commit
e3ee79524f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/storeManagement/storeAdd.vue

+ 1 - 0
src/views/storeManagement/storeAdd.vue

@@ -1265,6 +1265,7 @@ export default {
         districtName: this.fromValue.districtNameOld,
         deptId: this.fromValue.orgId,
         ifJzStoreType: this.fromValue.ifJzStoreType,
+        storeCategory: this.fromValue.storeCategory,
       }).then((res) => {
         this.chainsData = res.data.sfaChains;
         this.chainsData.push({});