{template '_header'}
{if $status==1 && cv('commission.apply.check')} 批量审核通过 批量审核不通过 {/if}

提现申请信息 共计 {$totalcount} 个订单 , 金额共计 {$totalmoney} 元 佣金总计 {$totalcommission}

提现者信息

昵称: {$member['nickname']} 姓名: {$member['realname']} 手机号: {$member['mobile']} 微信号: {$member['weixin']}

分销等级: {$agentLevel['levelname']} ( {if $this->set['level']>=1}一级比例: {$agentLevel['commission1']}%{/if} {if $this->set['level']>=2}二级比例: {$agentLevel['commission2']}%{/if} {if $this->set['level']>=3}三级比例: {$agentLevel['commission3']}%{/if} )

下级: 总共 {$member['agentcount']} 人 {if $this->set['level']>=1}一级:{$member['level1']} 人{/if} {if $this->set['level']>=2}二级: {$member['level2']} 人{/if} {if $this->set['level']>=3}三级: {$member['level3']} 人{/if} 点击: {$member['clickcount']}

累计佣金: {$member['commission_total']}待审核佣金: {$member['commission_apply']}待打款佣金: {$member['commission_check']}结算期佣金: {$member['commission_lock']}

申请佣金: {$apply['commission']}

{if (float)$apply['sendmoney']}

已打款(红包才有): {$apply['sendmoney']}

{/if}

打款方式: {if empty($apply['type'])} {$apply_type[$apply['type']]} {else if $apply['type'] == 1} {$apply_type[$apply['type']]} {else if $apply['type'] == 2} {$apply_type[$apply['type']]} 姓名: {$apply['realname']} 支付宝帐号: {$apply['alipay']} {else if $apply['type'] == 3} {$apply_type[$apply['type']]} 姓名: {$apply['realname']} 银行: {$apply['bankname']} 卡号: {$apply['bankcard']} {/if}

{loop $list $row} {/loop}
订单号 金额 付款方式 下单时间
{$row['ordersn']} {$row['price']} {if $row['paytype'] == 1} 余额支付 {elseif $row['paytype'] == 11} 后台付款 {elseif $row['paytype'] == 21} 微信支付 {elseif $row['paytype'] == 22} 支付宝支付 {elseif $row['paytype'] == 22} 银联支付 {elseif $row['paytype'] == 3} 货到付款 {/if} {php echo date('Y-m-d H:i',$row['createtime'])}
{loop $row['goods'] $g} {/loop}
商品 单价/数量 佣金
{$g['title']}
{$g['optionname']}
{php echo number_format($g['price']/$g['total'],2)}
x{$g['total']}
{if $this->set['level']>=1 && $row['level']==1}

一级佣金 {$g['commission1']} {if $g['status1']==-1} 未通过 {elseif $g['status1']==1} {elseif $g['status1']==2} 通过 {elseif $g['status1']==3} 已打款 {/if} 备注

{/if} {if $this->set['level']>=2 && $row['level']==2}

二级佣金 {$g['commission2']} 状态 {if $g['status2']==-1} 未通过 {elseif $g['status2']==1} {elseif $g['status2']==2} 通过 {elseif $g['status2']==3} 已打款 {/if} 备注

{/if} {if $this->set['level']>=2 && $row['level']==3}

三级佣金 {$g['commission3']} 状态 {if $g['status3']==-1} 未通过 {elseif $g['status3']==1} {elseif $g['status3']==2} 通过 {elseif $g['status3']==3} 已打款 {/if} 备注

{/if}
{if $apply['status']==2}
打款信息
此次佣金总额: {$totalcommission} 元 应该打款:{$totalpay} 元 实际佣金: {if $deductionmoney > 0} {$realmoney} {else} {$totalpay} {/if} 元 个人所得税金额:{$deductionmoney} 元 个人所得税:{$charge}%
{/if} {if $apply['status']==3}
打款信息
此次佣金总额: {$totalcommission} 元 实际打款:{$totalpay} 元 实际到账: {if $deductionmoney > 0} {$realmoney} {else} {$totalpay} {/if} 元 个人所得税金额:{$deductionmoney} 元 个人所得税:{$charge}%
{/if}
{if $apply['status']==1} {ifp 'commission.apply.refuse'} {/if} {ifp 'commission.apply.check'} {/if} {/if} {if $apply['status']==2} {ifp 'commission.apply.cancel'} {/if} {ifp 'commission.apply.pay'} {if empty($apply['type'])} {else if $apply['type'] == 1} {else if $apply['type'] == 2} {else if $apply['type'] == 3} {/if} {/if} {/if} {if $apply['status']==-1} {ifp 'commission.apply.cancel'} {/if} {/if}
{template '_footer'}