<{include file="Backend/Common/tpl/nav.tpl"}> <{include file="Backend/Common/tpl/sidebar.tpl"}>

卖家订单管理

家属(<{$smarty.get.delivery_date}>)订单

<{foreach from=$orders item=o }> <{foreach from=$o.items item=item name=item }> <{if !$smarty.foreach.item.index}> <{else}> <{/if}> <{/foreach}> <{/foreach}>
收货人 序号 商品名 订单数量 单位 配送数量 销售价
<{$o.j}>.<{$o.remark}> vx: <{$o.nickname}> <{if $o.status eq 1}> <{else}> 订单已完成(<{$o.sum_selling}>) <{/if}> <{$smarty.foreach.item.index + 1}> <{$item.goods_name}> <{$item.order_amount}> <{$item.order_unit}> <{$item.delivery_amount}><{$item.delivery_unit}> <{$item.selling}>
<{$smarty.foreach.item.index + 1}> <{$item.goods_name}> <{$item.order_amount}> <{$item.order_unit}> <{$item.delivery_amount}><{$item.delivery_unit}> <{$item.selling}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>