{template '_header'}

维权处理

{if !empty($step_array)}
{/if}
{if !empty($refund)} {/if}

维权信息

{if $refund['rtype']!=2} {/if} {if !empty($refund['imgs'])} {/if}
维权类型: {$r_type[$refund['rtype']]}
退款金额: {$refund['applyprice']}(元)
维权原因: {$refund['reason']}
维权说明: {$refund['content']}
图片凭证: {loop $refund['imgs'] $k1 $v1} {php break;} {/loop}   {if count($refund['imgs']) > 1} 查看全部 {/if}
维权编号: {$refund['refundno']}
订单编号: {$item['ordersn']}
订单金额: ¥{php echo number_format($item['price'],2)}
买家: {$member['nickname']}
付款时间: {php echo date('Y-m-d H:i:s', $item['paytime'])}
付款方式: {if $item['paytype'] == 0}未支付{/if} {if $item['paytype'] == 1}余额支付{/if} {if $item['paytype'] == 11}后台付款{/if} {if $item['paytype'] == 21}微信支付{/if} {if $item['paytype'] == 22}支付宝支付{/if} {if $item['paytype'] == 23}银联支付{/if} {if $item['paytype'] == 3}货到付款{/if}
维权状态:

{if $refund['status'] == -2}客户取消{$r_type[$refund['rtype']]} {else if $refund['status'] == -1}已拒绝{$r_type[$refund['rtype']]} {else if $refund['status'] == 0}等待商家处理申请 {else if $refund['status'] == 1}{$r_type[$refund['rtype']]}完成 {else if $refund['status'] == 3}等待客户退回物品 {else if $refund['status'] == 4}客户退回物品,等待商家重新发货 {else if $refund['status'] == 5}等待客户收货{/if}

{if ($refund['status'] == 0 || $refund['status'] > 1)} 处理申请 {/if}

{if $refund['rtype']>0 && !empty($refund['expresssn'])}
客户退回物品 :
快递公司: {if empty($refund['expresscom'])}其他快递{else}{$refund['expresscom']}{/if}
快递单号: {$refund['expresssn']}    查看物流
退回时间: {php echo date('Y-m-d H:i:s', $refund['sendtime'])}
{/if} {if $refund['rtype']==2 && !empty($refund['rexpresssn'])}
商家寄出物品 :
快递公司: {if empty($refund['rexpresscom'])}其他快递{else}{$refund['rexpresscom']}{/if}
快递单号: {$refund['rexpresssn']}    查看物流
发货时间: {php echo date('Y-m-d H:i:s', $refund['returntime'])}
{/if}

商品信息
{loop $item['goods'] $goods} {/loop}
商品标题 商品规格 商品编号 商品条码 单价(元) 数量 折扣前/折扣后(元)
{if $category[$goods['pcate']]['name']} [{$category[$goods['pcate']]['name']}] {/if}{if $children[$goods['pcate']][$goods['ccate']][1]} [{$children[$goods['pcate']][$goods['ccate']][1]}] {/if} {$goods['title']} {if !empty($goods['optionname'])}{$goods['optionname']}{/if} {$goods['goodssn']} {$goods['productsn']} {$goods['marketprice']} {$goods['total']} {$goods['orderprice']}/{$goods['realprice']} {if intval($goods['changeprice'])!=0}
(改价{if $goods['changeprice']>0}+{/if}{php echo number_format(abs($goods['changeprice']),2)}) {/if}
{template '_footer'}