diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index 64a90d940..db9bc53e7 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -894,6 +894,7 @@ function getRatioByMoney(e){ // var firstPayment = Number(getItemValue(0, 0, "FIRST_PAYMENT")); if(allMoney != 0 ) { setItemValue(0, 0, "ALL_FIRST_PAYMENT", firstPayment + ""); + setItemValue(0, 0, "FIRST_PAYMENT", firstPayment + ""); setItemValue(0, 0, "ALL_FIRST_PAYMENT_RATIO", ((firstPayment / allMoney) * 100).toFixed(6)); setItemValue(0, 0, "ALL_FIRST_PAYMENT_RATIO_0", ((firstPayment / allMoney) * 100).toFixed(6)); }