{template 'header'} {if $_GPC['do'] == 'cashsetting'}
分销设置 | ||
---|---|---|
佣金设置 | {if $settings['cash_status'] == 1} 已开启(佣金比例:{php echo intval($settings['cash_ratio']);}%) {else} 已关闭 {/if} | 修改 |
商品名称 | 购买人 | 订单状态 | 商品金额 | 获得佣金 | 提现状态 | 操作 | |
---|---|---|---|---|---|---|---|
创建时间:{php echo date('Y-m-d H:i:s', $order['create_time'])} 分销单号:{$order['number']} | |||||||
{if $order['goods']['type']== 1 || $order['goods']['type']== 4}
{elseif $order['goods']['type']== 9 || $order['goods']['type']== 10}
{elseif $order['goods']['type']== 6 || $order['goods']['type']== 7 || $order['goods']['type']== 8}
{/if}
|
{$order['goods']['title']} | {$order['order']['buyer']} | 交易成功 | {$order['order_amount']} | {$order['cash_amount']} | {if $order['status'] == 1}待提现 {elseif $order['status'] == 2}已申请 {elseif $order['status'] == 3}已拒绝 {elseif $order['status'] == 4}已审核 {/if} | 订单详情 |
暂无数据 |
商品名称 | 订单号 | 下单时间 | 购买人 | 商品金额 | 获得佣金 | 状态 | 操作 | |
---|---|---|---|---|---|---|---|---|
{if $order['goods']['type']== 1 || $order['goods']['type']== 4}
{elseif $order['goods']['type']== 9 || $order['goods']['type']== 10}
{elseif $order['goods']['type']== 6 || $order['goods']['type']== 7 || $order['goods']['type']== 8}
{/if}
|
{$order['goods']['title']} | {$order['order']['orderid']} | {php echo date('Y-m-d H:i:s', $order['order']['createtime'])} | {$order['order']['buyer']} | {$order['order_amount']} | {$order['cash_amount']} | {if $order['status'] == 1}待提现 {elseif $order['status'] == 2}已申请 {elseif $order['status'] == 3}已拒绝 {elseif $order['status'] == 4}已审核 {/if} | 订单详情 |
暂无数据 |
订单详情 | |
---|---|
订单号: | {$cash_order['order']['orderid']} |
下单时间 : | {php echo date('Y-m-d H:i:s', $cash_order['order']['createtime'])} |
商品名称 : | {$cash_order['goods']['title']} |
购买人 : | {$cash_order['order']['buyer']} |
商品金额 : | {$cash_order['order']['amount']} |
获得佣金 : | {php echo sprintf('%.2f', $this->store_setting['cash_ratio'] * $cash_order['order']['amount'] / 100)} |
提现单号 | 申请时间 | 提现金额 | 状态 | 操作 |
---|---|---|---|---|
{$log['number']} | {php echo date('Y-m-d H:i:s', $log['create_time'])} | {$log['amount']} | {if $log['status'] == 1}待审核 {elseif $log['status'] == 2}审核通过 {elseif $log['status'] == 3}审核拒绝 {/if} | 详情 |
暂无数据 |
申请人:{$founder['username']} | 提现金额:{$log['amount']} | 申请时间:{php echo date('Y-m-d H:i:s', $log['create_time'])} | 提现单号:{$log['number']} | 审核状态: {if $log['status'] == 1}待审核 {elseif $log['status'] == 2}已审核 {elseif $log['status'] == 3}已拒绝{/if} |
---|
商品名称 | 订单号 | 下单时间 | 购买人 | 商品金额 | 获得佣金 | ||
---|---|---|---|---|---|---|---|
{if $order['goods']['type']== 1 || $order['goods']['type']== 4}
{elseif $order['goods']['type']== 9 || $order['goods']['type']== 10}
{elseif $order['goods']['type']== 6 || $order['goods']['type']== 7 || $order['goods']['type']== 8}
{/if}
|
{$order['goods']['title']} | {$order['order']['orderid']} | {php echo date('Y-m-d H:i:s', $order['order']['createtime'])} | {$order['order']['buyer']} | {$order['order_amount']} | {$order['cash_amount']} | |
暂无数据 |