1.租金测算融资额计算问题
This commit is contained in:
parent
2d239d9edc
commit
79daec09df
@ -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();
|
||||
}
|
||||
//根据比例算金额
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user