销售单: |
<{$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:'-'}> |
<{if $act eq 'save_check'}>
<{t}>审核备注:<{/t}> |
<{input type="textarea" class="x-input" name="reason" cols="50" rows="5" value=$reship_data.reason.check}> |
<{/if}>
<{if $reship_data.return_type=='change'}>
公式计算: 合计退款金额=应退商品金额 + 补差价费用 - 换出商品金额 - 折旧(其他费用) - 买家承担的邮费
<{else}>
公式计算: 合计退款金额=应退商品金额 - 折旧(其他费用) - 买家承担的邮费
<{/if}>
应退商品金额 |
补偿费用 |
<{if $reship_data.return_type=='change'}>
换出商品金额 |
<{/if}>
折旧(其他费用) |
买家承担的邮费 |
<{if $reship_data.diff_order_bn}>
补差价费用 |
<{/if}>
<{$reship_data.tmoney|cur}> |
<{$reship_data.bcmoney|cur}> |
<{if $reship_data.return_type=='change'}>
<{$reship_data.change_amount|cur}> |
<{/if}>
<{$reship_data.bmoney|cur}> |
<{$reship_data.cost_freight_money|cur}> |
<{if $reship_data.diff_order_bn}>
订单:<{$reship_data.diff_order_bn}>
金额:<{$reship_data.diff_money|cur}>
|
<{/if}>
<{if $reship_data.totalmoney>=0}>
需退还用户:
<{$reship_data.totalmoney|cur}>
<{else}>
还需用户补款:
<{$reship_data.totalmoney*-1|cur}>
<{/if}>
|
<{tabber}>
<{tab name="退入商品"}>
<{t}>货号<{/t}> |
<{t}>商品名称<{/t}> |
<{t}>规格<{/t}> |
<{t}>申请数量<{/t}> |
<{t}>仓库<{/t}> |
<{t}>良品<{/t}> |
<{t}>不良品<{/t}> |
<{foreach from=$reship_data.return item=aGoods name="item" key=key}>
<{$aGoods.bn}> |
<{$aGoods.product_name}> |
<{$aGoods.spec_info}> |
<{$aGoods.num}> |
<{$aGoods.branch_name}> |
<{$aGoods.normal_num}> |
<{$aGoods.defective_num}> |
<{/foreach}>
<{/tab}>
<{if $display_button neq 'accept_returned'}>
<{if $reship_data.return_type eq 'change'}>
<{tab name="换出商品"}>
<{t}>货号<{/t}> |
<{t}>商品名称<{/t}> |
<{t}>申请数量<{/t}> |
<{foreach from=$changelist item=aGoods }>
<{$aGoods.bn}> |
<{$aGoods.product_name}> |
<{$aGoods.num}> |
<{foreach from=$aGoods.items item=items}>
<{$items.bn}> |
<{$items.product_name}> |
<{$items.num}> |
<{/foreach}>
<{/foreach}>
<{/tab}>
<{/if}>
<{if $payments || $refunds}>
<{tab name="支付/退款明细"}>
<{include file="admin/return_product/rchange/paydetail.html" app="ome"}>
<{/tab}>
<{/if}>
<{/if}>
<{/tabber}>