个人汇总添加退款

master
zhengyongxing 4 years ago
parent fedcbd605b
commit 0b745ea817

@ -112,6 +112,7 @@
<th>产品类型</th>
<th>结算时间</th>
<th>推广流水</th>
<th>退款</th>
<th>分成比例</th>
<th>补点</th>
<th>分成结算金额</th>
@ -157,8 +158,9 @@
<td>{$com['statement_info'][0]['game_list'][0]['game_type_name']}</td>
<td>{$com['statement_info'][0]['game_list'][0]['statement_begin_time']}-{$com['statement_info'][0]['game_list'][0]['statement_end_time']}</td>
<td>{$com['statement_info'][0]['game_list'][0]['pay_amount']}</td>
<td>{$com['statement_info'][0]['game_list'][0]['ratio']|showNumPercent}</td>
<td>{$com['statement_info'][0]['game_list'][0]['increment_ratio']|showNumPercent}</td>
<td>{$com['statement_info'][0]['game_list'][0]['pay_amount']}</td>
<td><input name="ratio" id="ratio" value="{$com['statement_info'][0]['game_list'][0]['ratio']}" style="width: 20px;"></td>
<td><input name="increment_ratio" id="increment_ratio" value="{$com['statement_info'][0]['game_list'][0]['increment_ratio']}" style="width: 20px;"></td>
<td>{$com['statement_info'][0]['game_list'][0]['sum_money']}</td>
<td rowspan="{$com.row}">{$com['reward']}</td>
<td rowspan="{$com.row}">{$com['fine']}</td>
@ -268,7 +270,7 @@
</notempty>
</foreach>
<tr>
<td colspan=10 >合计:</td>
<td colspan=11 >合计:</td>
<td>{$count.platform_amount}</td>
<td></td>
<td></td>

Loading…
Cancel
Save