Commit 7bcdd772 authored by agping's avatar agping

1

parent 16e771bf
......@@ -122,7 +122,7 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html',
/*分页代码*/
add_page(data.data.total, pageNo, bargain.pageSize, bargain.getList);
// add_page(data.data.total, pageNo, bargain.pageSize, bargain.getList);
} else {
alert(data['msg']);
......
......@@ -68,7 +68,7 @@
<td>[%= it[item]['id'] %]</td>
<td></td>
<td>[%= it[item]['apply_for_time'] %]</td>
<td>[%= switchFeeSiteId(it[item]['site_id']) %]</td>
<td>[%= switchFeeSiteId(it[item]['site_id']) %]分公司成本</td>
<td>[%= switchFeeItem(it[item]['fee_item']) %]</td>
<td>[%= it[item]['total_fee'] %]</td>
<td>[%= it[item]['store_attendance_num'] %]/[%=it[item]['district_attendance_num'] %]</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment