|
|
|
@ -111,13 +111,13 @@
|
|
|
|
|
<th>奖励</th>
|
|
|
|
|
<th>罚款</th>
|
|
|
|
|
<th>结算金额</th>
|
|
|
|
|
<if condition="$is_paymen eq 2">
|
|
|
|
|
<if condition="$is_payment eq 2">
|
|
|
|
|
<th>开户名</th>
|
|
|
|
|
<th>银行卡号</th>
|
|
|
|
|
<th>开户支行</th>
|
|
|
|
|
<th>帐户类型</th>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$is_paymen eq 1">
|
|
|
|
|
<if condition="$is_payment eq 1">
|
|
|
|
|
<th>支付宝真实姓名</th>
|
|
|
|
|
<th>支付宝账号</th>
|
|
|
|
|
</if>
|
|
|
|
@ -157,14 +157,14 @@
|
|
|
|
|
<td>{$com['statement_info'][0]['fine']}</td>
|
|
|
|
|
<td>{$com['statement_info'][0]['sum_money']}</td>
|
|
|
|
|
|
|
|
|
|
<if condition="$is_paymen eq 2">
|
|
|
|
|
<if condition="$is_payment eq 2">
|
|
|
|
|
<td rowspan="{$com.statement_count}">{$com.company_info.payee_name}</td>
|
|
|
|
|
<td rowspan="{$com.statement_count}"> {$com.company_info.bank_account}</td>
|
|
|
|
|
<td rowspan="{$com.statement_count}">{$com.company_info.opening_bank}</td>
|
|
|
|
|
<td rowspan="{$com.statement_count}"></td>
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
<if condition="$is_paymen eq 1">
|
|
|
|
|
<if condition="$is_payment eq 1">
|
|
|
|
|
<td rowspan="{$com.statement_count}">{$com.company_info.ali_user}</td>
|
|
|
|
|
<td rowspan="{$com.statement_count}">{$com.company_info.ali_account}</td>
|
|
|
|
|
</if>
|
|
|
|
@ -215,14 +215,16 @@
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>{$count.sum_money|default=0}</td>
|
|
|
|
|
<if condition="$is_paymen eq 2">
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<if condition="$is_payment eq 2">
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$is_payment eq 1">
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</if>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<if condition="!$is_export">
|
|
|
|
|