{extend name='main'} {block name="content"}
{include file='deal/order_list_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
订单号 用户名 用户余额 用户冻结金额 交易数额 佣金 做单级别 下单时间/付款时间 最后付款时间 是否付款 订单状态 操作
{$vo.id} {$vo.username}
{$vo.tel}
{$vo.user_balance} {$vo.user_freeze_balance} {:config("currency")}{$vo.num} {:config("currency")}{$vo.commission} VIP{$vo.level_id} {$vo.addtime|format_datetime}
{$vo.pay_time|format_datetime|default='-'}
{$vo.endtime|format_datetime} {switch $vo.is_pay} {case 0}未付款{/case} {case 1}已付款{/case} {/switch} {switch $vo.status} {case 0}等待付款{/case} {case 1}完成付款{/case} {case 2}用户取消{/case} {case 3}强制付款{/case} {case 4}系统取消{/case} {case 5}订单冻结{/case} {/switch} {if $vo.status==0} 冻结 强制付款 取消订单 {/if} {if $vo.status==1} 资金流水 {/if} {if $vo.status==5} 解冻 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}