|
@@ -132,7 +132,7 @@
|
|
|
readonly
|
|
readonly
|
|
|
v-model="list.telephone"
|
|
v-model="list.telephone"
|
|
|
label="联系电话"
|
|
label="联系电话"
|
|
|
- v-if="list.storeCategory != 'C917'" />
|
|
|
|
|
|
|
+ v-if="list.storeCategory != 'C917' && list.ifJpStoreType != '1'" />
|
|
|
<template v-if="list.storeCategory != 'C917'">
|
|
<template v-if="list.storeCategory != 'C917'">
|
|
|
<!-- 分销店 -->
|
|
<!-- 分销店 -->
|
|
|
<template
|
|
<template
|
|
@@ -363,7 +363,7 @@
|
|
|
autosize
|
|
autosize
|
|
|
type="textarea"
|
|
type="textarea"
|
|
|
v-model="list.storeArchives.mainBrand"
|
|
v-model="list.storeArchives.mainBrand"
|
|
|
- label="主营T0P3品牌" />
|
|
|
|
|
|
|
+ label="门店主营TOP3品牌" />
|
|
|
<van-field
|
|
<van-field
|
|
|
readonly
|
|
readonly
|
|
|
v-model="list.storeArchives.emergencyContactRelation"
|
|
v-model="list.storeArchives.emergencyContactRelation"
|
|
@@ -1368,6 +1368,7 @@ export default {
|
|
|
this.lon = res.data.lon;
|
|
this.lon = res.data.lon;
|
|
|
}
|
|
}
|
|
|
this.list = res.data;
|
|
this.list = res.data;
|
|
|
|
|
+ this.tabVal = this.list.ifJpStoreType == '1' ? 'outsidePlan' : 'insidePlan';
|
|
|
if (this.list.imgSed && this.list.imgSed != '') {
|
|
if (this.list.imgSed && this.list.imgSed != '') {
|
|
|
this.displayImg = this.list.imgSed.split(',');
|
|
this.displayImg = this.list.imgSed.split(',');
|
|
|
} else {
|
|
} else {
|