|
@@ -1769,6 +1769,7 @@ export default {
|
|
|
this.fromValue.orderProductStoreList = arrList;
|
|
this.fromValue.orderProductStoreList = arrList;
|
|
|
this.toastLoading(0, '上传中...', true);
|
|
this.toastLoading(0, '上传中...', true);
|
|
|
var fromValue = this.fromValue;
|
|
var fromValue = this.fromValue;
|
|
|
|
|
+ var telrg = /^1[123456789]\d{9}$/;
|
|
|
if (
|
|
if (
|
|
|
this.fromValue.storeCompetitorList == null ||
|
|
this.fromValue.storeCompetitorList == null ||
|
|
|
this.fromValue.storeCompetitorList == undefined
|
|
this.fromValue.storeCompetitorList == undefined
|
|
@@ -1776,7 +1777,6 @@ export default {
|
|
|
this.fromValue.storeCompetitorList = [];
|
|
this.fromValue.storeCompetitorList = [];
|
|
|
}
|
|
}
|
|
|
this.activatedStoreCompetitor = [];
|
|
this.activatedStoreCompetitor = [];
|
|
|
- var telrg = /^1[123456789]\d{9}$/;
|
|
|
|
|
if (fromValue.orgId == '') {
|
|
if (fromValue.orgId == '') {
|
|
|
this.$toast('部门未选择');
|
|
this.$toast('部门未选择');
|
|
|
return;
|
|
return;
|