Browse Source

feature_20251009_金牌店档案填写校验

sunny 1 tháng trước cách đây
mục cha
commit
6dd8d16f68
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

@@ -384,6 +384,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;