From 0f293e6329fbad9b8f9213bdc4734fda3a95c345 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sun, 26 Aug 2018 19:16:02 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=BD=91=E9=93=B6=E6=94=B6?= =?UTF-8?q?=E6=AC=BE=E6=A0=B8=E9=94=80=E6=9C=AC=E6=AC=A1=E7=A7=9F=E9=87=91?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2=E5=9B=9E=E7=AC=BC=E8=B5=84?= =?UTF-8?q?=E9=87=91=E6=94=B6=E6=AC=BE=E6=98=8E=E7=BB=86=E4=B8=AD=E5=9B=9E?= =?UTF-8?q?=E7=AC=BC=E8=B5=84=E9=87=91=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 --- .../Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp index b0ead804f..d89d8038e 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp @@ -157,7 +157,7 @@ var corpus = removeFomatedNumber(getItemValue(0,position,"CORPUS")); rent = eval(thisFactMoney + "+" + corpus + "+" + interestadjust); if(rent == 0){ - setItemValue(0,position,"0.00"); + setItemValue(0,position,"RENT","0.00"); }else{ setItemValue(0,position,"RENT",getDWFomatedNumber(eval(thisFactMoney + "+" + corpus + "+" + interestadjust),2)); }