From b17bfef973c8b99525eed335f1d91a1eea8efd5e Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 23 Oct 2018 18:24:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E6=8C=89=E6=80=BB=E4=BB=B7?= =?UTF-8?q?=E6=AC=BE=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index 7e9b7efb6..6480bece8 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -850,6 +850,8 @@ function getRatioByMoney(e){ var money=0; if(fundRules[key]["ratioFee"]=="EquipEndAmt"&&key!="FIRST_PAYMENT"){//比例参照项 money=cleanLeaseMoney; + }else if(fundRules[key]["ratioFee"]=="TOTAL_ALL"&&key!="FIRST_PAYMENT"){//比例参照项 + money = allMoney; }else{ money=equipAmt; }