見積番号 | {{ $estimate_no }} |
---|---|
見積日 |
![]() |
リース先 | @include('backend.share._parts._partner_search_part2', ['partner2_id'=>isset($params->partner2_id) ? old('partner2_id', $params->partner2_id) : old('partner2_id')]) |
入力担当者 | |
担当者※ | @error('charge_user') {{ $message }} @enderror |
取引先名※ |
①顧客名
@error('company_name1')
{{ $message }}
@enderror
②顧客名
@error('company_name2')
{{ $message }}
@enderror
@include('backend.share._parts._partner_search_part', ['partner_id'=>isset($params['partner_id']) ? old('partner_id', $params['partner_id']) : old('partner_id')])
|
---|
合計金額 | @error('estimated_amount') {{ $message }} @enderror |
---|
管理番号 |
@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'), 'i'=>'_register'])
|
車台番号 |
@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')])
|
車両メーカ名 | @error('vehicle_id') {{ $message }} @enderror | 初年度登録 | @error('register_first_year') {{ $message }} @enderror |
---|
項目 | 数量 | 単価 | 金額 | @php $addition = old('addition', (isset($addition) && is_array($addition) && count($addition)) ? $addition : null); @endphp @if (is_null($addition)) @foreach (range(0, 15) as $iddx) @include('backend.share.estimate._addition', ['index'=>$iddx]) @endforeach @else @foreach ($addition as $content_count=>$item) @include('backend.share.estimate._addition', ['index'=>$content_count]) @endforeach @php $item = null; @endphp @if(count($addition) < 16) @foreach (range(count($addition), 15) as $iddx) @include('backend.share.estimate._addition', ['index'=>$iddx]) @endforeach @endif @endif {{--|||
---|---|---|---|---|---|---|
小計 | ||||||
消費税 | ||||||
合計 |
諸費用(非課税)
諸費用(課税)
@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)
---|
諸費用(非課税) | |
---|---|
諸費用(課税) | |
諸費用消費税 | |
諸費用合計 |
品名 | 税別 | 消費税 | 合計 |
---|---|---|---|
@php
$title_field = 'fee_title'.sprintf('%02d', $index);
$fee_field = 'fee'.sprintf('%02d', $index);
$consumption_fee_field = 'consumption_fee'.sprintf('%02d', $index);
$const_arr = $department == 'truck' ? 'fee_title_truck_bill' : 'fee_title_bill';
@endphp
@error('fee_title'.sprintf('%02d', $index))
{{ $message }}
@enderror
|
@error('fee'.sprintf('%02d', $index)) {{ $message }} @enderror | @error('consumption_fee'.sprintf('%02d', $index)) {{ $message }} @enderror | |
車両代合計 | |||
付帯費用 | |||
合計 |
申請日 |
![]() |
承認者 |
|
---|
社内メモ | @error('memo') {{ $message }} @enderror |
---|