{extend name="app/shop/view/base.html"/} {block name="resources"} {/block} {block name="main"}
结算信息
{$withdraw_info.withdraw_no}
{$withdraw_info.status_name}
{$withdraw_info.money}
{$withdraw_info.transfer_type_name}
{$withdraw_info.settlement_type_name}
{:time_to_date($withdraw_info.apply_time)}
{if $withdraw_info.transfer_type == "bank"}
{$withdraw_info['bank_name']}
{/if}
{$withdraw_info.account_number}
{$withdraw_info.transfer_type_name}
{$withdraw_info.realname}
{if !empty($withdraw_info['voucher_img'])}
{if condition="$withdraw_info.voucher_img"} {else/} {/if}
{/if} {if !empty($withdraw_info.voucher_desc)}
{$withdraw_info.voucher_desc}
{/if}
{if $withdraw_info.settlement_type != 'apply'}
周期结算
{$withdraw_info.settlement_info.settlement_no}
{:time_to_date($withdraw_info.settlement_info.start_time)}
{:time_to_date($withdraw_info.settlement_info.end_time)}
{$withdraw_info.settlement_info.order_money}
{$withdraw_info.settlement_info.commission}
{/if}
{/block} {block name="script"} {/block}