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

商户订单清理 清理指定商户的订单

商户id: <{$merchant.id}> 名称: <{$merchant.name}>

订单列表 共<{$total}>条

<{foreach from=$orders item=d}> <{/foreach}>
买家 总采购 总售价 利润 配送时间 卖家 下单人 状态
<{$d.buyer_name}><{$d.tag_name}> <{$d.sum_purchasing}> <{$d.sum_selling}> <{if $d.paid_money neq 0}> (<{$d.paid_money}>) <{/if}> <{$d.sum_profit}>(<{$d.percent}>%) <{$d.delivery_date}>(<{$d.week}>) <{$d.seller_name}> <{$d.nickname}> <{$d.sdata.txt}>
<{include file="Backend/Common/tpl/pager.tpl"}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>