diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Telephone/CustomerTelInfo.jsp index 60a5276c1..d43e25348 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,9][0-9]{9}$/; +var myreg=/^[1][2,3,4,5,6,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 0fbab6c0f..0ce950df9 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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 07a92395d..617eb6174 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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 5bb29c27d..d2f336945 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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 d1af1776e..cadf91039 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,7,8,9][0-9]{9}$/; if(phone.test(DEALER_PHONE)){ setErrorTips("DEALER_PHONE",""); return true; @@ -199,6 +199,7 @@ } sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性 setItemValue(0,getRow(),"SUBSIDIARY_COMPANY",sReturn[0]);//向页面的框中添加数据 + setItemValue(0,getRow(),"SUMS",sReturn[1]); },"请选择经销商"); } var province="";//定义一个全局变量 diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp index 2fccd7db5..767db6b49 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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 fb2c1475e..6aef99cd8 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,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 1ba0a9795..6cc7efbc4 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,9][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,7,8,9][0-9]{9}$/; if(phone.test(tel)){ setErrorTips("tel",""); return true;