date('Y-m-d', strtotime($current_date .' -1 day'))]) }}">前日
@php $display_date = explode('-', $current_date); @endphp {{ $display_date[0]."年".$display_date[1]."月".$display_date[2]."日" }}
車両ID | ステータス | 回送目的 | 回送予定日 @sortablelink('forwarding_desired_date', ' ▲▼') | 時間指定 | 依頼元拠点 | 引取先 | 納車先 | 車台番号 | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | $param->id]) }}">編集 | {{ is_object($param->vehicle) ? ($param->vehicle->is_own == config('const.vehicle_is_own_code.yes') ?$param->vehicle->vehicle_no : "" ) : "" }} | {{ config('const.forwarding_status.'.$param->forwarding_status) }} | {{ $param->purpose->name }} | {{ Carbon::parse($param->forwarding_desired_date)->format('Y.m.d') }} | {{ $param->exist_point_time == config('const.exist_point_time.exist') ? sprintf('%02d:%02d', $param->point_hour,$param->point_minute) : "なし" }} | {{ config('const.request_shed.'.$param->request_shed) }} | {{ $param->takeover_shed != config('const.delivery_shed_code.other') ? config('const.request_shed.'.$param->takeover_shed) : $param->takeover_address }} | {{ $param->delivery_shed != config('const.delivery_shed_code.other') ? config('const.delivery_shed.'.$param->delivery_shed) : $param->delivery_address }} | {{ is_object($param->vehicle) ? ($param->vehicle->is_own == config('const.vehicle_is_own_code.yes') ?$param->chassis_no : "" ) : "" }} |
回送依頼データが存在しません。 |