|
|
@@ -300,33 +300,38 @@
|
|
|
:src="sbpmdh"
|
|
|
@click="linkapp(item)" />
|
|
|
</div>
|
|
|
- <!-- 分销店 -->
|
|
|
- <template
|
|
|
- v-if="
|
|
|
- item.sfaStoreType &&
|
|
|
- item.sfaStoreType.type == 'fxd' &&
|
|
|
- item.sfaStoreChainsContactList
|
|
|
- ">
|
|
|
- <div class="info" v-if="typeShow">
|
|
|
- 经销商:
|
|
|
- <div class="TCFXListItem" v-for="(item, index) in item.sfaStoreChainsContactList">
|
|
|
- <el-popover
|
|
|
- popper-class="zpover zpoverStoreztype"
|
|
|
- placement="bottom-start"
|
|
|
- trigger="click">
|
|
|
- <div>
|
|
|
- <div>{{ item.chainCode }}</div>
|
|
|
- <div>{{ item.chainName }}</div>
|
|
|
- </div>
|
|
|
- <div slot="reference" :key="index">
|
|
|
- {{ item.categoryDescribe }}
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
+ <!-- 潜在店不显示经销商 -->
|
|
|
+ <template v-if="item.sfaStoreType.type != 'qzd'">
|
|
|
+ <!-- 分销店 -->
|
|
|
+ <template
|
|
|
+ v-if="
|
|
|
+ item.sfaStoreType &&
|
|
|
+ item.sfaStoreType.type == 'fxd' &&
|
|
|
+ item.sfaStoreChainsContactList
|
|
|
+ ">
|
|
|
+ <div class="info" v-if="typeShow">
|
|
|
+ 经销商:
|
|
|
+ <div
|
|
|
+ class="TCFXListItem"
|
|
|
+ v-for="(item, index) in item.sfaStoreChainsContactList">
|
|
|
+ <el-popover
|
|
|
+ popper-class="zpover zpoverStoreztype"
|
|
|
+ placement="bottom-start"
|
|
|
+ trigger="click">
|
|
|
+ <div>
|
|
|
+ <div>{{ item.chainCode }}</div>
|
|
|
+ <div>{{ item.chainName }}</div>
|
|
|
+ </div>
|
|
|
+ <div slot="reference" :key="index">
|
|
|
+ {{ item.categoryDescribe }}
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <div class="info" v-if="typeShow">经销商:{{ item.chainName }}</div>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <div class="info" v-if="typeShow">经销商:{{ item.chainName }}</div>
|
|
|
+ </template>
|
|
|
</template>
|
|
|
<!-- storeLonExist 门店是否存在经纬度 字段false=不显示导航和距离,true=显示 -->
|
|
|
<div class="info" v-if="item.storeLonExist">
|
|
|
@@ -511,9 +516,13 @@
|
|
|
<p class="searchchecktitle" @click="isCompetingStores = !isCompetingStores">
|
|
|
竞品店<van-icon name="arrow-down" style="float: right" />
|
|
|
</p>
|
|
|
- <div v-if="isCompetingStores">
|
|
|
- <div class="checkbox1" v-for="(item, index) in storeTypeLists" :key="index">
|
|
|
- <div v-if="item.groupType == 'qzd'" class="child">
|
|
|
+ <div v-if="isCompetingStores" style="width: 100%">
|
|
|
+ <div
|
|
|
+ class="checkbox1"
|
|
|
+ v-for="(item, index) in storeTypeLists"
|
|
|
+ :key="index"
|
|
|
+ v-if="item.groupType == 'qzd'">
|
|
|
+ <div class="child">
|
|
|
<van-checkbox :name="item.dictValue">{{ item.dictLabel }}</van-checkbox>
|
|
|
</div>
|
|
|
</div>
|