|
|
|
@ -103,7 +103,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th>序号</th>
|
|
|
|
|
<th>下游名称</th>
|
|
|
|
|
<th>结算时间</th>
|
|
|
|
|
<!-- <th>结算时间</th>-->
|
|
|
|
|
<th>会长账号</th>
|
|
|
|
|
|
|
|
|
|
<th>内外团</th>
|
|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
<th>下游性质</th>
|
|
|
|
|
<th>产品</th>
|
|
|
|
|
<th>产品类型</th>
|
|
|
|
|
<!-- <th>结算时间</th>-->
|
|
|
|
|
<th>结算时间</th>
|
|
|
|
|
<th>推广流水</th>
|
|
|
|
|
<th>退款</th>
|
|
|
|
|
<th>分成比例</th>
|
|
|
|
@ -147,7 +147,7 @@
|
|
|
|
|
<!-- <td rowspan="{$com.statement_count}">{$com.company_info.account}</td> -->
|
|
|
|
|
|
|
|
|
|
<notempty name="com['statement_info']">
|
|
|
|
|
<td rowspan="{$com['statement_info'][0]['time_row']}">{$com['statement_info'][0]['time']}</td>
|
|
|
|
|
<!-- <td rowspan="{$com['statement_info'][0]['time_row']}">{$com['statement_info'][0]['time']}</td>-->
|
|
|
|
|
<td rowspan="{$com['statement_info'][0]['row']}" >{$com['statement_info'][0]['account']}</td>
|
|
|
|
|
<else />
|
|
|
|
|
<td>-</td>
|
|
|
|
@ -162,6 +162,7 @@
|
|
|
|
|
<notempty name="com['statement_info'][0]['game_list']">
|
|
|
|
|
<td>{$com['statement_info'][0]['game_list'][0]['game_name']}</td>
|
|
|
|
|
<td>{$com['statement_info'][0]['game_list'][0]['game_type_name']}</td>
|
|
|
|
|
<td rowspan="{$com['statement_info'][0]['time_row']}">{$com['statement_info'][0]['time']}</td>
|
|
|
|
|
<!-- <td>{$com['statement_info'][0]['game_list'][0]['statement_begin_time']}-{$com['statement_info'][0]['game_list'][0]['statement_end_time']}</td>-->
|
|
|
|
|
<td><span class="pay_amount">{$com['statement_info'][0]['game_list'][0]['pay_amount']}</span></td>
|
|
|
|
|
<td><input class="refund" onkeyup ="value=value.replace(/^\D*(\d*(?:\.\d{0,2})?).*$/g, '$1')" value="{$com['statement_info'][0]['game_list'][0]['refund']|default=0}" style="width: 40px;" name="refund[{$com['id']}][{$com['statement_info'][0]['account']}][]"></td>
|
|
|
|
@ -239,14 +240,15 @@
|
|
|
|
|
<foreach name="com['statement_info']" item="account" key="akey">
|
|
|
|
|
<if condition="$akey gt 0">
|
|
|
|
|
<tr>
|
|
|
|
|
<notempty name="account['time']">
|
|
|
|
|
<td rowspan="{$account['time_row']}">{$account['time']}</td>
|
|
|
|
|
</notempty>
|
|
|
|
|
|
|
|
|
|
<td rowspan="{$account['row']}" class="accounts">{$account['account']}</td>
|
|
|
|
|
|
|
|
|
|
<notempty name="account['game_list']">
|
|
|
|
|
<td>{$account['game_list'][0]['game_name']}</td>
|
|
|
|
|
<td>{$account['game_list'][0]['game_type_name']}</td>
|
|
|
|
|
<notempty name="account['time']">
|
|
|
|
|
<td rowspan="{$account['time_row']}">{$account['time']}</td>
|
|
|
|
|
</notempty>
|
|
|
|
|
<!-- <td>{$account['game_list'][0]['statement_begin_time']}-{$account['game_list'][0]['statement_end_time']}</td>-->
|
|
|
|
|
<td><span class="pay_amount">{$account['game_list'][0]['pay_amount']}</span></td>
|
|
|
|
|
<!-- <td>{$account['game_list'][0]['ratio']|showNumPercent}</td>-->
|
|
|
|
|