発行日:{{ \App\Helper\SystemHelper::convertGtDate(Carbon::now()->format('Y-m-d')) }} | ボディチェックシート |
管理番号 | 部品名 |
---|---|
{{ $parts->parts_code }} | {{ $parts->parts_name.(!empty($parts->addition_parts_name) ? ' '.$parts->addition_parts_name : '') }} |
部品詳細 | |||
---|---|---|---|
車両メーカー | サイズ | 初年度登録 | 型式 |
{{ \App\Models\Masters\VehicleMaker::findById($parts->maker, 'name') }} | {{ config('const.parts_size.'.$parts->size) }} | {{ $parts->getYearType() }} | {{ $parts->getModel() }} |
キャブ形状 | キャブ幅 | ||
{{ config('const.old_parts_cab_shape.'.$parts->cab_shape) }} | {{ config('const.old_parts_cab_width.'.$parts->cab_width) }} |
コーナーパネル{{ $parts->sub_category->id == 31 ? '(右)' : '(左)' }}の展開図 | |
---|---|
@if ($parts->sub_category->id == 31)
![]() ![]() |
1. {{ $check_parts['c_panel1'] }} |
{{ $index }}. {{ $check_parts['c_panel'.$index] }} |
チェックシート | |||
---|---|---|---|
取付点検 | |||
{{ config('const.parts_inspection_status.'.$check_parts['inspection']) }}{!! isset($check_parts['inspection']) ? ' ' .$check_parts['inspection_etc'] : '' !!} |
Fパネルの前面図 | |
---|---|
![]() |
1. {{ $check_parts['f_panel1'] }} |
{{ $index }}. {{ $check_parts['f_panel'.$index] }} |
Fパネルの後面図 | |
---|---|
![]() |
1. {{ $check_parts['b_panel1'] }} |
{{ $index }}. {{ $check_parts['b_panel'.$index] }} |