1.租金测算融资额计算问题

This commit is contained in:
zhangbb 2018-10-18 14:41:43 +08:00
parent 2d239d9edc
commit 79daec09df

View File

@ -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();
}
//根据比例算金额