瀏覽代碼

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

zhujindu 1 年之前
父節點
當前提交
e3ee79524f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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({});