明细
<{if $data.refunds_type == '0' }> <{else}> <{/if}> <{if $data.refunds_type == '0' }> <{else}> <{/if}>
<{t}>退款类型:<{/t}>售后退款取消订单退款<{t}>售后单号:<{/t}> <{$data.aftersales_bn}><{t}>取消订单号:<{/t}> <{$data.tid}>
<{t}>退款方式:<{/t}> 线下退款 <{t}>退款单所有商家:<{/t}> <{$data.shop_id|shopname}>
<{t}>订单金额:<{/t}> <{$data.order_price|cur}> (积分抵扣金额:<{$data.points_fee|cur}>) <{t}>商家退款:<{/t}> <{$data.total_price|cur}> ( 包含积分抵钱:<{$data.points_fee|cur}>)
<{t}>实需退款:<{/t}> <{if $data.hongbao_fee > 0 }> <{$refundFee|cur}>(商家退款-红包支付-积分抵钱 [<{$data.total_price|cur}> - <{$data.hongbao_fee|cur}> - <{$data.points_fee|cur}>]) <{else}> <{$data.refund_fee|cur}>(商家退款-积分抵钱 [<{$data.total_price|cur}> - <{$data.points_fee|cur}>]) <{/if}>
<{if $data.hongbao_fee > 0 }>
退红包
>
退还红包 退还红包金额 <{$data.hongbao_fee|cur}>
<{/if}>
退款
实需退款: <{$refundFee|cur}>
退款方式: 线下退款 退至预存款
<{t}>退款银行:<{/t}> *<{input type='text' id='payBank' name='refundsData[refund_bank]' style=" margin-right:3px" value='' width="140" vtype="required"}> <{t}>退款帐号:<{/t}> *<{input type='text' name='refundsData[refund_account]' id='payAccount' value='' width="140" vtype="required"}>
<{t}>收款银行:<{/t}> *<{input type='text' id='payBank' name='refundsData[receive_bank]' style=" margin-right:3px" value='' width="140" vtype="required"}> <{t}>收款帐号:<{/t}> *<{input type='text' name='refundsData[receive_account]' id='payAccount' value='' width="140" vtype="required"}>
<{t}>退款人:<{/t}> * <{input type='text' id='refundPeopleName' name='refundsData[refund_people]' style=" margin-right:3px" value=$user.name width="140" vtype="required"}>(<{$user.name}>) <{t}>收款人:<{/t}> * <{input type='text' id='beneficiaryName' name='refundsData[beneficiary]' value=$data.user_name style=" margin-right:3px" width="140" vtype="required"}>(<{$data.user_name}>)
<{button type="submit" id='cancel-form-submit' label="确定"}>