Browse Source

Merge branch 'feature_20251009_金牌店档案填写校验' into uat(dev)

zhujindu 1 tháng trước cách đây
mục cha
commit
2c476ffec6
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/views/storeManagement/JPattributeEditor.vue

+ 7 - 0
src/views/storeManagement/JPattributeEditor.vue

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