From 416a3bd1004391c81a659301317010f242b09657 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Thu, 27 Sep 2018 19:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E9=A2=84=E8=AD=A6=E7=94=B3=E8=AF=B7(=E4=BC=A0=E7=BB=9F)?= =?UTF-8?q?=E4=B8=8E=E9=A3=8E=E9=99=A9=E9=A2=84=E8=AD=A6=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=20=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E7=9A=84=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E5=AE=A2=E6=88=B7=E5=8C=BA=E5=88=86=E8=BD=A6=E8=BE=86?= =?UTF-8?q?=E4=B8=8E=E4=BC=A0=E7=BB=9F=E4=B8=8E=E6=B1=BD=E8=BD=A6=E7=B1=BB?= =?UTF-8?q?=E4=BC=A0=E7=BB=9F=EF=BC=8C=E5=90=8C=E6=97=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=AF=B9=E8=AF=9D=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/RiskAlert/RiskAlertInfo.jsp | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp b/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp index 57854bc1a..1b1150734 100644 --- a/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/RiskAlert/RiskAlertInfo.jsp @@ -64,27 +64,22 @@ } function selectCustomer(){ - var flowno="<%=CurPage.getParameter("ApplyType")%>"; + var flowno="<%=CurPage.getParameter("FlowNo")%>"; var selname=""; var orgId="<%=CurUser.getOrgID()%>".substring(0,7); var businessType=""; + var businessType1=""; if(flowno=="RiskAlertFlow"){ - businessType=" lci.businesstype='1'"; + businessType="1"; + businessType1="1"; }else{ - businessType=" (lci.businesstype='2' OR lci.businesstype='3')"; - /* if(orgId=="8009010"){ - businessType="2"; - }else if(orgId=="8009011"){ - businessType="3"; - }else{ - alert("当前用户不能发起!"); - return; - } */ + businessType="2"; + businessType1="3"; } var userid="<%=CurUser.getUserID()%>"; - AsDialog.OpenSelector("SelectCustomerForRiskAlert","userid,"+userid+",businessType,"+businessType,"",function(sReturn){ + AsDialog.OpenSelector("SelectCustomerForRiskAlert","userid,"+userid+",businessType,"+businessType+",businessType1,"+businessType1,"",function(sReturn){ if(!sReturn||sReturn=="_CANCEL_" || sReturn=="_NONE_"){ return; }