<{if $trade.cancel_status !="NO_APPLY_CANCEL" && $trade.cancel_status !="FAILS"}> <{if $trade.cancel_status == "WAIT_PROCESS"}> 取消中,等待商家审核 <{elseif $trade.cancel_status == "SUCCESS"}> 取消成功 <{elseif $trade.cancel_status == "REFUND_PROCESS"}> 取消中,正在进行退款处理 <{/if}> <{else}> <{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.tid}>

创建时间:<{$trade.created_time|cdate}>

收货人:<{$trade.receiver_name}>
<{$trade.receiver_mobile}>
收货地址:<{$trade.receiver_state}><{$trade.receiver_city}> <{$trade.receiver_district}> <{$trade.receiver_address}>
<{if $trade.status == "WAIT_BUYER_CONFIRM_GOODS" || $trade.status == "TRADE_FINISHED"}>
<{/if}> <{include file="topwap/member/trade/trade_items.html"}>
<{if $trade.need_invoice}>
发票类型:
<{if $trade.invoice_type=='normal'}>普通发票<{elseif $trade.invoice_type=='vat'}>增值税发票<{/if}>
<{if $trade.invoice_type=='normal'}>
<{if $trade.invoice_name=='individual'}>个人<{else}>公司<{/if}>(<{$trade.invoice_main}>)
<{else}>
公司名:<{$trade.invoice_vat_main.company_name}>
公司登记号:<{$trade.invoice_vat_main.registration_number}>
公司地址:<{$trade.invoice_vat_main.company_address}>
公司电话:<{$trade.invoice_vat_main.company_phone}>
银行开户名:<{$trade.invoice_vat_main.bankname}>
银行账号:<{$trade.invoice_vat_main.bankaccount}>
<{/if}>
<{/if}>
<{include file="topwap/member/trade/detail/button.html"}>