@extends('layouts.app') @section('title')异常记录-包裹管理@endsection @section('content') @component('weight.menu')@endcomponent @component('weight.weightExcepted.menu')@endcomponent
@if($view=="indexIssued") @else @endif
@{{ i+1 }} @{{weightExcepted.logisticNumber}} @{{weightExcepted.carrierName}} @{{weightExcepted.batchNumber}} @{{weightExcepted.batchRule}}@{{weightExcepted.ownerName}} @{{weightExcepted.deliveryNumber}} @{{weightExcepted.createdAt}} @{{weightExcepted.recipient}} @{{weightExcepted.recipientMobile}}@{{weightExcepted.measuringMachineName}} @{{weightExcepted.weighedAt}} @{{weightExcepted.weight}} @{{weightExcepted.length}} @{{weightExcepted.width}} @{{weightExcepted.height}} @{{weightExcepted.bulk}} @{{weightExcepted.paperBoxName}} @{{weightExcepted.status}}
{{$weightExcepteds->count()}}/{{$weightExcepteds->total()}}
{{$weightExcepteds->links()}}
@endsection @section('lastScript') {{--新版2--}} @endsection