1。实际付款明细同样增加电汇小计
This commit is contained in:
parent
2314c96eaa
commit
859053efe5
@ -61,6 +61,20 @@
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
setColRequired();
|
||||
var sumethod6 = 0.0;
|
||||
for(var i=0;i<getRowCount(0);i++){
|
||||
if("settlemethod6"==getItemValue(0,i,"SETTLE_METHOD")){
|
||||
sumethod6 += parseFloat(getItemValue(0,i,'FACT_MONEY'));
|
||||
}
|
||||
}
|
||||
$('.list_gridCell_standard.list_div_pagecount').text(FormatKNumber(sumethod6,2));
|
||||
$('.list_smallcount_color').children('.list_all_no').children('.list_gridCell_narrow').text("µç»ãС¼Æ");
|
||||
$('.list_gridCell_narrow').width(100);
|
||||
$('#myiframe0_static').eq(0).width(420);
|
||||
var html = $('#myiframe0_static').eq(0).html();
|
||||
if(html.indexOf("checkbox")!=-1){
|
||||
$('#myiframe0_static').eq(0).width($('#myiframe0_static').eq(0).width()+101);
|
||||
}
|
||||
})
|
||||
|
||||
function setColRequired(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user