Commit 8e0fe387 authored by hujun's avatar hujun

实收汇总增加手续费和服务费

parent 2dce9e12
......@@ -133,7 +133,8 @@
<th class="text-center">成交日期/开票日期</th>
<th class="text-center">所属部门/门店</th>
<th class="text-center">业务员</th>
<th class="text-center">应分佣金(元)</th>
<th class="text-center">手续费(元)</th>
<th class="text-center">慈善基金(元)</th>
<th class="text-center">现金奖(元)</th>
<th class="text-center">实收佣金(元)</th>
<th class="text-center">税费(元)</th>
......
......@@ -6,12 +6,13 @@
<td>[%= it[item]['operation_date'] %]</td>
<td>[%= it[item]['district_store'] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['should_commission'] %]</td>
<td>[%= it[item]['service_charge'] %]</td>
<td>[%= it[item]['charity_fund'] %]</td>
<td>
[% if (it[item]['cash'] ){ %]
[%= it[item]['cash'] %]
[% } else{%]
[%= 0 %]
<div %="" 0=""></div>
[% } %]
</td>
<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