伝票番号 |
{{ old('reception_no', isset($params->reception_no) ? $params->reception_no : (isset($confirm_params['reception_no']) ? $confirm_params['reception_no'] : '')) }} |
@endif
顧客名 |
@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
|
@unless(isset($hide_reception))
請求先 |
{{--@if (isset($partner['id']))
{{ isset($partner['company_name1']) ? $partner['company_name1'] : '' }} @else{{ old('partner_name', isset($params->partner->company_name1) ? $params->partner->company_name1 : "") }} @endif請求先と同じ
@endif
@error('bill_dest_name')
{{ $message }}
@enderror
|
@endunless
@if(isset($hide_reception))
管理番号 |
@include('backend.share._parts._vehicle_search_part',['is_manage_no'=>1,'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 | 車台番号 |
@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
|
@endif
@else
車名 | @if (isset($vehicle->id)) @else @endif | 登録番号 | @if (isset($vehicle->id)) @else @if(($department == 'parts' || $department == 'moritis') && strpos(Request::url(), 'work_reception')) @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']) @else @endif @endif | 形状 | @if (isset($vehicle->id)) @else @endif | @unless (isset($hide_reception))入庫日付 |
![]() |
出庫日付 |
![]() |
@endunless
@if (strpos(Request::url(), 'work_reception') || strpos(Request::url(), 'estimate') || strpos(Request::url(), 'bill'))
完成日 |
{{--
@error('completed_date')
{{ $message }}
@enderror
![]()
target) ? $params->target : (isset($confirm_params['target']) ? $confirm_params['target'] : '')) ? 'checked' : '' }} value="1">
@endif
|
@endif
@php
$reception_no = old('reception_no', isset($params->reception_no) ? $params->reception_no : (isset($confirm_params['reception_no']) ? $confirm_params['reception_no'] : ''));
@endphp
@if( (!empty($reception_no) && strpos($reception_no, '-') !== false) &&
(isset($params->parent_input_charge_user) && $params->parent_input_charge_user) ||
(isset($confirm_params['parent_input_charge_user']) && $confirm_params['parent_input_charge_user']))
依頼入力者 | {{ \App\Service\UserService::getUserName((isset($params->parent_input_charge_user) ? $params->parent_input_charge_user : (isset($confirm_params['parent_input_charge_user']) ? $confirm_params['parent_input_charge_user'] : ''))) }} | 依頼担当者 | {{ \App\Service\UserService::getUserName((isset($params->parent_charge_user) ? $params->parent_charge_user : (isset($confirm_params['parent_charge_user']) ? $confirm_params['parent_charge_user'] : ''))) }} | @endif @unless (isset($hide_reception))受付日 |
![]() |
@endunless
@if(isset($sub_part) && $sub_part == 'bill')
支払期日 |
![]() |
@endif
入力者 | 担当者 |
|
@if(strpos(Request::url(),'work_reception'))
在庫場所 | @if (isset($vehicle->id)) @else @endif @error('vehicle_status') {{ $message }} @enderror | 作業ステータス |
@foreach (config('const.moritis_work_status') as $key=>$item)
{{--デフォルト 2:作業待ち--}}
work_status) ? $params->work_status : (isset($confirm_params['work_status']) ? $confirm_params['work_status'] : config('const.moritis_work_status_code.waiting_reception'))) == $key ? "checked" : "" }}>
@endforeach
@error('work_status')
{{ $message }}
@enderror
|
@if ($department == 'moritis' || $department == 'parts')
レス | @endif @endif | 走行距離 | @if (isset($vehicle->id)) @if($department == 'truck') km @else km @endif @else km @endif | @if(strpos(Request::url(), 'work_reception') || strpos(Request::url(), 'bill'))車検証 |
@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($sub_part)->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($sub_part)->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($sub_part)->has($id.'/'.$file_path))
{{ $file_name }}
@else
@endif
@else
@endif
@unless((!empty($reception_no) && strpos($reception_no, '-') !== false))
|
@endif
---|
追加作業へ反映 |
reflect_work_fee) ? $params->reflect_work_fee : (isset($confirm_params['reflect_work_fee']) ? $confirm_params['reflect_work_fee'] : '')) == 1 ? 'checked' : '' }}>
|
---|---|
備考 | @error('reception_note') {{ $message }} @enderror |
通知メールの送信 |
|
郵便番号 | @if (isset($partner['id'])) @else @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 | --}}初年度登録 | @if (isset($vehicle->id)) @else @endif | 次回車検日 | @if (isset($vehicle->id)) @else @endif |
---|
保険顧客名 | 事故日 |
|
事故種別 | 事故内容 | 免責金額 | コメント |
---|