提前部分结清为全部结清时显示其他应退,否则默认为0
This commit is contained in:
parent
4909cd6316
commit
b3fc2fce72
@ -530,7 +530,11 @@
|
||||
// ÓâÆÚ·£Ï¢
|
||||
setItemValue(0,getRow(),"DUN_PENALTY",DUN_PENALTY);
|
||||
// Ó¦Í˽ð¶î
|
||||
setItemValue(0,getRow(),"OTHER_OUT",'0.00');
|
||||
if(YES_NO=='Y'){
|
||||
setItemValue(0,getRow(),"OTHER_OUT",<%=cautionmoney%>);
|
||||
}else{
|
||||
setItemValue(0,getRow(),"OTHER_OUT","0.00");
|
||||
}
|
||||
// Î¥Ô¼½ð
|
||||
var ratio=0;
|
||||
if("<%=ratio%>"==""||"<%=ratio%>"==null||"<%=ratio%>"=="null"){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user