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; }