diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp index 01103cdf7..1b497b583 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp @@ -234,7 +234,7 @@ function getRequestParamOfCredit(){ let code = 'ECM0002'; - if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("<%=sPhaseNo%>"!="0010"&&"<%=sPhaseNo%>"!="0020")&&"ReadOnly"!="<%=rightType%>"&&"true"!="<%=isHistory%>"&&"true"!="<%=ishistoryNew%>"){ + if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("<%=sPhaseNo%>"!="0010"&&"<%=sPhaseNo%>"!="0020")&&"true"!="<%=isHistory%>"&&"true"!="<%=ishistoryNew%>"){ code = 'ECM0001'; } let busiNo="<%=projectNo%>"; @@ -243,7 +243,7 @@ } let identity = $("#frame_list")[0].contentWindow.getIdentity(); let customerName = $("#frame_list")[0].contentWindow.getCustomerName(); - let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode=AZPLGPA,appName=信审专属资料,code="+code+",busiNo="+busiNo+",userCode=<%=userId%>"+",userName=<%=userName%>"+",identity="+identity+",customerName="+customerName); + let param = RunJavaMethod("com.ample.icms.query.ImageQuery","getRequestParam","appCode=APZLXSZS,appName=信审专属资料,code="+code+",busiNo="+busiNo+",userCode=<%=userId%>"+",userName=<%=userName%>"+",identity="+identity+",customerName="+customerName); return param; }