From 19b491259ef23b29029e6ee35009f9f2e7d81585 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Wed, 26 Sep 2018 17:22:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=88=E5=90=8C=E6=96=B9=E7=A4=BE?= =?UTF-8?q?=E4=BC=9A=E7=BB=9F=E4=B8=80=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp index 2e35c3100..4e280bad3 100644 --- a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp +++ b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp @@ -82,7 +82,8 @@ include file="/Frame/resources/include/ui/include_info.jspf"%> var certid = getItemValue(0,getRow(),"certid"); //判断组织机构代码合法性 if(certType =='Ent02'){ - if(!checkORGRight1(certid) ){ +// if(!checkORGRight1(certid) ){ + if(!checkORGRight(certid) ){ setErrorTips("certid","组织机构代码格式错误!"); return false; } From 2df1eee29c3ca80166bab731e70f7531ae5b6b55 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Wed, 26 Sep 2018 17:29:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/RiskAlert/RiskAlertInfo.jsp | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp b/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp index 47f7793fe..57854bc1a 100644 --- a/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp @@ -63,7 +63,28 @@ } } function selectCustomer(){ - AsDialog.OpenSelector("SelectCustomerForRiskAlert","","",function(sReturn){ + + var flowno="<%=CurPage.getParameter("ApplyType")%>"; + var selname=""; + var orgId="<%=CurUser.getOrgID()%>".substring(0,7); + var businessType=""; + if(flowno=="RiskAlertFlow"){ + businessType=" lci.businesstype='1'"; + }else{ + businessType=" (lci.businesstype='2' OR lci.businesstype='3')"; + /* if(orgId=="8009010"){ + businessType="2"; + }else if(orgId=="8009011"){ + businessType="3"; + }else{ + alert("当前用户不能发起!"); + return; + } */ + } + + + var userid="<%=CurUser.getUserID()%>"; + AsDialog.OpenSelector("SelectCustomerForRiskAlert","userid,"+userid+",businessType,"+businessType,"",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_" || sReturn=="_NONE_"){ return; }