卖家中心 > 团购订单
<{if $smarty.get.type=='show'}>
订单详情
订单状态 <{assign var=val value=$de.status}><{$statu_list.$val}> 订单编号 <{$de.order_id}> 下单时间 <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{if $de.payment_time}> <{/if}> <{if $de.shipping_time}> <{/if}> <{if $de.finished_time}> <{/if}>
订单信息
商品 单价(元) 数量 总价(元)
<{$de.tg_name}>  <{$de.price|number_format:2}>  <{$de.quantity}>  <{$de.price*$de.quantity|number_format:2}>
备注: <{$de.remark}>
下单时间: <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
付款时间: <{$de.payment_time|date_format:"%Y-%m-%d %H:%M:%S"}>
发货时间: <{$de.shipping_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{if $de.code}>验证码:<{$de.code}><{/if}>
<{if $de.status==10}>取消时间<{else}>完成时间<{/if}>: <{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}>
收货地址
收货人 <{$de.contact}>
联系电话 <{$de.tel}>
收货地址 <{$de.address}>
<{if ($de.status>30 && $de.shipping_code) || ( $de.status==10 && $de.shipping_code )}>
发货地址
发货人 <{$de.shipping_name}>
联系电话 <{$de.shipping_tel}>
发货地址 <{$de.shipping_address}>
物流信息
物流名称 <{$de.shipping_company}>
物流单号 <{$de.shipping_code}>
<{/if}> <{if $de.payment_time}> <{/if}> <{if $de.shipping_time}> <{/if}> <{if $de.finished_time}> <{/if}>
操作历史
<{$de.member_name}><{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> 提交 下一状态:待付款
<{$de.member_name}><{$de.payment_time|date_format:"%Y-%m-%d %H:%M:%S"}> 付款 下一状态:待发货
管理员<{$de.shipping_time|date_format:"%Y-%m-%d %H:%M:%S"}> 发货 下一状态:待收货
<{if $de.status==10}> 管理员<{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 取消订单  原因: <{$de.admin_remark}> <{else}> <{$de.member_name}><{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 确定收货 完成订单 <{/if}>
<{else}> <{foreach item=list key=num from=$tg.list}> <{foreachelse}> <{/foreach}>
订单编号 商品名称 下单日期 订单状态
<{$list.order_id}> <{$list.tg_name}> <{$list.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{if $list.status==20}> 等待付款 <{/if}> <{if $list.status==30}>已付款,未发货<{/if}> <{if $list.status==40}>已发货,确定收货 <{/if}> <{if $list.status==50}>订单完成<{/if}> <{if $list.status==10}>订单取消<{/if}>
暂无符合条件的数据记录
<{/if}>