1.修改bug
This commit is contained in:
parent
08789f2253
commit
62ace18734
@ -64,14 +64,14 @@
|
||||
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_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() ;
|
||||
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