退换货详情 <{if $info.progress == '1'}> 填写物流信息 <{/if}>
退换货基本信息
退换货编号
<{$info.aftersales_bn}>
申请时间
<{$info.created_time|cdate:'FDATE_FTIME'}>
退换货类型
<{if $info.aftersales_type == 'ONLY_REFUND'}> 仅退款 <{elseif $info.aftersales_type == 'REFUND_GOODS'}> 退货退款 <{elseif $info.aftersales_type == 'EXCHANGING_GOODS'}> 换货 <{/if}>
处理状态
<{if $info.status == '0'}> 待处理 <{elseif $info.status == '1'}> 处理中 <{elseif $info.status == '2'}> 已处理 <{elseif $info.status == '3'}> 已驳回 <{/if}>
订单信息
订单编号
<{$info.tid}>
商家名称
<{$info.trade.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" || $info.trade.status == "TRADE_CLOSED"}> 订单已关闭 <{/if}>
下单时间
<{$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}>

退换货商品数量
商品 单价(元) 数量 总金额
<{$info.sku.title}><{$info.sku.spec_nature_info}> <{$info.sku.price|cur}> <{$info.num}> <{$info.sku.payment|cur}>
  • <{$info.reason}>
  • <{$info.description|default:"无详细描述"}>
  • <{if $info.evidence_pic}>
    <{foreach from=$info.evidence_pic item=pic}>
    <{/foreach}>
    <{else}> 无图片信息 <{/if}>
  • <{if $info.shop_explanation || $info.admin_explanation }>
  • <{if $info.shop_explanation}>
    <{$info.shop_explanation}>
    <{/if}> <{if $info.admin_explanation}>
    <{$info.admin_explanation}>
    <{/if}>
  • <{/if}> <{if $info.aftersales_type != 'ONLY_REFUND' && $info.sendback_data && $info.progress >= '2'}>
  • <{$info.sendback_data.receiver_address}>  <{$info.sendback_data.mobile}>
  • 物流公司: <{$info.sendback_data.logi_name}>
    运单号码: <{$info.sendback_data.logi_no}>
    物流跟踪: <{if $tracker}> <{foreach from=$tracker item=row}> <{$row.AcceptTime}> <{$row.AcceptStation}>
    <{/foreach}> <{else}> 该物流公司不支持查询,请到物流公司官网查询 <{/if}>
  • <{if $info.aftersales_type == 'EXCHANGING_GOODS' }>
  • <{if $info.sendconfirm_data}>
    物流公司: <{$info.sendconfirm_data.logi_name}>
    运单号码: <{$info.sendconfirm_data.logi_no}>
    物流跟踪: <{if $sendTracker}> <{foreach from=$sendTracker item=row}> <{$row.AcceptTime}> <{$row.AcceptStation}>
    <{/foreach}> <{else}> 该物流公司不支持查询,请到物流公司官网查询 <{/if}>
    <{else}>
    等待商家发货
    <{/if}>
  • <{/if}> <{/if}>