订单状态:<{assign var=val value=$de.status}><{$statu_list.$val}>
订单编号:<{$de.order_id}>
下单时间:<{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{$config.money}><{$de.price}> X <{$de.quantity}>
实付款:<{$config.money}><{$de.price*$de.quantity|number_format:2}>
收货人:<{$de.contact}>
联系电话:<{$de.tel}>
收货地址:<{$de.address}>
发货人:<{$de.shipping_name}>
联系电话:<{$de.shipping_tel}>
收货地址:<{$de.shipping_address}>
物流名称:<{$de.shipping_company}>
物流单号:<{$de.shipping_code}>
生成时间:<{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{if $de.payment_time}>付款时间:<{$de.payment_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{/if}> <{if $de.shipping_time}>发货时间:<{$de.shipping_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{/if}> <{if $de.finished_time}><{if $de.status==10}> 取消时间:<{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 原因: <{$de.admin_remark}> <{else}> 完成时间:<{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{/if}>
<{/if}>