配送订单管理
今日配送
{$today_order_count}单
今日佣金
{$today_order_price}元
可提佣金
{$delivery_price}
提现
{php include $this->template($this->cur_tpl.'/_nave');}
未配送订单
我的配送
{loop $order_list $items}
订单号:{php echo $items['ordersn']} 时间:{php echo date('Y-m-d H:i:s',$items['dateline'])}
姓名:{$items['username']}
电话:{$items['tel']}
配送地址:{$items['address']}
{if $items['delivery_status']==0}未配送{/if}{if $items['delivery_status']==1}配送中{/if}{if $items['delivery_status']==2}已配送{/if}, {if $items['ispay']==4}退款失败{/if} {if $items['ispay']==3}已退款{/if} {if $items['ispay']==2}待退款{/if} {if $items['ispay']==1}
已支付{/if} {if $items['ispay']==0}未支付{/if}
{loop $items['goods'] $goods} {$goods['title']}{$goods['total']}份; {/loop}
金额:
{$setting['currency']}{$items['totalprice']}
{if $items['delivery_status']==0} {php $lbl_color = 'label-default';} {php $lbl_stauts = '抢单配送';} {elseif $items['delivery_status']==1} {php $lbl_color = 'label-red';} {php $lbl_stauts = '配送中';} {elseif $items['delivery_status']==2} {php $lbl_color = 'label-green';} {php $lbl_stauts = '已配送';} {/if}
{$lbl_stauts}
{/loop}
{php echo register_jssdk(false);}