From 28d68bd60979e139efffe16a1412eee5ca10f995 Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Wed, 27 Sep 2023 09:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0-=E4=BF=A1?= =?UTF-8?q?=E5=AE=A1=E4=B8=93=E5=B1=9E=E8=B5=84=E6=96=99=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApplication/BusinessProjectTempInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }