受付日 |
![]() |
売上日 |
![]() |
伝票番号 |
{{ old('reception_no', isset($params->reception_no) ? $params->reception_no : (isset($confirm_params['reception_no']) ? $confirm_params['reception_no'] : '')) }} |
入力者 | 担当者 |
|
完成予定日 |
![]()
target) ? $params->target : (isset($confirm_params['target']) ? $confirm_params['target'] : '')) ? 'checked' : '' }} value="1">
|
顧客名 |
@if (isset($partner['id']))
-
@else
-
@include('backend.share._parts._partner_search_part', ['partner_id'=>old('partner_id', isset($params->partner_id) ? $params->partner_id : (isset($confirm_params['partner_id']) ? $confirm_params['partner_id'] : ''))])
@endif
@error('partner_name')
{{ $message }}
@enderror
@error('partner_id')
{{ $message }}
@enderror
|
請求先 |
-
@include('backend.share._parts._partner_search_part', ['partner_id'=>old('bill_dest_id', isset($params->bill_dest_id) ? $params->bill_dest_id : (isset($confirm_params['bill_dest_id']) ? $confirm_params['bill_dest_id'] : '')), 'i'=>1])
@if($department == 'lease')
請求先と同じ
@endif
@error('bill_dest_name')
{{ $message }}
@enderror
|
登録番号 | @if (isset($vehicle->id)) @else @include('backend.share._parts._vehicle_search_part', ['vehicle_id'=>old('register_vehicle_id', isset($params->register_vehicle_id) ? $params->register_vehicle_id : (isset($confirm_params['register_vehicle_id']) ? $confirm_params['register_vehicle_id'] : '')), 'i'=>'_register']) @endif | 初年度登録 |
@include('backend.share._parts._yearlist', ['id'=>'year_type_y', 'name'=>'year_type_y', 'year' => ((isset($vehicle->id) && is_object($vehicle->vehicle_info_basic)) ? $vehicle->vehicle_info_basic->year_type_y : old('year_type_y', isset($params->year_type_y) ? $params->year_type_y : (isset($confirm_params['year_type_y']) ? $confirm_params['year_type_y'] : '')))])
|
形状 | @if (isset($vehicle->id)) @else @endif | 車台番号 |
@if (isset($vehicle->id))
@include('backend.share._parts._vehicle_search_part',['vehicle_id'=>old('vehicle_id', isset($params->vehicle_id) ? $params->vehicle_id : (isset($confirm_params['vehicle_id']) ? $confirm_params['vehicle_id'] : '')), 'search_type'=>config('const.vehicle_search_type.partner')])
@if (!empty(old('vehicle_id', isset($params->vehicle->id) ? $params->vehicle->id : (isset($confirm_params['vehicle_id']) ? $confirm_params['vehicle_id'] : ''))))
@else
@endif
|
@else
入庫日 |
![]()
is_reservation) ? $params->is_reservation : (isset($confirm_params['is_reservation']) ? $confirm_params['is_reservation'] : '')) ? 'checked' : '' }} value="1">
|
入庫時走行距離 | @if (isset($vehicle->id)) @if($department == 'truck') km @else km @endif @else km @endif | 出庫日 |
![]() |
---|
受付時在庫場所 |
|
顧客住所 | @if (isset($partner['id'])) @else @endif | 顧客電話番号 | @if (isset($partner['id'])) @else @endif | 車名 | @if (isset($vehicle->id)) @else @endif | 型式 | @if (isset($vehicle->id)) - @else - @endif | エンジン型式 | @if (isset($vehicle->id)) @else @endif | 車検証 |
@php
$file_path = old('vehicle_verify_pdf_path', isset($params->vehicle_verify_pdf_path) ? $params->vehicle_verify_pdf_path : (isset($confirm_params['vehicle_verify_pdf_path']) ? $confirm_params['vehicle_verify_pdf_path'] : ''));
$file_name = old('vehicle_verify_pdf_name', isset($params->vehicle_verify_pdf_name) ? $params->vehicle_verify_pdf_name : (isset($confirm_params['vehicle_verify_pdf_name']) ? $confirm_params['vehicle_verify_pdf_name'] : ''));
@endphp
@if(strpos(Request::url(), 'work_reception'))
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
@endunless
@else
@endif
@if(!empty($file_path))
@if(Storage::disk('temp')->has($file_path))
{{ $file_name }}
@elseif(isset($id) && Storage::disk('work_reception')->has($id.'/'.$file_path))
{{ $file_name }}
@else
@endif
@else
@endif
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
|
チェックシート |
@php
$file_path = old('vehicle_checksheet_pdf_path', isset($params->vehicle_checksheet_pdf_path) ? $params->vehicle_checksheet_pdf_path : (isset($confirm_params['vehicle_checksheet_pdf_path']) ? $confirm_params['vehicle_checksheet_pdf_path'] : ''));
$file_name = old('vehicle_checksheet_pdf_name', isset($params->vehicle_checksheet_pdf_name) ? $params->vehicle_checksheet_pdf_name : (isset($confirm_params['vehicle_checksheet_pdf_name']) ? $confirm_params['vehicle_checksheet_pdf_name'] : ''));
@endphp
@if(strpos(Request::url(), 'work_reception'))
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
@endunless
@else
@endif
@if(!empty($file_path))
@if(Storage::disk('temp')->has($file_path))
{{ $file_name }}
@elseif(isset($id) && Storage::disk('work_reception')->has($id.'/'.$file_path))
{{ $file_name }}
@else
@endif
@else
@endif
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
|
ご依頼内容 |
@php
$file_path = old('vehicle_question_pdf_path', isset($params->vehicle_question_pdf_path) ? $params->vehicle_question_pdf_path : (isset($confirm_params['vehicle_question_pdf_path']) ? $confirm_params['vehicle_question_pdf_path'] : ''));
$file_name = old('vehicle_question_pdf_name', isset($params->vehicle_question_pdf_name) ? $params->vehicle_question_pdf_name : (isset($confirm_params['vehicle_question_pdf_name']) ? $confirm_params['vehicle_question_pdf_name'] : ''));
@endphp
@if(strpos(Request::url(), 'work_reception'))
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
@endunless
@else
@endif
@if(!empty($file_path))
@if(Storage::disk('temp')->has($file_path))
{{ $file_name }}
@elseif(isset($id) && Storage::disk('work_reception')->has($id.'/'.$file_path))
{{ $file_name }}
@else
@endif
@else
@endif
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
|
---|
保険顧客名 | 事故日 |
|
事故種別 | 事故内容 | 免責金額 | コメント |
---|
備考 | @error('reception_note') {{ $message }} @enderror |
---|
種別 | @if ($department == 'moritis')作業コード | @endif @if ($department == 'parts')管理番号 | @endif作業内容 | @if ($department == "parts")区分 | @endif @if($department == "moritis")区分 | @endif数量 | @unless ($department == 'moritis' || $department == 'truck')単位 | @endunless単価 | 金額 | レス | 原単価 | 原価小計 | 外注先 | 請求 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@php
$title_field = 'fee_title'.sprintf('%02d', $index);
$fee_field = 'fee'.sprintf('%02d', $index);
$type_field = 'fee_type'.sprintf('%02d', $index);
$const_arr = $department == 'truck' ? 'fee_title_truck' : 'fee_title';
$const_type = $department == 'truck' ? 'fee_type_truck' : 'fee_type';
@endphp
|
@error('fee'.sprintf('%02d', $index)) {{ $message }} @enderror | @if($index % 2 == 0)
---|---|
作業 | 外注作業 | 作業値引 | 作業代計 | |||
---|---|---|---|---|---|---|
売上(税抜) | ||||||
原価 | ||||||
粗利 | ||||||
部品 | 外注部品 | 在庫部品 | 部品値引 | 部品代計 | 整備小計 | |
売上(税抜) | ||||||
原価 | ||||||
粗利 |
作業代 | 部品代 | 消費税 | 整備合計 | 諸費用(非課税) | 諸費用(課税) | 諸費用消費税 | 諸費用合計 | 預り金 | 調整値引き | 請求合計 |
---|---|---|---|---|---|---|---|---|---|---|
画像{{ $i + 1 }}: |
attachment[$i]->att_file_name) ? $params->attachment[$i]->att_file_name : (isset($confirm_params['attachment'][$i]['att_file_name']) ? $confirm_params['attachment'][$i]['att_file_name'] : '')) }}">
attachment[$i]->att_file_path) ? $params->attachment[$i]->att_file_path : (isset($confirm_params['attachment'][$i]['att_file_path']) ? $confirm_params['attachment'][$i]['att_file_path'] : '')) }}">
@if (Storage::disk('temp')->has(old('attachment.'.$i.'.att_file_path')))
attachment[$i]->note) ? $params->attachment[$i]->note: (isset($confirm_params['attachment'][$i]['note']) ? $confirm_params['attachment'][$i]['note'] : '')) }}">
|
---|---|
画像{{ $key4 + 1 }}: |
@if (isset($attachment['att_file_path']) && Storage::disk('temp')->has($attachment['att_file_path']))
|