@@ -39,7 +39,7 @@
if (this.optional(element)){
return true;
}
- var uscCode = /^((\w{15})|(\w{18})|(\w{20}))$/;
+ var uscCode = /^\w{1,20}$/;
return uscCode.test(value);
}, "请填写正确的纳税人识别号");
@@ -231,7 +231,7 @@
@@ -180,7 +180,7 @@
@@ -144,7 +144,7 @@
@@ -38,7 +38,7 @@
@@ -97,7 +97,7 @@
@@ -111,7 +111,7 @@
@@ -192,7 +192,7 @@
@@ -155,7 +155,7 @@
@@ -254,7 +254,7 @@
@@ -188,7 +188,7 @@
@@ -46,7 +46,7 @@
validateForm = $("#inputForm").validate({
@@ -45,7 +45,7 @@