From d50014584cb9fac4d523a9b7aa21d8c44201fedb Mon Sep 17 00:00:00 2001 From: zzk Date: Fri, 15 Apr 2022 09:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=89=8D=E7=BB=93=E6=B8=85=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LCContractTerminate/LCContractTerminateInfo.jsp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp index 903da5936..0396a845a 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp @@ -18,9 +18,7 @@ String nominalPrice=condition.getAttribute("NOMINAL_PRICE").getString(); String cautionmoney = Sqlca.getString("select ifnull(round( sum(case lfi.FEE_TYPE when 'feetype2' then FACT_MONEY else 0 end)- sum(case lfi.FEE_TYPE when 'feetype2' then 0 else FACT_MONEY end ),2),0) as over_caution_monry from lc_fund_income lfi where lfi.CONTRACT_ID = '"+contractId+"' and lfi.FEE_TYPE in ('feetype2', 'feetype16', 'feetype17')"); String mayopemoney = Sqlca.getString("select sum(MAYOPE_MONEY) from LC_EBANK_TEMP where flowunid='"+flowunid+"'"); - String settletype = CurPage.getParameter("settletype"); - BizObject flow=GetFlowAction.getFlowBussinessObject(flowunid); String productId=flow.getAttribute("productId").getString(); String ratio = Sqlca.getString("select EarlySettleBreachRatio from PRD_SPECIFIC_LIBRARY where productid='"+productId+"'"); @@ -354,14 +352,20 @@ jQuery(function(){ + var settlemethod = getItemValue(0,getRow(),"SETTLE_METHOD"); if("N"==("<%=settletype%>")){ $("#A_div_1007").attr("style","display:none;"); $("#A_div_1008").attr("style","display:none;"); $("#A_div_1009").attr("style","display:none;"); $("#A_div_2096").attr("style","display:none;"); $("#A_div_2098").attr("style","display:none;"); - } - + }else if(settlemethod=="SETTLE_METHOD01") { + $("#A_div_1008").attr("style","display:none;"); + $("#A_div_1009").attr("style","display:none;"); + $("#A_div_2096").attr("style","display:none;"); + $("#A_div_2098").attr("style","display:none;"); + } + setItemValue(0,0,"flowunid","<%=flowunid%>"); var payday_date = getItemValue(0,getRow(),"PAYDAY_DATE"); if(""==payday_date || "undefined"==payday_date || null == payday_date){