詳細 | 受付日@sortablelink('input_date', ' ▲▼') | 伝票種別 | 工程ステータス | 伝票番号/主作業/顧客名 | 作業内容 | 車台番号 | 登録番号 | 形状 | 担当者 | 完成予定日 @sortablelink('completed_date', ' ▲▼') |
{{--
在庫場所 | 作業ステータス | 伝票番号@sortablelink('reception_no', ' ▲▼') | 取引先コード | 型式 | --}} {{-- @unless($department == 'moritis')入庫日 | @endunless @unless($department == 'moritis')納車日 | @endunless --}}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{-- @if (config('const.system_parts_code.'.$department) == $param->system_part || (isset($group_list) && $group_list))--}}
{{-- --}} {{-- $param->id, 'group_list'=>(isset($group_list) ? $group_list : '')]) }}">編集--}} {{-- --}} {{-- @endif--}}$param->id, 'group_list'=>(isset($group_list) ? $group_list : '')]) }}">閲覧 @if (config('const.system_parts_code.'.$department) == $param->system_part && ($department != 'lease') )@if(is_object($param->working_process)) $param->working_process->id]) }}">工程編集 @else @if($param->print_type == config('const.work_reception_document_code.reception')) $param->id]) }}">工程作成 @endif @endif @endif |
{{ empty($param->input_date) ? '' : Carbon::parse($param->input_date)->format('Y.m.d') }} | {{ config('const.work_reception_document.'.(empty($param->print_type) ? '' : $param->print_type)) }} | @if(is_object($param->working_process) && $param->working_process->work_status > config('const.working_process_status_code.waiting_working')) {{ config('const.working_process_status.'.(empty($param->working_process->work_status) ? config('const.working_process_status_code.waiting_working') : $param->working_process->work_status)) }} @endif | {{ $param->reception_no }}{{ $param->getWorkName(true) }} {{ $param->partner_name }} |
@foreach($param->content as $content)
@if($loop->index < 4 && $loop->index != 0)
{{ $content->work_sub_category }} @endif @endforeach |
{{ $param->chassis_no }} | {{ $param->register_no }} | {{ (is_object($param->vehicle) && is_object($param->vehicle->vehicle_info_basic)) ? App\Service\Masters\BodyCategoryService::getCategoryName($param->vehicle->vehicle_info_basic->body_category, $param->vehicle->vehicle_info_basic->body_mid_category, $param->vehicle->vehicle_info_basic->body_sub_category) : '' }} | {{ isset($param->charger) ? $param->charger->name_kanji : "" }} | {{ $param->completed_date ? Carbon::parse($param->completed_date)->format('m.d') : '' }} {{ (!empty($param->target) ? '目処' : '') }} |
|||||||
データが存在しません。 |