@extends('backend.layouts.app') @section('content') {{-- @if ($department == 'lease')--}} {{--

作業依頼受付【編集】

--}} {{-- @else--}} {{--

作業受付【編集】

--}} {{-- @endif--}}

受付【編集】

@include('backend.layouts.flash-message')
@csrf @php $work_reception = \App\Models\Work\WorkReception::find($id); @endphp @include('backend.share.work_reception.form._form')
$id]) }}"'> @php if (isset($group_list) && $group_list) { $url = route("backend.{$department}.work_reception.group_reception"); } else { $url = route("backend.{$department}.work_reception.index"); } @endphp @if(strpos($work_reception->reception_no, '-') === false)

$id]) }}" target="_blank">この伝票番号を引用
して納品書を作成する

@endif @if (config('const.system_parts_code.'.$department) == $work_reception->system_part && ($department == 'moritis' || $department == 'parts') ) @if(is_object($work_reception->working_process)) $work_reception->working_process->id]) }}")'> @else @if($work_reception->print_type == config('const.work_reception_document_code.reception')) $work_reception->id]) }}")'> @endif @endif @endif
{{-- @include('backend.share._modal._m_photo', ['sub_part'=>'work_reception']) --}}
@include('backend.share._modal._m_print_sagyo_uketsuke', ["sub_part"=>"work_reception"]) {{ Form::open(["route"=>"backend.{$department}.purchase.create", "method"=>"get", "id"=>"purchase_submit", "target"=>"_blank"]) }} {{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.work_reception.download_file", "method"=>"get", "id"=>"download_submit", "target"=>"_blank"]) }} {{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.partner.vehicle_work", "method"=>"get", "id"=>"vehicle_work_submit", "target"=>"_blank"]) }} {{ Form::close() }} @if(isset($show_print) && $show_print && !empty($work_reception->print_type)) @endif @if($department == 'parts') @endif @endsection @section('page_css') @endsection @section('page_js')