@php
$menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? [];
$roleperm = Illuminate\Support\Facades\Session::get('role_perm') ?? [];
@endphp
@extends('layouts.master')
@section('content')
| ลำดับ |
เลขที่เอกสาร |
วันที่เอกสาร |
เลขที่ QC |
เลขที่ Order |
สถานะเอกสาร |
ผู้แก้ไขล่าสุด |
เวลาแก้ไขล่าสุด |
แก้ไข |
PDF |
@foreach ($HD as $key => $item)
| {{ $key += 1 }} |
{{ $item->XVSfhDocNo }} |
{{ $item->XDSfhDocDate }} |
{{ $item->XVSfhDocNoB4 }} |
{{ $item->XVSfhRefInt}} |
{{ getDocStatusByCode($item->XVSfhDocStatus) }} |
{{ $item->XVWhoEdit }} |
{{ $item->XTWhenEdit }} |
|
|
@endforeach
| ลำดับ |
เลขที่ QC |
วันที่เอกสาร |
เลขที่ Order |
Number |
เลือก |
{{-- รวมทั้งสิ้น | --}}
@foreach ($RefHD as $key => $item)
| {{ $key += 1 }} |
{{ $item->XVQchDocNo }} |
{{ date_YmdTodmY($item->XDQchDocDate) }} |
{{ $item->XVQchDocNoB4 }} |
{{ $item->xvpdtname }} |
|
@endforeach
@endsection