{if $type == 'business'}- 提现管理
{/if}
{if $type == 'user'}- 提现管理{/if}
- 提现详情
{if $type== 'business'}
| 申请记录ID |
{$withdraw['id']} |
| 申请商户 |
{$withdraw['businessname']} |
| 申请提现的店员ID |
{$withdraw['clerkid']} |
| 申请提现金额 |
{$withdraw['withdraw_price']} |
| 实际到账金额(已扣除手续费{$withdraw['charged']}元) |
{$withdraw['charged_price']} |
| 当前状态
| {if $withdraw['status'] == 0}等待审核{/if}{if $withdraw['status'] == 1}已同意{/if}{if $withdraw['status'] == 2}已拒绝{/if} |
| 申请时间
| {php echo date("Y-m-d H:i",$withdraw['createtime'])} |
{/if}
{if $type== 'user'}
| 申请记录ID |
{$withdraw['id']} |
| 申请用户 |
{$withdraw['username']} |
| 申请提现金额 |
{$withdraw['withdraw_price']} |
| 实际到账金额(已扣除手续费{$withdraw['charged']}元) |
{$withdraw['charged_price']} |
| 当前状态
| {if $withdraw['status'] == 0}等待审核{/if}{if $withdraw['status'] == 1}已同意{/if}{if $withdraw['status'] == 2}已拒绝{/if} |
| 申请时间
| {php echo date("Y-m-d H:i",$withdraw['createtime'])} |
{/if}
{template 'common/footer'}