1.修改网银收款核销本次租金明细页面回笼资金收款明细中回笼资金错误问题。
This commit is contained in:
parent
89a7b2c3d1
commit
0f293e6329
@ -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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user