<{if $data}>
    <{if $data.process == 0}>
  1. 提交申请
  2. 取消处理
  3. 退款处理
  4. 完成
  5. <{elseif $data.process == 1}>
  6. 提交申请
  7. 取消处理
  8. 退款处理
  9. 完成
  10. <{elseif $data.process == 2}>
  11. 提交申请
  12. 取消处理
  13. 退款处理
  14. 完成
  15. <{elseif $data.process == 3}>
  16. 提交申请
  17. 取消处理
  18. 退款处理
  19. 完成
  20. <{/if}>
<{if $data.refunds_status == 'WAIT_CHECK' }> 请审核该取消订单申请 <{elseif $data.refunds_status == 'WAIT_REFUND'}> 审核通过,等待平台进行退款处理 <{elseif $data.refunds_status == 'SUCCESS'}> <{if $data.payed_fee && $data.payed_fee != '0.00'}> 订单已取消成功,并已完成退款 <{else}> 订单已取消成功 <{/if}> <{else}> 订单已取消失败 <{/if}>
订单号:<{$trade.tid}>
订单状态: <{if $trade.status == "WAIT_BUYER_PAY"}> 未支付 <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "online"}> 已支付,未发货 <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "offline"}> 货到付款,未发货 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}> 已支付,已发货 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "offline"}> 货到付款,已发货 <{elseif $trade.status == "TRADE_FINISHED"}> 订单已完成 <{elseif $trade.status == "TRADE_CLOSED_BY_SYSTEM" || $trade.status == "TRADE_CLOSED"}> 订单已取消 <{/if}>
<{if $trade.pay_time || $trade.trade_memo}> 付款时间:<{$trade.pay_time|cdate}> <{/if}>
订单总额:<{$trade.payment|cur}>
订单备注:
<{$trade.trade_memo}>
收货人:<{$trade.receiver_name}>
联系方式:<{$trade.receiver_mobile}>
收货地址:<{$trade.receiver_state}><{$trade.receiver_city}><{$trade.receiver_district}><{$trade.receiver_address}>  <{$trade.receiver_zip}>
邮编:<{$trade.receiver_zip}>
<{include file="topshop/trade/detail_item.html"}>
<{if $trade.status == "WAIT_BUYER_CONFIRM_GOODS" || $trade.status == "TRADE_FINISHED"}>

配送信息:

<{if $logi.logi_no != 0}> <{if $tracking && $tracking =='true' }> <{/if}> <{/if}> <{if $ziti == "true"}> <{if $trade.ziti_memo}> <{/if}> <{/if}>
<{t}>物流公司<{/t}>: <{$logi.logi_name}>
<{t}>配送单号<{/t}>: <{$logi.logi_no}>
<{t}>物流跟踪<{/t}>: 查看物流
<{t}>自提备注<{/t}>: <{$trade.ziti_memo}>
<{/if}>

订单取消原因:

<{$data.reason}>
<{if $data.shop_reject_reason}>

拒绝取消理由:

<{$data.shop_reject_reason}>
<{/if}> <{if $data.refunds_status == 'WAIT_CHECK'}>
<{/if}>
<{else}>

无权限查看该取消订单详情

<{/if}>