退货单详情

<{if $detail.problem_name}> <{/if}>
<{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}> <{input type="text" name="return_logi_no" value=$detail.return_logi_no}> <{t}>退回物流公司名称:<{/t}> <{input type="object" name="return_logi_name" value=$detail.return_logi_id mdl_object="ome_mdl_dly_corp" cols="name" object="dly_corp" app="ome" style="width:120px" }> <{t}>退换货状态:<{/t}> <{if $detail.return_type == 'return'}><{t}>退货<{/t}><{else}><{t}>换货<{/t}><{/if}>
售后问题类型: <{$detail.problem_name}>
<{t}>申请内容:<{/t}><{$detail.content}>
<{t}>售后答复:<{/t}><{$detail.return_memo}>
<{t}>退货备注:<{/t}><{$detail.memo}>
<{t}>审核备注:<{/t}><{$detail.check_memo}>
<{button label='保存' type='button' onclick='W.page(this.form.action,{data:this.form});'}>
<{foreach from=$items key=return_type item=aProduct }>

<{t}><{if $return_type=='return'}>退<{elseif $return_type=='change'}>换<{/if}>货明细:<{/t}>

<{foreach from=$aProduct item=aProducts}> <{/foreach}>
<{t}>物品货号<{/t}> <{t}>物品类型<{/t}> <{t}>物品名称<{/t}> <{t}>规格<{/t}> <{t}>退货量<{/t}> <{t}>良品<{/t}> <{t}>不良品<{/t}>
<{$aProducts.bn}> <{if $aProducts.item_type == 'gift'}><{t}>礼品<{/t}><{else}><{t}>商品<{/t}><{/if}> <{$aProducts.product_name}> <{$aProducts.spec_info}> <{$aProducts.num}> <{$aProducts.normal_num}> <{$aProducts.defective_num}>
<{/foreach}>