受付【閲覧】

作業内容

@if ($department == 'moritis') @endif @if ($department == "parts") @endif @if($department == "moritis") @endif @if ($department == 'moritis') @endif @php $total = 0; @endphp @if ($params->content->count() > 0) @foreach ($params->content as $content) @if ($department == 'moritis') @endif @if ($department == "parts") @else @if ($department == "moritis") @endif @endif @if ($department == 'moritis') @endif @endforeach @endif @if ($department == "moritis") @elseif($department == "parts") @else @endif @if ($department == "parts") @endif @if ($department == "moritis") @elseif($department == "parts") @else @endif @if ($department == "parts") @endif @if ($department == "moritis") @elseif($department == "parts") @else @endif @if ($department == "parts") @endif
種別作業コード作業内容部品コード 区分区分数量 単位 単価 小計レス原単価 原価小計 依頼先
{{ isset($content->work->name) ? $content->work->name : '' }} {{ isset($content->process->work_code) ? $content->process->work_code : '' }} @if (isset($content->sub_category->name) && $content->work_kind == config('const.content_work_kind.main_work')) {{ $content->sub_category->name }} @else {{ $content->work_sub_category }} @endif {{ $content->parts_code }} {{ config('const.order_class.'.$content->class) }} {{ config('const.order_class.'.$content->class) }} {{ empty($content->quantity) ? '' :$content->quantity }} {{ $content->unit }} {{ empty($content->unit_price) ? '' : number_format($content->unit_price) }} {{ empty($content->sub_total) ? '' : number_format($content->sub_total) }} @php $total += $content->sub_total @endphp {{ $content->response }} {{ empty($content->original_unit_price) ? '' : number_format($content->original_unit_price) }} {{ empty($content->total) ? '' : number_format($content->total) }} {{ isset($content->requester_company->company_name1) ? $content->requester_company->company_name1 : "" }} @if ($content->work_kind == config('const.content_work_kind.out_work') && $content->work_kind == config('const.content_work_kind.out_parts'))

$params->partner_id]) }}">外注仕入

@endif
技術料 {{ empty($params->technical_fee) ? '' : (is_numeric($params->technical_fee) ? number_format($params->technical_fee) : '') }}
部品金額 {{ empty($params->parts_fee) ? '' : number_format($params->parts_fee) }}
お見積額 {{ empty($params->parts_fee + $params->technical_fee) ? '' : number_format($params->parts_fee + $params->technical_fee) }}
@php $total_fee = 0; @endphp @foreach(range(1, 12) as $index) @if($index % 2 == 0) @endif @endforeach
付帯費用
@php $title_field = 'fee_title'.sprintf('%02d', $index); $fee_field = 'fee'.sprintf('%02d', $index); @endphp {{ isset($params->$title_field) ? $params->$title_field : '' }} {{ (isset($params->$fee_field) && is_numeric($params->$fee_field )) ? number_format($params->$fee_field ) : ''}} @php $total_fee += isset($params->$fee_field) ? intval($params->$fee_field) : 0; @endphp
技術料

{{ (isset($params->technical_fee) && is_numeric($params->technical_fee)) ? number_format($params->technical_fee).'円' : '' }}

部品金額

{{ (isset($params->parts_fee) && is_numeric($params->parts_fee)) ? number_format($params->parts_fee).'円' : '' }}

付帯費用

{{ is_numeric($total_fee) ? number_format($total_fee).'円' : '' }}

見積合計

{{ is_numeric($total + $total_fee) ? number_format($total + $total_fee).'円' : '' }}