拒收退货单详情

<{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}> <{t}>收货地区:<{/t}> <{$detail.ship_area}> <{t}>收货地址:<{/t}> <{$detail.ship_addr}> <{t}>收货邮编:<{/t}> <{$detail.ship_zip}>
<{t}>电话:<{/t}> <{$detail.ship_tel}> <{t}>手机:<{/t}> <{$detail.ship_mobile}> <{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}>
<{t}>退货备注:<{/t}><{$detail.memo}>
<{if count($items) > 0}>

<{t}>退货明细:<{/t}>

<{foreach from=$items.return item=aProduct}> <{/foreach}>
<{t}>物品货号<{/t}> <{t}>物品类型<{/t}> <{t}>物品名称<{/t}> <{t}>退货量<{/t}> <{t}>良品<{/t}> <{t}>不良品<{/t}> <{t}>相关货位<{/t}>
<{$aProduct.bn}> <{if $aProduct.item_type == 'gift'}><{t}>礼品<{/t}><{else}><{t}>商品<{/t}><{/if}> <{$aProduct.product_name}> <{$aProduct.num}> <{$aProduct.normal_num}> <{$aProduct.defective_num}> <{if $aProduct.store_position}><{$aProduct.store_position}><{else}>-<{/if}>
<{/if}>