1.小计金额修改

This commit is contained in:
zhangbb 2018-10-26 15:40:51 +08:00
parent 4a09769e86
commit 2e4189b413

View File

@ -58,13 +58,15 @@
<script type="text/javascript">
$(function(){
setColRequired();
debugger;
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_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);