团购订单
- class="current"<{/if}>>管理
- class="current"<{/if}>>未支付
- class="current"<{/if}>>未发货
- class="current"<{/if}>>已发货
- class="current"<{/if}>>已完成
- class="current"<{/if}>>已取消
<{if $smarty.get.operation=='edit'}>
- 操作
<{/if}>
<{if $smarty.get.operation=='edit' }>
订单详情 |
订单状态 |
<{assign var=val value=$de.status}><{$statu_list.$val}> |
订单编号 |
<{$de.order_id}> |
下单时间 |
<{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> |
订单信息 |
|
商品 |
单价(元) |
数量 |
总价(元) |
 |
<{$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"}> |
<{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 $de.code}>验证吗: <{$de.code}><{/if}>
|
<{/if}>
<{if $de.finished_time}>
<{if $de.status==10}>取消时间<{else}>完成时间<{/if}>: <{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> |
<{/if}>
收货地址 |
收货人 |
<{$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}>
操作历史 |
<{$de.member_name}> 于 <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> 提交 下一状态:待付款 |
<{if $de.payment_time}>
<{$de.member_name}> 于 <{$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.member_name}> 于 <{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 确定收货 完成订单
<{/if}>
|
<{/if}>
<{if $de.status==30}>
<{if $de.is_virtual=='false'}>
<{else}>
<{/if}>
<{/if}>
<{if $de.status!=10}>
<{/if}>
<{else}>
<{foreach item=list from=$de.list}>
<{$list.order_id}> |
<{$list.member_name}> |
<{$list.tg_name}> |
<{$list.quantity}> |
<{$list.price*$list.quantity|number_format:2}> |
<{$list.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> |
<{assign var=val value=$list.status}><{$statu_list.$val}> |
<{$setimg}>
|
<{foreachelse}>
暂无符合条件的数据记录 |
<{/foreach}>
|
<{$de.page}> |
<{/if}>