1.解决付款明细出现白条问题。

This commit is contained in:
zhangbb 2018-10-26 13:59:28 +08:00
parent eb48f2769d
commit 08789f2253

View File

@ -65,10 +65,13 @@
}
}
$('.list_gridCell_standard.list_div_pagecount').text(FormatKNumber(sumethod6,2));
$('.list_smallcount_color').children('.list_all_no').children('.list_gridCell_narrow').text("µç»ãС¼Æ");
$('table tr th').eq(1).children('.list_gridCell_narrow').width(50);
$('.list_all_no').children('.list_gridCell_narrow').width(50);
$('#myiframe0_static').width(399);
$('.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(){