@extends('layouts.guest') @include('layouts.profilestyle') @section('content')
Inspection Work Order Edit
Work Order
Inspection Work Order Edit
{{--
Inquiry No:
--}}
Back
@csrf
Najma Consultancy
Doc No
Rev. Date
INSPECTION WORK ORDER
Rev. No.
Page No.
{{--
To be filled by Sales Representative
--}}
Date Created :
Job Assignment
Select a assignment
jobassignment) ? 'selected' : '' }}>Najma
jobassignment) ? 'selected' : '' }}>Subcon
Work Order No
Date
Client Name
Contact Name
Contact No
Inspection Location
LPO/ Ref
Inspection Requested Date
Time From
Time To
@foreach ($inspectionitemedits as $item) @endforeach {{-- --}}
SR NO
ITEM
QUANTITY
EIAC
NON EIAC
eiac == 1) ? 'checked' : '' }} style="width:100%;">
non_eiac == 1) ? 'checked' : '' }} style="width:100%;">
Additional Instructions if Any (MKT)
Name ( MKT)
Signature
Date
Acceptance of Job Order - Technical Manager ( Name/Sign) :
Date :
{{--
To be filled by the Technical Manager (TM)
--}}
Assigned Inspection Engineer
Documents Handover
Checklist
dhchecklist == 1) ? 'checked' : '' }}>
Timesheet
dhtimesheet == 1) ? 'checked' : '' }}>
Location Map
Copy Attached
lm_copyattached == 1) ? 'checked' : '' }}>
WhatsApp
lm_whatsapp == 1) ? 'checked' : '' }}>
Email
lm_email == 1) ? 'checked' : '' }}>
N/A
lm_na == 1) ? 'checked' : '' }}>
Gate Pass
Copy Attached
gpcopy_attached == 1) ? 'checked' : '' }}>
WhatsApp
gp_whatsapp == 1) ? 'checked' : '' }}>
Email
gp_email == 1) ? 'checked' : '' }}>
N/A
gp_na == 1) ? 'checked' : '' }}>
Transport Arrangement
NAJMA
ta_najma == 1) ? 'checked' : '' }}>
By Own
ta_by_own == 1) ? 'checked' : '' }}>
Client Pick up
ta_client_pickup == 1) ? 'checked' : '' }}>
N/A
ta_na == 1) ? 'checked' : '' }}>
Inspection Photos
Required
ip_required == 1) ? 'checked' : '' }}>
Not Required
ip_notrequired == 1) ? 'checked' : '' }}>
Equipment to Use
Equipment No.
Additional Instruction if any (TM)
{{ $inspectionedit->additional_instruction }}
Name (TM)
Signature
Date
Acceptance from Inspection Engineer (Sign) :
Date :
Please refer to next page for additional information.
Important:
Inspection Engineer shall handover the inspection documents to Technical Manager 24 hrs after completion of inspection
Technical Manager shall issue the Inspection Certificate or Report within 48 hrs from time of inspection in coordination with the Senior Admin.
Comments from Inspector (If any, after inspection)
{{ $inspectionedit->commentfrom_inspector }}
Inspector Name :
Signature :
Date :
Take Over by Inspection Admin/Coordinator
Work Order
coordinator_workorder == 1) ? 'checked' : '' }}>
Timesheet
coordinator_timesheet == 1) ? 'checked' : '' }}>
Checklist
coordinator_checklist == 1) ? 'checked' : '' }}>
Inspection Photos
coordinator_inspectorphoto == 1) ? 'checked' : '' }}>
Inspection Certificates
coordinator_inspectorcertificates == 1) ? 'checked' : '' }}>
Inspection Report (if applicable)
coordinator_inspectorreport == 1) ? 'checked' : '' }}>
Client Feedback Form
coordinator_clientfeedback == 1) ? 'checked' : '' }}>
{{ $inspectionedit->comments_admincoordinator }}
Admin / Coordinator Name :
Signature :
Date :
Submit
@endsection