From b3fc2fce728fc3eb565dd24bfe56ca0e25df13e7 Mon Sep 17 00:00:00 2001 From: zzk Date: Mon, 25 Apr 2022 15:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=89=8D=E9=83=A8=E5=88=86=E7=BB=93?= =?UTF-8?q?=E6=B8=85=E4=B8=BA=E5=85=A8=E9=83=A8=E7=BB=93=E6=B8=85=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=85=B6=E4=BB=96=E5=BA=94=E9=80=80,?= =?UTF-8?q?=E5=90=A6=E5=88=99=E9=BB=98=E8=AE=A4=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/LCContractTerminate/LCContractTerminateInfo.jsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp index 8db1cc247..e4b6b45e2 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp @@ -530,7 +530,11 @@ // 逾期罚息 setItemValue(0,getRow(),"DUN_PENALTY",DUN_PENALTY); // 应退金额 - setItemValue(0,getRow(),"OTHER_OUT",'0.00'); + if(YES_NO=='Y'){ + setItemValue(0,getRow(),"OTHER_OUT",<%=cautionmoney%>); + }else{ + setItemValue(0,getRow(),"OTHER_OUT","0.00"); + } // 违约金 var ratio=0; if("<%=ratio%>"==""||"<%=ratio%>"==null||"<%=ratio%>"=="null"){