{if:$this->data['status'] == 3}
说明:需要您提供返还商品的物流信息,以便我们尽快为您办理后续服务
填写返还物流:
{/if}
{if:$this->data['img_list']} {/if} {if:$this->data['seller_id']} {/if} {if:$this->data['user_send_time']} {/if} {if:$this->data['seller_send_time']} {/if}
订单号: {$this->data['order_no']}
处理状态: {echo:Order_Class::refundmentText($this->data['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} {/foreach}
商家主页: 进入主页
申请时间: {$this->data['time']}
处理时间: {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']}】

重发物流: {$this->data['seller_send_time']}

{foreach:items=Api::run('getFreightCompanyById',array('freight_id'=>$this->data['seller_freight_id'])) item=$tempFreight} {$tempFreight['freight_name']} {/foreach} 【快递单号:{$this->data['seller_delivery_code']}】