From 8ce9fcf78575f516c9050b4b861f0df23f780b48 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 30 Nov 2018 09:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E6=AF=8D=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E7=9A=84=E4=BF=AE=E6=94=B9=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=A0=BC=E5=BC=8F=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorInfo.jsp | 2 +- .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index cadf91039..45688e1da 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -199,7 +199,7 @@ } sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性 setItemValue(0,getRow(),"SUBSIDIARY_COMPANY",sReturn[0]);//向页面的框中添加数据 - setItemValue(0,getRow(),"SUMS",sReturn[1]); + setItemValue(0,getRow(),"LIMIT_APPROVAL_DATE",sReturn[1]); },"请选择经销商"); } var province="";//定义一个全局变量 diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index b4558afce..b5e24f00a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -390,7 +390,7 @@ // alert("手机号不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][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; @@ -782,7 +782,7 @@ // setErrorTips("EMERGENCY_CONTACT_TEL","电话不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,7,8,9][0-9]{9}$/; if(phone.test(mobile)){ setErrorTips("EMERGENCY_CONTACT_TEL",""); return true; @@ -798,7 +798,7 @@ // setErrorTips("REMARK","电话不能为空!"); return true; } - var phone = /^[1][3,4,5,7,8][0-9]{9}$/; + var phone = /^[1][2,3,4,5,6,7,8,9][0-9]{9}$/; if(phone.test(mobile)){ setErrorTips("REMARK",""); return true;