From a51f0119e087d0d8392a167355b6666eba9ad8ce Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 28 Nov 2018 16:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E8=AF=9D=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp | 2 +- .../DistributorApproval/DistributorInfoFirstTrialInfo.jsp | 2 +- .../DistributorApproval/DistributorInfoIBatchmportInfo.jsp | 2 +- .../DistributorApproval/DistributorInfoIReCheckInfo.jsp | 2 +- .../DistributorApproval/LDistributorInfo.jsp | 6 +++--- .../Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp | 2 +- .../Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp | 2 +- .../BusinessApplication/CustomerFamilyJoinTempInfo.jsp | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp index dcddd322d..60a5276c1 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp @@ -59,7 +59,7 @@ if(typeof(telephone) != undefined && telephone!= "" ){ alert("电话号码格式错误"); return false; } -var myreg=/^[1][3,4,5,7,8][0-9]{9}$/; +var myreg=/^[1][3,4,5,7,8,9][0-9]{9}$/; if (!myreg.test(telephone)) { alert("电话号码格式错误"); return false; diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoFirstTrialInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoFirstTrialInfo.jsp index 3d27a3059..0fbab6c0f 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoFirstTrialInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoFirstTrialInfo.jsp @@ -107,7 +107,7 @@ if(LINKMAN_TEL==""){ return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(LINKMAN_TEL)){ setErrorTips("LINKMAN_TEL",""); return true; diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIBatchmportInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIBatchmportInfo.jsp index ded00d864..07a92395d 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIBatchmportInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIBatchmportInfo.jsp @@ -107,7 +107,7 @@ if(LINKMAN_TEL==""){ return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(LINKMAN_TEL)){ setErrorTips("LINKMAN_TEL",""); return true; diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIReCheckInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIReCheckInfo.jsp index 389fab0e3..5bb29c27d 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIReCheckInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/DistributorInfoIReCheckInfo.jsp @@ -107,7 +107,7 @@ if(LINKMAN_TEL==""){ return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(LINKMAN_TEL)){ setErrorTips("LINKMAN_TEL",""); return true; diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index 00cdff664..d1af1776e 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -93,7 +93,7 @@ if(LINKMAN_TEL==""){ return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(LINKMAN_TEL)){ setErrorTips("LINKMAN_TEL",""); return true; @@ -105,7 +105,7 @@ } /* function checkphone(){ var DISTRIBUTOR_TEL = getItemValue(0,getRow(0),"DISTRIBUTOR_TEL"); - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(DISTRIBUTOR_TEL)){ setErrorTips("DISTRIBUTOR_TEL",""); return true; @@ -117,7 +117,7 @@ } */ /* function telnumber(){ var DEALER_PHONE = getItemValue(0,getRow(0),"DEALER_PHONE"); - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(DEALER_PHONE)){ setErrorTips("DEALER_PHONE",""); return true; diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp index 3de54a40b..2fccd7db5 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp @@ -110,7 +110,7 @@ // alert("预留手机号不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(mobile)){ setErrorTips("MOBILE",""); return true; diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp index 7b346a9f7..fb2c1475e 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp @@ -121,7 +121,7 @@ // alert("手机号不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(mobile)){ var customerType = "03"; var id = getItemValue(0,getRow(),"id"); diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index d64dbb167..1ba0a9795 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -108,7 +108,7 @@ //alert("手机号不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][3,4,5,7,8,9][0-9]{9}$/; if(phone.test(tel)){ setErrorTips("tel",""); return true;