| 订单号: | {$this->data['order_no']} |
|---|---|
| 处理状态: | {echo:Order_Class::refundmentText($this->data['pay_status'])} |
| 售后商品: |
{foreach:items = $this->data['goods']}
{set:$goodsInfo = JSON::decode($item['goods_array'])}
{$goodsInfo['name']} {if:$goodsInfo['value']}{$goodsInfo['value']}{/if} X {$item['goods_nums']} {/foreach} |
| 图片信息: |
{foreach:items=JSON::decode($this->data['img_list']) item=$itemImg}
|
| 商家主页: | 进入主页 |
| 申请时间: | {$this->data['time']} |
| 退款金额: | {$this->data['amount']} |
| 退款方式: | {echo:Order_Class::refundWay($this->data['way'])} |
| 处理时间: | {echo:$this->data['dispose_time']?$this->data['dispose_time']:'未处理';} |
| 处理建议: | {echo:$this->data['dispose_idea']?$this->data['dispose_idea']:'未回复'} |
| 售后原因: | {$this->data['content']} |
| 返还物流: |
{$this->data['user_send_time']}
{foreach:items=Api::run('getFreightCompanyById',array('freight_id'=>$this->data['user_freight_id'])) item=$tempFreight} {$tempFreight['freight_name']} {/foreach} 【快递单号:{$this->data['user_delivery_code']}】 |