@extends('admin::curd.index') @section('heading') {!! trans('work_order::work_order.name') !!} {!! trans('cms.manage') !!} {!! trans('work_order::work_order.names') !!} @stop @section('title') {!! trans('work_order::work_order.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{{-- --}} {{-- --}} {{-- --}}
{!! trans('work_order::work_order.label.status') !!} {!! trans('work_order::work_order.label.ref') !!} {!! trans('work_order::work_order.label.work_due') !!} Category {!! trans('work_order::work_order.label.asset_id') !!} Asset Status Sub Location Type Technician {!! trans('work_order::work_order.label.suppliers_id') !!} Acknowledged Turn Around TimePm/Cali ChecklistRequest Type {!! trans('work_order::work_order.label.status_date') !!} Created Date Estimated Time Consumed Time Hold Time Criticality Type Department Work Department Division Contact Name Contact Number Remarks
{!! Form::select('search[work_status]')->options(['' => 'All'] + trans('work_order::work_order.options.status'))->id('ser_work_status')->raw() !!} {!! Form::number('search[id]')->min(0)->id('ser_id')->raw() !!} {!! Form::text('search[work_orders.work_due]')->addClass('datepick')->id('ser_work_due')->raw() !!} {!! Form::select('search[category]')->options( ['' => 'All'] + trans('work_order::work_order.options.category') + trans('work_order::work_order.options.category2'), )->id('ser_request_type')->raw() !!} {!! Form::select('search[asset_id]')->addClass('js-selectt2')->options([])->id('ser_assetid')->raw() !!} {!! Form::select('search[asset_status]')->options(['' => 'All'] + trans('service_request::service_request.options.asset_status'))->id('ser_assetid')->raw() !!} {!! Form::select('search[work_orders.sublocationid]')->id('sublocationid')->raw() !!} {!! Form::select('search[workorder_type]')->options(['' => 'All'] + trans('work_order::work_order.options.workorder_type'))->id('ser_request_type')->raw() !!} {!! Form::select('search[technician_id]')->id('ser_technician_id')->raw() !!} {!! Form::select('search[suppliers_id]')->addClass('js-selectt2')->options([])->id('ser_suppliers_id')->raw() !!} {!! Form::select('search[signature]')->options(['' => 'All'] + trans('work_order::work_order.options.signature'))->id('signature')->raw() !!} {!! Form::select('search[pm_cali_id]')-> options([''=>'All']+PmCali::pm_calis("problem"))->id('ser_pm_cali_id')->raw()!!}{!! Form::select('search[request_type]')->options(['' => 'All'] + trans('service_request::service_request.options.request_type'))->id('ser_request_type')->raw() !!} {!! Form::text('search[work_orders.status_date]')->addClass('datepick')->id('ser_status_date')->raw() !!}{!! Form::text('search[created_at]')->addClass('datepick')->id('ser_created_at')->raw()!!} {!! Form::text('search[estimated_time]')->id('ser_estimated_time')->raw() !!} {!! Form::text('search[consumed_time_seconds]')->id('ser_consumed_time')->raw() !!} {!! Form::text('search[hold_time]')->id('ser_hold_time')->raw() !!} {!! Form::select('search[criticality_type]')->options(['' => 'All'] + trans('assets::asset.options.criticality_type'))->id('ser_criticality_type')->raw() !!} {!! Form::select('search[departmentid]')->options(['' => 'All'] + Department::departments())->id('departmentid')->raw() !!} {!! Form::select('search[workdepartmentid]')->options(['' => 'All'] + WorkDepartment::work_departments())->id('workdepartmentid')->raw() !!} {!! Form::select('search[divisionid]')->options(['' => 'All'] + Company::divisions())->id('divisionid')->raw() !!} {!! Form::text('search[contact_name]')->id('contact_name')->raw() !!} {!! Form::text('search[contact_number]')->id('contact_number')->raw() !!} {!! Form::text('search[remark]')->id('remark')->style('width: 150px; height: 50px;')->raw() !!}
@stop @section('script') @stop @section('style') @stop