diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp index c5cb26604..a8da24b1c 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp @@ -753,10 +753,7 @@ function getRatioByMoney(e){ } else { firstPayment = 0; } - //计算融资额 setItemValue(0, 0, "TOTAL_ALL", allMoney + ""); - cleanLeaseMoney = allMoney - firstPayment; - setItemValue(0, 0, "CLEAN_LEASE_MONEY", cleanLeaseMoney + "") for(var key in fundRules){ if(key=="EQUIP_AMT"){ @@ -804,6 +801,9 @@ function getRatioByMoney(e){ } } } + //计算融资额 + cleanLeaseMoney = allMoney - firstPayment; + setItemValue(0, 0, "CLEAN_LEASE_MONEY", cleanLeaseMoney + ""); cautionMoney(); } //根据比例算金额