@php $view['type'] = $type; $view['tb_scope'] = $tb_scope; $view['count_repair'] = $count_repair; $view['count_available'] = $count_available; $view['count_reprocess'] = $count_reprocess; $view['count_operation'] = $count_operation; $view['count_disable'] = $count_disable; $view['storage'] = $storage; $view['writeboard'] = $writeboard; @endphp @extends('layouts.layout_tack') @section('style') {{--
--}} @endsection @section('content') @php function set_colot($data){ $color = '#000'; $text = "$data"; echo $text; } function check_value($value,$text){ $data = $text; if(isset($value)){ if($value!=''){ $data = $value; } } echo $data; } @endphp @component('ENDOTRACK.track.component.firstcard',$view)@endcomponentName / Type | Model / SN | Company | Location | User | Tag time (Elapsed) | |
{{$tco->scope_name}}
{{$tco->scope_type}} |
{{$tco->scope_model}} {{$tco->scope_serial}} |
{{$tco->scope_band}} | {{$tco->room_name}} | {{@$tco->user_prefix}}{{@$tco->user_firstname}} {{@$tco->user_lastname}} | {{$tco->track_date}} {{$tco->track_time}} |
Name / Type | Model / SN | Company | User | Reprocess status / Time split (min.) |
{{$data->scope_name}}
{{$data->scope_type}} |
{{$data->scope_model}} {{$data->scope_serial}} |
{{$data->scope_band}} | {{@$data->user_prefix}}{{@$data->user_firstname}} {{@$data->user_lastname}} |
@foreach($trackjson as $json)
{{$json->type}}
@endforeach
{{$json->time}} |
Name / Type | Model / SN | Company | User | Location | Storage time |
{{$data->scope_name}}
{{@$data->scope_type}} |
{{$data->scope_model}} {{$data->scope_serial}} |
{{$data->scope_band}} | @php $w[0] = array('track_process','storage'); $w[1] = array('track_status',0); $w[2] = array('track_serial',$data->scope_serial); $track = DB::table('tb_casetrack')->where($w)->first(); // dd($track); if($track!=null){ $user = DB::table('users')->where('id',$track->track_user)->first(); $station = DB::table('tb_room')->where('room_id',$track->track_station)->first(); }else{ $user = null; $station = null; } @endphp{{@$user->user_prefix}}{{@$user->user_firstname}} {{@$user->user_lastname}} | {{@$station->room_name}} | {{@$track->track_date}} {{@$track->track_time}} |
Name / Type | Model / SN | Company | User | Location | Disable time (Elapsed) |
{{@$repair->scope_name}}
{{@$repair->scope_type}} |
{{@$repair->scope_model}} {{@$repair->scope_serial}} |
{{@$repair->scope_band}} | {{@$data->user_prefix}}{{@$data->user_firstname}} {{@$data->user_lastname}} | {{@$data->room_name}} | {{@$data->track_time}} |
Name / Type | Model / SN | Company | User | Location | Disable time (Elapsed) |
{{$data->scope_name}}
{{$data->scope_type}} |
{{$data->scope_model}} {{$data->scope_serial}} |
{{$data->scope_band}} | {{@$data->user_prefix}}{{@$data->user_firstname}} {{@$data->user_lastname}} | {{@$data->room_name}} | {{@$data->track_time}} |
{{@$tb_ct->scope_name}} | {{@$tb_ct->track_process}} | {{@$tb_ct->track_time}} |
{{@$tb_ct->track_serial}} | {{@$tb_ct->scope_service_name}} |
TRACK NOTE