| <{t}>退货单号:<{/t}> |
<{$detail.reship_bn}> |
<{t}>订单号:<{/t}> |
<{$detail.order_bn}> |
<{t}>配送方式:<{/t}> |
<{$detail.delivery|default:'-'}> |
<{t}>操作员:<{/t}> |
<{$detail.op_name}> |
| <{t}>物流费用:<{/t}> |
<{$detail.money}> |
<{t}>是否保价:<{/t}> |
<{if $detail.is_protect}>是<{else}>否<{/if}> |
<{t}>物流公司:<{/t}> |
<{$detail.logi_name}> |
<{t}>物流单号:<{/t}> |
<{$detail.logi_no}> |
| <{t}>收货人:<{/t}> |
<{$detail.ship_name|ciphertext:'delivery','ship_name',$detail.shop_type}> |
<{t}>收货地区:<{/t}> |
<{$detail.ship_area}> |
<{t}>收货地址:<{/t}> |
<{$detail.ship_addr|ciphertext:'delivery','ship_addr',$detail.shop_type}> |
<{t}>收货邮编:<{/t}> |
<{$detail.ship_zip}> |
| <{t}>电话:<{/t}> |
<{$detail.ship_tel|default:'-'|ciphertext:'delivery','ship_tel',$detail.shop_type}> |
<{t}>手机:<{/t}> |
<{$detail.ship_mobile|default:'-'|ciphertext:'delivery','ship_mobile',$detail.shop_type}> |
<{t}>收货人Email:<{/t}> |
<{$detail.ship_email}> |
<{t}>生成时间:<{/t}> |
<{$detail.t_begin|cdate:'SDATE_FTIME'}> |
| <{t}>审核状态:<{/t}> |
<{$detail.is_check}> |
<{t}>退回物流单号:<{/t}> |
<{$detail.return_logi_no}> |
<{t}>退回物流公司名称:<{/t}> |
<{$detail.return_logi_name}>
|
<{t}>退换货状态:<{/t}> |
<{if $detail.return_type == 'refuse'}><{t}>拒收退货<{/t}><{else}>-<{/if}> |