{template '_header'}

分销订单

订单数: {$total} 订单金额: {$totalmoney} {if !empty($magent['nickname'])}订单推广人: {$magent['nickname']}{/if}
{if count($list)>0} {loop $list $item} {loop $item['goods'] $k $g} {if $k==0} {/if} {/loop} {if !empty($item['remark'])} {/if} {if !empty($level) || (!empty($item['merchname']) && $item['merchid'] > 0)} {/if} {/loop}
商品 单价/数量 买家 支付/配送 价格 下单时间 分销商 状态
 
订单编号: {$item['ordersn']} {if !empty($item['refundstate'])}{/if} {if !empty($item['refundstate']) && $item['rstatus'] == 4}{/if} {if $item['merchid'] == 0} {if empty($item['statusvalue'])} {if $item['ismerch'] == 0} {ifp 'order.op.close'} {/if} {/if} {ifp 'order.op.changeprice'} {/if} {/if} {/if} {if !empty($item['refundid'])} {/if} {if $item['merchid'] == 0} {if $item['statusvalue'] == 2 && !empty($item['addressid'])} {ifp 'order.op.send'} {/if} {/if} {/if} 查看详情 {if $item['addressid']!=0 && $item['statusvalue']>=2} 物流信息 {/if} {if $item['merchid'] == 0} {ifp 'order.op.remarksaler'} 备注 {/if} {/if}
{$g['title']}{if !empty($g['optiontitle'])}
{$g['optiontitle']}{/if}
{$g['goodssn']}
{php echo number_format($g['realprice']/$g['total'],2)}
x{$g['total']}
{ifp 'member.member.edit'} {$item['nickname']} {else} {$item['nickname']} {/if}
{$item['addressdata']['realname']}
{$item['addressdata']['mobile']}
{if $item['statusvalue'] > 0} {else if $item['statusvalue'] == 0} {if $item['paytypevalue']!=3} {else} {/if} {else if $item['statusvalue'] == -1} {/if}
{$item['dispatchname']}
¥{php echo number_format($item['price'],2)} {if $item['dispatchprice']>0}
(含运费:¥{php echo number_format( $item['dispatchprice'],2)}) {/if}
{php echo date('Y-m-d',$item['createtime'])}
{php echo date('H:i:s',$item['createtime'])}
{ifp 'member.member.edit'} {$item['m1']['nickname']} {else} {$item['m1']['nickname']} {/if}
{$item['m1']['realname']}
{$item['m1']['mobile']}
{$item['status']}
买家备注: {$item['remark']}
{if !empty($item['merchname']) && $item['merchid'] > 0} 商户名称:{$item['merchname']} {/if} {if !empty($item['agentid'])} {if $item['commission1']!=-1}1级佣金: {$item['commission1']} 元 {/if} {if $item['commission2']!=-1}2级佣金: {$item['commission2']} 元 {/if} {if $item['commission3']!=-1}3级佣金: {$item['commission3']} 元 {/if} {/if} {if !empty($item['agentid']) && !$is_merch[$item['id']]} {ifp 'commission.apply.changecommission'} {/if} {/if}
{$pager}
{else}
暂时没有任何订单!
{/if} {template '_footer'}