|
発行日: |
{{ Carbon::now()->format('Y').'年'.sprintf('%2d月', Carbon::now()->format('m')).sprintf('%2d日', Carbon::now()->format('d')) }} |
作業依頼書 |
|
|
依頼者 |
{{ isset($params->input_user->name_kanji) ? $params->input_user->name_kanji : '' }} |
頁終 |
|
拠点CD |
|
|
工事NO |
|
発行NO. |
{{ $params->reception_no }} |
お客様名CD |
仕入先名 |
( |
|
) |
{{ $params->getPartnerNameForPrint() }}
|
|
|
|
{{ config('const.honorific_type.'.( !empty($params->partner_honorific_type) ? $params->partner_honorific_type : config('const.honorific_type_code.mr'))) }} |
様 |
(住所) |
{{ is_object($params->partner) ? $params->partner->getFullAddress() : '' }} |
納入場所 |
|
依頼日時 |
登録NO. |
車台番号 |
{{ $params->chassis_no }} |
号車 |
走行距離 |
|
{{ $params->reception_no }} |
サフィックス |
|
{{ $params->vehicle_no }} |
{{ $params->travel_distance }} |
納入期日 |
エンジンNO |
{{ $params->engine_model }} |
{{ Carbon::parse($params->input_date)->format('Y年n月j日') }} |
初登録日 |
|
|
単価決定予定期日 |
メモ欄 |
|
検査完了期日 |
{{ Carbon::parse($params->completed_date)->format('Y年n月j日') }} |
|
作業CD |
位置 |
作業名 |
区分 |
数量 |
工数 |
単価 |
代金 |
仮単価 |
@php
$count = 0;
$sub_total = 0;
$original_total = 0;
@endphp
@if ($params->content->count() > 0)
@foreach ($params->content as $content)
@if ($content->work_kind == config('const.content_work_kind.out_work') && $content->accept_bill == config('const.accept_bill_code.yes'))
{{ isset($content->work->name) ? $content->work->name : '' }} |
|
{{ (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) ? '【'.$content->sub_category->name.'】' : Str::limit($content->work_sub_category, 50, '') }} |
{{ config('const.order_class.'.$content->class) }} |
{{ $content->quantity }} |
|
{{ number_format($content->unit_price) }} |
{{ number_format($content->sub_total) }} |
{{ number_format($content->original_unit_price) }} |
@php
$count ++;
$sub_total += $content->sub_total;
$original_total += $content->original_unit_price;
@endphp
@if($count == 25)
@break
@endif
@endif
@endforeach
@endif
@if($count < 25)
@foreach (range(0, (24 - $count)) as $item)
|
|
|
|
|
|
|
|
|
@endforeach
@endif
|
合計 |
{{ number_format($sub_total) }} |
{{ number_format($original_total) }} |
|
●本注文書の単価は、消費税・地方消費税抜きの単価です。支払期日には、法定税率による消費税・地方消費税を加算して支払います。 |
|
責任者 |
依頼者 |
●支払期日・支払方法等は、現行の「支払等について」によります。 |
|
|
|
●下請代金等がさだめらない場合の理由:故障部位・内容が特定できないため定められる予定期日:「単価決定予定期日」 |
|
印刷連番: |
|
作業依頼書 |