{template 'header', 'member'} {if $action == 'update'} {if $step == 'detail'}
订单详情
{template 'goods', 'chip'} {if $td[logistic]}
快递信息
邮编:{$td[buyer_postcode]}
地址:{$td[buyer_address]}
姓名:{$td[buyer_name]}
手机:{$td[buyer_mobile]}
买家备注:{if $td[note]}{$td[note]}{else}无{/if}
{if $td[send_time]} 发货日期:{$td[send_time]}
快递类型:{$td[send_type]}
快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
快递状态:{$_send_status[$td[send_status]]}
{/if}
{else}
验证信息
密码:{$td[password]}
手机:{$td[buyer_mobile]}
{if $td[status] == 0}
确认消费
{/if} {/if}
订单详情
联系买家:{$td[buyer]}
下单时间:{$td[adddate]}
最后更新:{$td[updatedate]}
{if $td[send_time]} 发货时间:{$td[send_time]}
{/if} 订单状态:{$_status[$td[status]]}
{if $td[buyer_reason]} 退款理由:{$td[buyer_reason]}
{/if} {if $td[refund_reason]} 操作原因:{$td[refund_reason]}
{/if}
{elseif $step == 'express'}
快递信息
{template 'goods', 'chip'}
快递信息
发货日期:{$td[send_time]}
快递类型:{$td[send_type]}
快递单号:{$td[send_no]}
快递状态:{$_send_status[$td[send_status]]}
追踪结果:
正在查询...
{elseif $step == 'send'}
确认发货
{template 'goods', 'chip'}

快递类型

快递单号

发货时间

{elseif $step == 'add_time'}
订单延时
{template 'goods', 'chip'}

延长时间*

小时
{elseif $step == 'refund_agree'}
同意退款
{template 'goods', 'chip'}
联系买家:{$td[buyer]}
下单时间:{$td[adddate]}
退款原因:
{$td[buyer_reason]}

同意原因

支付密码*

{template 'password', 'chip'}
{/if} {elseif $action == 'express'}
我的快递
{loop $lists $v}
{/loop} {if $pages}
{$pages}
{/if} {else}
{$MODULE[$mid][name]}订单 ▾
{loop $lists $v}
{$v[dstatus]}{$v[addtime]} {$v[buyer]}
{if $v[status] == 0} {if $v[logistic]} 确认发货 {else} 确认消费 {/if} {elseif $v[status] == 1} {if $v[lefttime]} 延长时间 {else} 直接收款 {/if} {if $v[send_type] && $v[send_no]} 快递追踪 {/if} {elseif $v[status] == 2} {if $v[lefttime]} 延长时间 {else} 直接收款 {/if} {elseif $v[status] == 4} 同意退款 {/if} 订单详情
{/loop} {if $pages}
{$pages}
{/if} {/if} {template 'footer', 'member'}