修改小计使用千分位展示,并设置默认显示50条每页
This commit is contained in:
parent
1963befb7c
commit
bf57066b88
@ -25,7 +25,7 @@
|
||||
if("ReadOnly".equals(rightType)){
|
||||
dwTemp.MultiSelect = false;
|
||||
}
|
||||
dwTemp.setPageSize(10);
|
||||
dwTemp.setPageSize(50);
|
||||
ASDataObject ado = dwTemp.getDataObject();
|
||||
ado.setLockCount(4);
|
||||
ado.setReadOnly("PAYMENT_NUMBER", true);
|
||||
@ -64,7 +64,7 @@
|
||||
sumethod6 += parseFloat(getItemValue(0,i,'FACT_MONEY'));
|
||||
}
|
||||
}
|
||||
$('.list_gridCell_standard.list_div_pagecount').text(sumethod6);
|
||||
$('.list_gridCell_standard.list_div_pagecount').text(ormatKNumber(sumethod6,2));
|
||||
})
|
||||
|
||||
function setColRequired(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user