1.车辆融资额随更改而变动

This commit is contained in:
zhangbb 2018-12-20 14:26:40 +08:00
parent 8f54477895
commit b2dc10e90a

View File

@ -228,7 +228,6 @@ $(function(){
changeSettleMethod3();
}
getRatioByMoney(getObj(0, "EQUIP_AMT"));
financingCar();
});
function financingCar(){
var financingCar = getItemValue(0, 0, "EQUIP_AMT")-getItemValue(0, 0, "FIRST_PAYMENT");
@ -243,6 +242,7 @@ function changgeCompare(){
}else{
$("#EQUIP_AMT").css("color","none");
}
financingCar();
}
function isFina(){
var fundRules=calcRules["fund"];
@ -898,6 +898,7 @@ function getRatioByMoney(e){
setItemValue(0, 0, "ALL_FIRST_PAYMENT_RATIO_0", ((firstPayment / allMoney) * 100).toFixed(6));
}
cautionMoney();
financingCar();
}
//¸ù¾Ý±ÈÀýËã½ð¶î
function getMoneyByRatio(e){
@ -925,6 +926,7 @@ function getMoneyByRatio(e){
setValue(col,Number(money*ratio/100).toFixed(2));
}
cautionMoney();
financingCar();
}
function setValue(colName,value){