|
|
@@ -1644,6 +1644,7 @@ export default {
|
|
|
this.treeSelect = [];
|
|
|
this.sfaStoreChainsContactList = []; //选中确定的经销商
|
|
|
this.activatedTCFXList = []; //选中的经销商
|
|
|
+ this.fromValue.img == ''; // 清空上传的门店照
|
|
|
this.showPicker = false;
|
|
|
},
|
|
|
numberFn() {
|
|
|
@@ -1780,16 +1781,6 @@ export default {
|
|
|
this.$toast('照片未上传');
|
|
|
}
|
|
|
return;
|
|
|
- } else if (
|
|
|
- fromValue.imgSed == '' &&
|
|
|
- fromValue.ifJzStoreType != 1 &&
|
|
|
- this.storeTypePOP &&
|
|
|
- fromValue.storeCategory != 'C917' &&
|
|
|
- this.verifyStoreType(this.fromValue.storeCategory) &&
|
|
|
- this.verifyStoreType(this.fromValue.storeCategory).type != 'fxd'
|
|
|
- ) {
|
|
|
- this.$toast('图片未上传');
|
|
|
- return;
|
|
|
} else if (fromValue.lon == '') {
|
|
|
this.$toast('请获取定位坐标');
|
|
|
return;
|