@extends('layouts.base') @section('content') @section('title', trans('售后列表'))
| 售后ID | 售后单号 | 子订单号 | 商品名称 | 退款状态 | 售后类型 | 售后原因 | 申请时间 | {{--实际服务单最终结束时间 | --}} {{--处理结束时间 | --}}操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$row['id']}} | {{$row['refund_sn']}} | {{$row['goods_order_sn']}} | {{$row['title']}} | @if($row['status'] == 1) 待审核 @elseif($row['status'] == 2) 待退货 @elseif($row['status'] == 3) 待收货 @elseif($row['status'] == -1) 关闭 @else 已完成 @endif | @if($row['refund_type'] == 1) 仅退款 @elseif($row['refund_type'] == 2) 退款退货 @else 其他 @endif | @if($row['reason'] == 1) 协商一致退款 @elseif($row['reason'] == 2) 质量问题 @elseif($row['reason'] == 3) 物流问题 @elseif($row['reason'] == 4) 假冒品牌 @elseif($row['reason'] == 5) 少件/漏发/破损/污渍 @elseif($row['reason'] == 6) 7天无理由 @elseif($row['reason'] == 7) 拍错/多拍/不想要 @else 其他 @endif | {{$row['created_time']}} | {{----}} {{--{{$row['handleTime']}}--}} {{-- | --}} {{----}} {{--{{$row['taskEndtime']}}--}} {{-- | --}}查看详情 |