「部品情報」 に反映させる車両情報

車両メーカー @php $vehicle_makers = \App\Service\Masters\VehicleMakerService::getAllVehicleMakers(); @endphp @include('backend.share._parts._makers', ['name'=>'maker' , 'maker_id'=> old('maker', isset($params->maker) ? $params->maker : '')])

サイズ
初年度登録
@include('backend.share._parts._yearlist', ['name'=>'year_type_y', "year"=>old('year_type_y', isset($params->year_type_y) ? $params->year_type_y : "")])
@error('year_type_y') {{ $message }} @enderror @error('year_type_m') {{ $message }} @enderror
型式 -
@error('model_first') {{ $message }} @enderror @error('model_second') {{ $message }} @enderror
車台番号 @php unset($i); @endphp @include('backend.share._parts._vehicle_search_part', ['vehicle_id'=>old('vehicle_id', isset($params->vehicle_id) ? $params->vehicle_id : '')])
@error('vehicle_no') {{ $message }} @enderror
走行距離 km 純正品番 @php $genuines = old('genuine', (isset($genuine_params) ? $genuine_params : null)); @endphp @if (!is_null($genuines) && count($genuines) > 1) @foreach ($genuines as $key=>$genuine) @if ($key == 0) @continue @endif @endforeach @endif 現物品番
is_same_genuine) ? $params->is_same_genuine : '') == 1 ? 'checked' : '' }}>
@error('current_parts_no') {{ $message }} @enderror
部品年式
@include('backend.share._parts._yearlist', [ 'name'=>'parts_year_type_y', 'year'=>old('parts_year_type_y', isset($params->parts_year_type_y) ? $params->parts_year_type_y : ''), 'class_name'=>'w60per', 'id' => 'parts_year_type' ])
部品型式 部品メーカー メーカー品番 入荷時期
@error('arrival_month') {{ $message }} @enderror @error('month_section') {{ $message }} @enderror
車検証控
@if(!empty(old('verification_file_path', isset($params->verification_file_path) ? $params->verification_file_path : '')) && Storage::disk('temp')->has(old('verification_file_path', isset($params->verification_file_path) ? $params->verification_file_path : ''))) verification_file_path) ? $params->verification_file_path : '') }}" style="margin-left: 10px;">{{ old('verification_file', isset($params->verification_file) ? $params->verification_file : '') }} @elseif(isset($params->id) && !empty($params->verification_file_path) && Storage::disk('stocking')->has($params->id.'/'.$params->verification_file_path)) id}/{$params->verification_file_path}") }}" style="margin-left: 10px;">{{ $params->verification_file }} @else @endif
@error('verification_file') {{ $message }} @enderror
請求書控
@if(!empty(old('invoice_file_path', isset($params->invoice_file_path) ? $params->invoice_file_path : '')) && Storage::disk('temp')->has(old('invoice_file_path', isset($params->invoice_file_path) ? $params->invoice_file_path : ''))) invoice_file_path) ? $params->invoice_file_path : '') }}" style="margin-left: 10px;">{{ old('invoice_file', isset($params->invoice_file) ? $params->invoice_file : '') }} @elseif(isset($params->id) && !empty($params->invoice_file_path) && Storage::disk('stocking')->has($params->id.'/'.$params->invoice_file_path)) id}/{$params->invoice_file_path}") }}" style="margin-left: 10px;">{{ $params->invoice_file }} @else @endif
@error('invoice_file') {{ $message }} @enderror

※ウシトラで車両登録されている場合は車体番号を選択すると車両報が自動反映されます

※ここで登録し車両情報は商品の部品リスト全てに反映されます。