| {$item['ordersn']} |
{$address[$item['addressid']]['realname']} |
{$address[$item['addressid']]['mobile']} |
{if $item['paytype'] == 2}在线支付{/if}{if $item['paytype'] == 3}货到付款{/if} |
{if empty($item['dispatch'])}自提{else}{$item['dispatch']['dispatchname']}{/if} |
{$item['dispatchprice']} |
{$item['price']} 元 |
{if $item['status'] == 0}待付款{/if}
{if $item['status'] == 1}待发货{/if}
{if $item['status'] == 2}待收货{/if}
{if $item['status'] == 3}已完成{/if}
{if $item['status'] == -1}已关闭{/if} |
{php echo date('Y-m-d H:i:s', $item['createtime'])} |
查看订单 |
{/loop}