|
@@ -384,6 +384,13 @@ export default {
|
|
|
this.$toast('请验证手机号');
|
|
this.$toast('请验证手机号');
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
+ this.isValidOwnerName();
|
|
|
|
|
+ this.isValidTotalSalesAmount();
|
|
|
|
|
+ this.isPerformanceRatio();
|
|
|
|
|
+ this.isValidMainBrand();
|
|
|
|
|
+ if (this.detail.constructionResource == '是') {
|
|
|
|
|
+ this.isConstructionYearNum();
|
|
|
|
|
+ }
|
|
|
if (this.isValidOwnerName()) return;
|
|
if (this.isValidOwnerName()) return;
|
|
|
if (this.isValidTotalSalesAmount()) return;
|
|
if (this.isValidTotalSalesAmount()) return;
|
|
|
if (this.isPerformanceRatio()) return;
|
|
if (this.isPerformanceRatio()) return;
|