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; }