戴艳蓉 3 years ago
parent
commit
5c6ac74966

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6a6555cc.ce100d20.css


BIN
dist/static/css/chunk-6a6555cc.ce100d20.css.gz


BIN
dist/static/css/chunk-6b7f2517.cc1411d6.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.72b017b0.js


BIN
dist/static/js/app.72b017b0.js.gz


BIN
dist/static/js/app.d1b68232.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6a6555cc.382af2a1.js


BIN
dist/static/js/chunk-6a6555cc.382af2a1.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6b7f2517.3c61904d.js


BIN
dist/static/js/chunk-6b7f2517.3c61904d.js.gz


+ 2 - 3
src/views/InvoiceSales/invoiceApply/addview.vue

@@ -754,10 +754,9 @@ export default {
               let a = value.slice(0, 3);
               let b = value.slice(3);
               if ((a === "400" || a === "800") && b.length === 7) {
-                if (value)
-                  callback(new Error("纯固定电话规则为[7~8位]或10位!"));
-              } else {
                 callback();
+              } else {
+                callback(new Error("纯固定电话规则为[7~8位]或10位!"));
               }
             }
           }

Some files were not shown because too many files changed in this diff