{extend name='main'} {block name="content"}
| 订单号/提现方式/代理 | 用户信息 | 一级代理/二级代理 | 提现金额 | 银行信息/usdt | 电子钱包 | 发起/处理/回调 | 审核状态 | 代理审核 | 三方状态 | {if auth('do_deposit')}操作 | {/if}|
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{$vo.id} {$vo.w_type} |
{$vo.username} {$vo.u_tel} VIP{$vo.level} {:config("currency")}{$vo.balance} |
{$agent_list[$vo.agent_id]|default='---'}
{$agent_service_list[$vo.agent_service_id]|default='---'} |
{:config("currency")}{$vo.num}
{if $vo.w_type=='USDT'}(U: {$vo.num2}){/if}
{$vo.shouxu*100}% {:config("currency")}{$vo.real_num} |
{if $vo.w_type=='USDT'}
{$vo.usdt}
{else}
{$vo.bankname} {$vo.khname} {$vo.cardnum} {$vo.document_type} {$vo.document_id} {/if} |
{$vo.tel} {$vo.wallet_document_type} {$vo.wallet_document_id} {$vo.wallet_tel} |
{$vo.addtime|format_datetime} {$vo.endtime|format_datetime|default="-"} {$vo.payout_time|format_datetime|default="-"} |
{switch $vo.status} {case 1}待审核{/case} {case 2}审核通过{/case} {case 3}审核驳回{/case} {case 4}转账失败{/case} {/switch} | {switch $vo.agent_status} {case 1}待审核{/case} {case 2}审核通过{/case} {case 3}审核驳回{/case} {case 4}转账失败{/case} {/switch} |
{switch $vo.payout_status}
{case 0}未提交{/case}
{case 1}已提交{/case}
{case 2}转账成功{/case}
{case 3}转账失败{/case}
{/switch}
{$vo.payout_err_msg} |
{if ($vo.status == 1) and auth("do_deposit")} {if $agent_id>0 && $vo.agent_status>1 } {else} 通过 驳回 {if $agent_id==0} 假通过 {/if} {/if} {/if} {if $vo.status>1}{$vo.payout_type}{/if} |