<{include file='topshop/aftersales/detail/progress.html'}>

退换货基本信息

退换货编号:<{$info.aftersales_bn}>
申请时间:<{$info.created_time|cdate}>
申请处理进度: <{if $info.progress == '0'}> 等待商家处理 <{elseif $info.progress == '1'}> 接受申请,待回寄 <{elseif $info.progress == '2'}> 等待收货确认 <{elseif $info.progress == '3'}> 商家已驳回 <{elseif $info.progress == '4'}> 商家已处理 <{elseif $info.progress == '5'}> 商家已收货 <{elseif $info.progress == '8'}> 等待平台处理 <{elseif $info.progress == '6'}> 平台已驳回 <{elseif $info.progress == '7'}> 平台已处理 <{/if}>
退换货类型: <{if $info.aftersales_type == 'ONLY_REFUND'}> 仅退款 <{elseif $info.aftersales_type == 'REFUND_GOODS'}> 退货退款 <{elseif $info.aftersales_type == 'EXCHANGING_GOODS'}> 换货 <{/if}>

订单信息

订单编号:<{$info.tid}>
商家名称: <{$info.shop_id|shopname}>
订单状态: <{if $info.trade.status == "WAIT_BUYER_PAY"}> 等待买家付款 <{elseif $info.trade.status == "WAIT_SELLER_SEND_GOODS"}> 买家已付款 <{elseif $info.trade.status == "WAIT_BUYER_CONFIRM_GOODS"}> 卖家已发货 <{elseif $info.trade.status == "TRADE_FINISHED"}> 订单已完成 <{elseif $info.trade.status == "TRADE_CLOSED_BY_SYSTEM" || $tradeitem.status == "TRADE_CLOSED"}> 订单已关闭 <{/if}>
会员名称:<{$userName}>
下单时间:<{$info.trade.created_time|cdate}>
收货信息: <{$info.trade.receiver_name}> <{if $info.trade.receiver_mobile}><{$info.trade.receiver_mobile}><{else}><{$info.trade.receiver_phone}><{/if}>
<{$info.trade.receiver_state}><{$info.trade.receiver_city}><{$info.trade.receiver_district}><{$info.trade.receiver_address}>

退换货商品

<{if $info.gift_data}> <{foreach from=$info.gift_data item=giftdata}> <{/foreach}> <{/if}>
商品 单价(元) 数量 总金额
<{$info.sku.price|cur}> <{$info.num}> <{$info.sku.payment|cur}>
<{0|cur}> <{$giftdata.gift_num}> <{0|cur}>
售后申请信息:
退换货理由:<{$info.reason}>
问题描述: <{$info.description|default:"未提供详细描述"}>
图片信息: <{if $info.evidence_pic}> <{foreach from=$info.evidence_pic item=pic}> <{/foreach}> <{else}> 无图片信息 <{/if}>
<{if $info.shop_explanation}>
审核结果:
审核状态: <{if $info.progress == '3'}> 商家驳回售后申请 <{else}> 商家同意售后申请 <{/if}>
商家处理申请说明: <{$info.shop_explanation}>
<{/if}> <{if $info.progress == '0'}> <{if $info.aftersales_type == 'ONLY_REFUND' }> <{include file='topshop/aftersales/detail/refund_form.html'}> <{else}> <{include file='topshop/aftersales/detail/verification_form.html'}> <{/if}> <{/if}> <{if $info.aftersales_type != 'ONLY_REFUND' && $info.progress >= '2' && $info.progress != '3' }> <{include file='topshop/aftersales/logistics.html'}> <{/if}> <{if $info.aftersales_type == 'REFUND_GOODS' && $info.progress == '2' }> <{include file='topshop/aftersales/detail/refund_form.html'}> <{/if}> <{if $info.progress == '8' || $info.progress == '7'}>
退款处理:
退款金额:<{$refunds.total_price|cur}>
退款状态:<{if $info.progress == '8'}>等待平台处理退款<{else}>退款完成<{/if}>
<{if $info.refunds_reason}>
退款备注: <{$info.refunds_reason}>
<{/if}>
<{/if}> <{if $info.admin_explanation}>
平台审核意见: <{$info.admin_explanation}>
<{/if}>