@extends('layouts.location') @section('title', 'Short Picklist') @section('page-title', 'Short Picklist') @push('styles') @endpush @section('content')
| PIC ID | Sales Orders | Items (Count) | {{--Bulk Actions | --}}|
|---|---|---|---|---|
| {{ $picId }} | {{ $soList }} | {{ $itemCount }} | {{----}} | |
|
SO: {{ $r->sales_order_number }}
SKU: {{ $r->sku }} | Rack: {{ $r->rack }}
Picked: {{ $r->picked_qty }} | Pick Qty: {{ $r->pick_qty ?? 0 }}
Status: {{ $r->status }}
|
||||
| SO No | Boxes | Items (Total Qty) | Actions | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $soNo }} | {{ $boxCount }} | {{ $totalQty }} | ||||||||||
|
Box: {{ $boxVal }}
Dimension: {{ $r->dimension }} | Weight: {{ $r->weight }}
Status: {{ $r->status }}
@if($diffsForSo->isNotEmpty())
Items:
@else
No quantity differences for this SO.
@endif
|
||||||||||||