{{-- @if (Session::has('message'))
{{ Session::get('message') }}
@endif --}}
{{--
--}}
{{--
--}}
{{--
--}}
| No |
Date |
Product |
Production |
Process |
Machine |
Shift |
Qty Total |
Qty Actual |
Qty Plan |
Qty Good |
Qty Reject |
@foreach ($wips as $wip)
| {{ $loop->iteration }} |
{{ $wip->date }} |
{{ $wip->ProcessMachineProduct->product->product_name }} |
{{ $wip->ProcessMachineProduct->production->production_code }} |
{{ $wip->ProcessMachineProduct->process->process_name }} |
{{ $wip->ProcessMachineProduct->machine->machine_name }} |
{{ $wip->shift->shift_name }} |
{{ $wip->qty_total }} |
{{ $wip->qty_plan }} |
{{ $wip->qty_total }} |
{{ $wip->qty_good }} |
{{ $wip->qty_reject }} |
@endforeach
{{-- @foreach ($report_wip as $product => $machines)
{{ $product }}
| Machine |
Process |
Shift |
Item |
1 |
2 |
@foreach ($machines as $machine => $process)
@foreach ($process as $proc => $shifts)
@foreach ($shifts as $shift => $dataWip)
| {{ $proc }} |
{{ $machine }} |
{{ $shift }} |
|
@php
$dateBefore = 0;
@endphp
@foreach ($dataWip as $dw)
@php
$dateBefore = $dw['dateIndex']
@endphp
| {{ $dw['qty_good'] }} |
| {{ $dw['qty_plan'] }} |
| {{ $dw['qty_good'] }} |
| {{ $dw['qty_reject'] }} |
|
@endforeach
@endforeach
@endforeach
@endforeach
@endforeach --}}
{{--
--}}
{{--
--}}
{{--
--}}
@endsection
@push('css')
@endpush
@push('js')
@endpush