diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index c3cae36bc..3cc66ae89 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -802,7 +802,7 @@ function getRatioByMoney(e){ //¼ÆËã×ÛºÏÈÚ×ʶî var firstPaymentRatio = getItemValue(0, 0, "FIRST_PAYMENT_RATIO_0"); var ratio = 100 - Number(firstPaymentRatio); - if(ratio > 0 && allMoney != 0) { + if(ratio > 0) { cleanLeaseMoney = equipAmt * (ratio / 100) + Number(allMoney); setItemValue(0, 0, "RENT_RATIO", ((cleanLeaseMoney / equipAmt) * 100).toFixed(6)); setItemValue(0, 0, "CLEAN_LEASE_MONEY", cleanLeaseMoney);