处理退款申请
{if $order['attrs']} {/if} {if $order['paytype'] > 0} {if $order['ypaymoney']} {else} {/if} {/if} {if $order['product']['type'] == 'ticket'} {elseif $order['product']['type'] == 'stuff'} {/if} {if $refund} {if $refund[cash_type]} {/if} {/if} {if $refund['process'] == 1} {/if}
基本信息
商品名称: {$order['product']['flag']} 商品状态: {echo logic('product')->STA_Name($order['product']['status'])}
订单编号: {$order['orderid']} 下单会员: {echo app('ucard')->load($user['id'])}
订单状态: {echo logic('order')->STA_Name($order['status'])} 下单时间: {echo date('Y-m-d H:i:s', $order['buytime'])}
订单处理进程: {echo logic('order')->PROC_Name($order['process'])} 支付时间: {if $order['pay'] == 1} {echo $order['paytime'] > 0 ? date('Y-m-d H:i:s', $order['paytime']) : '已支付'} {else} 未支付 {/if}
属性信息
已选: {loop $order['attrs']['dsp'] $dsp} {$dsp['name']} - ¥{$dsp['price']}
{/loop}
支付信息
支付方式: {$payment['name']} 交易号: {$paylog[0]['trade_no']}
支付金额: {if $order['pay'] == 1} {$order['paymoney']}元 {else} 还未支付 {/if} 订单金额: {$order['totalprice']}元
支付时间: {if $order['pay'] == 1} {echo date('Y-m-d H:i:s', $order['paytime'])} {else} 未支付 {/if} 余额支付: $order['ypaymoney']元* *
{TUANGOU_STR}券信息
{loop $coupons $coupon} {/loop}
{TUANGOU_STR}券编号 {TUANGOU_STR}卷密码 过期时间 是否使用
{$coupon['number']} {$coupon['password']} {echo date('Y-m-d H:i:s', $order['product']['perioddate'])} {echo logic('coupon')->STA_Name($coupon['status'])}
配送信息
配送方式: {$express['name']} 运费: {$order['expressprice']}
收货地址: {$address['region']} {$address['address']} 邮编: {$address['zip']}
收货人: {$address['name']} 联系电话: {$address['phone']}
审核详情
审核状态: {if $refund['process'] == 1}等待审核 {elseif $refund['process'] == 2}审核通过 {else}审核拒绝{/if} ({eval echo date('Y-m-d H:i:s',$refund['op_dateline']);})
备注:{$refund['op_reason']}
申请金额: {$refund['demand_money']}元
申请理由: {$refund['demand_reason']} 实际退款金额: {$refund['op_money']}元
退款类型: {eval echo ($refund[cash_type] ? '原路退回' : '退至余额')} 退款账户信息: {eval echo ($refund[cash_type] && $refund[cash_data] ? implode(" , ", unserialize($refund[cash_data])) : '----')}
同意退款
退款金额: 最大可退款金额:{$order['tpaymoney']}元(含运费:{$order['expressprice']}元)

该订单返现:{$order['rebate_money']}元 (用户消费后才能获得返利,消费几份,就获得几份返利)

【备注】订单总金额:{$order['tmsg']['money']}元,共{$order['tmsg']['tnum']}张{TUANGOU_STR}券;已消费{$order['tmsg']['num']}张{TUANGOU_STR}券
备注:
拒绝退款
拒绝理由: (必须填写)
返回申请列表 {template @admin/footer}