Explorar o código

2021228前台代码

MSY %!s(int64=3) %!d(string=hai) anos
pai
achega
d5fffbff2c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/customer/Customer.vue

+ 3 - 2
src/views/customer/Customer.vue

@@ -988,10 +988,11 @@ import XLSX from "xlsx";
           },
           async customerRecquerry(){
             console.log(this.customerRec);
-            if(this.customerRec['companyName'] == null || this.customerRec['companyReferencenum'] == null){
+            if(this.customerRec['companyName'] == null || this.customerRec['companyReferencenum'] == null
+            || this.customerRec['companyType'] == null){
               this.$message({
                       type: 'error',
-                      message: '需要填写公司名称和税号'
+                      message: '需要填写公司名称、税号和公司类型'
                     });
             }else{
                const response = await this.$http.post(`customer/customeRecQueryUpper`, this.customerRec);