@php $check_parts = $parts->checksheet; @endphp
発行日:{{ \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) }}
上物仕様1
上物名 メーカー 型式「製造番号」 年式
{{ \App\Models\Masters\VehicleVanKind::findById($check_parts->van_01_kind_id, 'name') }} {{ \App\Models\Masters\VehicleVanMaker::findById($check_parts->van_01_maker_id, 'name') }} {{ (!empty($check_parts->van_01_model_first) && !empty($check_parts->van_01_model_second)) ? $check_parts->van_01_model_first.'-'.$check_parts->van_01_model_second : $check_parts->van_01_model_first.''.$check_parts->van_01_model_second }} {{ \App\Helper\SystemHelper::convertGtJYeaMonth($check_parts->van_01_year_type_y, $check_parts->van_01_year_type_m) }}{{ !empty($check_parts->van_01_year_unknown) ? ' 不明' : '' }}

【備考】{{ $check_parts->van_01_note_hp }}

上物仕様2
上物名 メーカー 型式「製造番号」 年式
{{ \App\Models\Masters\VehicleVanKind::findById($check_parts->van_02_kind_id, 'name') }} {{ \App\Models\Masters\VehicleVanMaker::findById($check_parts->van_02_maker_id, 'name') }} {{ (!empty($check_parts->van_02_model_first) && !empty($check_parts->van_02_model_second)) ? $check_parts->van_02_model_first.'-'.$check_parts->van_02_model_second : $check_parts->van_02_model_first.''.$check_parts->van_02_model_second }} {{ \App\Helper\SystemHelper::convertGtJYeaMonth($check_parts->van_02_year_type_y, $check_parts->van_02_year_type_m) }}{{ !empty($check_parts->van_02_year_unknown) ? ' 不明' : '' }}

【備考】{{ $check_parts->van_02_note_hp }}

上物仕様3
上物名 メーカー 型式「製造番号」 年式
{{ \App\Models\Masters\VehicleVanKind::findById($check_parts->van_03_kind_id, 'name') }} {{ \App\Models\Masters\VehicleVanMaker::findById($check_parts->van_03_maker_id, 'name') }} {{ (!empty($check_parts->van_03_model_first) && !empty($check_parts->van_03_model_second)) ? $check_parts->van_03_model_first.'-'.$check_parts->van_03_model_second : $check_parts->van_03_model_first.''.$check_parts->van_03_model_second }} {{ \App\Helper\SystemHelper::convertGtJYeaMonth($check_parts->van_03_year_type_y, $check_parts->van_03_year_type_m) }}{{ !empty($check_parts->van_03_year_unknown) ? ' 不明' : '' }}

【備考】{{ $check_parts->van_03_note_hp }}

床材質 ボディ内寸
@include('backend.share._parts._s_check_options', ['options_value'=>config('const.van_floor_material_options'), 'selected_options' => $check_parts->floor_material_options])

{{ $check_parts->floor_material }}

長:{{ ($check_parts->body_dimension !== null) ? number_format($check_parts->body_dimension) : '' }}mm 幅:{{ ($check_parts->body_width !== null) ? number_format($check_parts->body_width) : '' }}mm
高:{{ ($check_parts->body_height !== null) ? number_format($check_parts->body_height) : '' }}mm 門高:{{ ($check_parts->gate_height !== null) ? number_format($check_parts->gate_height) : '' }}mm

【備考】{{ $check_parts->van_note }}

※外装状態は写真や現車もあわせてご確認ください。