<{if $act eq 'save_check'}> <{/if}>
销售单: <{$reship_data.order_bn}> 创建日期:<{$reship_data.createtime|cdate}> 会员名:<{$reship_data.member_id}> 退回物流公司:<{$reship_data.return_logi_name}>
物流公司:<{$reship_data.logi_name|default:'-'}> 物流单号:<{$reship_data.logi_no|default:'-'}> 退换货类型:<{if $reship_data.return_type eq 'return'}>退货<{else}>换货<{/if}> 退回物流单号:<{$reship_data.return_logi_no|default:'-'}>
收货人姓名:<{$reship_data.ship_name|default:'-'}> 收货人地区:<{$reship_data.ship_area|default:'-'}> 收货人地址:<{$reship_data.ship_addr|default:'-'}> 收货人邮编:<{$reship_data.ship_zip|default:'-'}>
收货人固定电话:<{$reship_data.ship_tel|default:'-'}> 收货人Email:<{$reship_data.ship_email|default:'-'}> 收货人手机:<{$reship_data.ship_mobile|default:'-'}> 配送方式:<{$reship_data.delivery|default:'-'}>
售后服务类型<{$reship_data.problem_type|default:'-'}>
<{t}>备注:<{/t}> <{$reship_data.memo|default:'-'}>
<{t}>审核备注:<{/t}> <{input type="textarea" class="x-input" name="reason" cols="50" rows="5" value=$reship_data.reason.check}>
<{if $reship_data.return_type=='change'}>
公式计算: 合计退款金额=应退商品金额 + 补差价费用 - 换出商品金额 - 折旧(其他费用) - 买家承担的邮费
<{else}>
公式计算: 合计退款金额=应退商品金额 - 折旧(其他费用) - 买家承担的邮费
<{/if}> <{if $reship_data.return_type=='change'}> <{/if}> <{if $reship_data.diff_order_bn}> <{/if}> <{if $reship_data.return_type=='change'}> <{/if}> <{if $reship_data.diff_order_bn}> <{/if}>
应退商品金额 补偿费用换出商品金额折旧(其他费用) 买家承担的邮费补差价费用
<{$reship_data.tmoney|cur}> <{$reship_data.bcmoney|cur}><{$reship_data.change_amount|cur}><{$reship_data.bmoney|cur}> <{$reship_data.cost_freight_money|cur}> 订单:<{$reship_data.diff_order_bn}>
金额:<{$reship_data.diff_money|cur}>
<{if $reship_data.totalmoney>=0}> 需退还用户: <{$reship_data.totalmoney|cur}> <{else}> 还需用户补款: <{$reship_data.totalmoney*-1|cur}> <{/if}>
<{tabber}> <{tab name="退入商品"}>
<{foreach from=$reship_data.return item=aGoods name="item" key=key}> <{/foreach}>
<{t}>货号<{/t}> <{t}>商品名称<{/t}> <{t}>规格<{/t}> <{t}>申请数量<{/t}> <{t}>仓库<{/t}> <{t}>良品<{/t}> <{t}>不良品<{/t}>
<{$aGoods.bn}> <{$aGoods.product_name}> <{$aGoods.spec_info}> <{$aGoods.num}> <{$aGoods.branch_name}> <{$aGoods.normal_num}> <{$aGoods.defective_num}>
<{/tab}> <{if $display_button neq 'accept_returned'}> <{if $reship_data.return_type eq 'change'}> <{tab name="换出商品"}>
<{foreach from=$changelist item=aGoods }> <{foreach from=$aGoods.items item=items}> <{/foreach}> <{/foreach}>
<{t}>货号<{/t}> <{t}>商品名称<{/t}> <{t}>申请数量<{/t}>
<{$aGoods.bn}> <{$aGoods.product_name}> <{$aGoods.num}>
<{$items.bn}> <{$items.product_name}> <{$items.num}>
<{/tab}> <{/if}> <{if $payments || $refunds}> <{tab name="支付/退款明细"}>
<{include file="admin/return_product/rchange/paydetail.html" app="ome"}>
<{/tab}> <{/if}> <{/if}> <{/tabber}>
<{if $display_button eq 'accept_returned'}>
快递单号: 快递公司: <{input type="object" name="info[shipcompany]" mdl_object="ome_mdl_dly_corp" cols="name" object="dly_corp" app="ome" style="width:120px" }> 快递费用: 到付
<{t}>收货备注:<{/t}>
<{/if}>
<{if $display_button eq 'check'}> <{button label="审核通过" class="btn-primary" id="checksubmit" onclick="subCheckForm(event,1);"}>     <{elseif $display_button eq 'endcheck'}> <{button label="最终收货" class="btn-primary" onclick="subCheckForm(event,1);"}>     <{elseif $display_button eq 'accept_returned'}> <{button label="确认" class="btn-primary" type="sumbit" onclick="accept_returned(event,3);"}>     <{button label="拒绝收货" class="btn-primary" onclick="accept_returned(event,4);"}>     <{/if}> <{button label="关闭" class="btn-secondary" isCloseDialogBtn="true"}>