From e073f08330a92613ef7c25762cba82f1e3f5cd6b Mon Sep 17 00:00:00 2001 From: zhangbb Date: Fri, 18 Jan 2019 15:18:26 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=95=86=E5=8A=A1=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E7=BB=BC=E5=90=88=E9=A6=96=E4=BB=98=E6=AC=BE=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 1 + 1 file changed, 1 insertion(+) 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)); }