@extends('layouts.app') @section('title')查询-退货管理@endsection @section('content')
@if(Session::has('successTip'))
{{Session::get('successTip')}}
@endif
@can('退货管理-审核') 审核 @endcan @can('退货管理-编辑') 完结 @endcan @can('退货管理-查询-一般-修改入库') @cannot('退货管理-客户不可见') @endcannot @endcan @can('退货管理-编辑') 批量填充订单号 @endcan @cannot('退货管理-到付费用')@endcannot @can('退货管理-查询-客户定义-爱奇艺')@endcan @cannot('退货管理-客户不可见')@endcannot @can('退货管理-编辑') @endcan
@{{ i+1 }} 问题件 @{{ rejectedBill.checked_numbers }} 未审核 @{{rejectedBill.is_finished | yesNo}} @can('退货管理-查询-一般-修改入库') @endcan @{{rejectedBill.is_loaded | yesNoIsLoaded}} @{{rejectedBill.created_at}} @{{rejectedBill.record ? (rejectedBill.record.location_at ? rejectedBill.record.location_at : rejectedBill.record.record_at) : ''}} @{{rejectedBill.owner.name}} @{{rejectedBill.logistic_number_return}} @{{rejectedBill.logistic.name}} @{{rejectedBill.order_number}} @{{rejectedBill.sender}} @{{rejectedBill.mobile_sender}} @{{rejectedBill.logistic_number}}@{{rejectedBill.fee_collected}}@{{rejectedBill.common_01}}@{{rejectedBill.common_02}}@{{rejectedBill.goods_amount}}
@if($ownerSign)
@{{ (item.barcode && item.barcode.commodity) ? item.barcode.commodity.sku : '' }}
@endif
@{{item.barcode_goods}}
@{{item.name_goods}}
@{{item.amount}}
@{{item.quality_label}}
@{{item.batch_number}}
@{{item.made_at}}
@{{item.validity_at}}
@{{item.remark}}
点击收起明细
@{{rejectedBill.goods_amount}}件商品,点击展开明细
@can('退货管理-编辑备注') @else @{{rejectedBill.remark}} @endcan @{{rejectedBill.operator_name}} @can('退货管理-编辑') @endcan @can('退货管理-删除') @endcan 已完结
{{$rejectedBills->count()}}/{{$rejectedBills->total()}}
{{$rejectedBills->appends($paginateParams)->links()}}
@endsection @section('lastScript') {{--新版2--}} @endsection