<{include file="admin:common/header.html"}>
<{$MOD.title}>
<{foreach $items as $k=>$item}> <{foreachelse}> <{/foreach}>
订单号 商家 订单总价 结算价格 实际支付 订单状态 下单时间
<{$item.order_id|default:''}> <{$shops[$item['shop_id']]['title']}> ¥<{$item.product_price+$item.package_price+$item.freight}> (<{if $item.package_price}>打包费:¥<{$item.package_price}><{/if}><{if $item.freight}>,配送费:¥<{$item.freight}><{/if}>) ¥<{$item.amount+$item.money+$item.hongbao}> ¥<{$item.amount+$item.money}> <{if $item.money>0}>(余额:¥<{$item.money}>)<{/if}> <{$item.order_status_label}> <{$item.dateline|format:'Y-m-d H:i:s'}>

没有数据

<{if $items}>
<{$pager.pagebar}>
<{else}> <{/if}>
<{include file="admin:common/footer.html"}>