@extends('admin/master') @section('content') @if(session('info'))
{{session('info')}}
@endif
搜索 导出订单 导入订单 导入物流成本 刷新
@if($overtime) 超一天未发订单量:【{{$overtime['count']}}单】  订单ID:【 @foreach($overtime['list'] as $k=>$oid) @if($k == $overtime['count']-1) {{$oid}} @else {{$oid}}, @endif @endforeach 】 @endif @if($result) @foreach($result as $a) @endforeach @endif
订单编号 买家名称 收货人 收货人手机号 收货地址 商品信息 预发货时间 审核时间 物流单号 货品成本 运费成本 发货备注 退补备注 发货时间 创建时间
{{$a['id']}} {{$a['customerName']}} {{$a['receiverName']}} {{$a['receiverMobile']}} {{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}} @if( is_array($a['goods']) && $a['warehouse'] == 3) @foreach($a['goods'] as $good)

{{$good}}

@endforeach @else {{$a['goods_note']}} @endif
{{$a['delivery_date']}} {{$a['verify_time']}}

{{$a['logistics_id']}}

{{$a['cost']}}

{{$a['freight_cost']}}

{{$a['send_note']}}

{{$a['refund_note']}}

{{$a['send_time']}}

{{$a['createTime']}}
@endsection