|
|
@@ -373,6 +373,7 @@
|
|
|
</div> -->
|
|
|
</van-tab>
|
|
|
<van-tab title="属性信息" name="Planpic">
|
|
|
+ <!-- 同城分销店-属性信息 -->
|
|
|
<div v-if="dictTypeFormShow" style="background-color: #ffffff; padding: 10px">
|
|
|
<p style="color: #666"><span class="van-f-red">*</span>属性</p>
|
|
|
<div style="padding: 4px">
|
|
|
@@ -382,7 +383,8 @@
|
|
|
span="12"
|
|
|
v-for="(item, index) in TCFXList"
|
|
|
:key="index"
|
|
|
- style="margin-bottom: 10px">
|
|
|
+ style="margin-bottom: 10px"
|
|
|
+ v-if="item.remark == fromValue.storeCategory">
|
|
|
<van-radio shape="square" :name="item.dictCode + ''">{{
|
|
|
item.text
|
|
|
}}</van-radio>
|
|
|
@@ -1298,7 +1300,7 @@ export default {
|
|
|
this.getChainsByDeptCode(null, res.data.ifJzStoreType);
|
|
|
if (
|
|
|
this.verifyStoreType(this.fromValue.storeCategory) &&
|
|
|
- this.verifyStoreType(this.fromValue.storeCategory).tcfx
|
|
|
+ this.verifyStoreType(this.fromValue.storeCategory).type == 'fxd'
|
|
|
) {
|
|
|
this.typeABshow = true;
|
|
|
this.dictTypeFormShow = true;
|
|
|
@@ -1567,7 +1569,7 @@ export default {
|
|
|
this.fromValue.storeCategory = value.dictValue;
|
|
|
if (
|
|
|
this.verifyStoreType(this.fromValue.storeCategory) &&
|
|
|
- this.verifyStoreType(this.fromValue.storeCategory).tcfx
|
|
|
+ this.verifyStoreType(this.fromValue.storeCategory).type == 'fxd'
|
|
|
) {
|
|
|
this.typeABshow = true;
|
|
|
this.dictTypeFormShow = true;
|
|
|
@@ -1772,7 +1774,7 @@ export default {
|
|
|
// 同城分销类型门店
|
|
|
if (
|
|
|
this.verifyStoreType(this.fromValue.storeCategory) &&
|
|
|
- this.verifyStoreType(this.fromValue.storeCategory).tcfx
|
|
|
+ this.verifyStoreType(this.fromValue.storeCategory).type == 'fxd'
|
|
|
) {
|
|
|
// 同城分销多经销商
|
|
|
this.fromValue.sfaStoreChainsContactList = this.sfaStoreChainsContactList;
|