{{-- shipment-schedule-dev.blade.php --}}
{{-- Title Bar --}} Packing List Updater - AI
{{-- --}}
@if($this->answer)
@foreach($this->answer->matches as $match) @endforeach
Shipment Line ID Style Colourway SLS ID Size Ordered Qty Shipped Qty Difference
{{ $match->shipment_line_id ?? "" }} {{ $match->style_name ?? "" }} {{ $match->colourway ?? "" }} {{ $match->sls_id ?? "" }} {{ $match->size ?? "" }} {{ $match->qty_ordered ?? "" }} {{ $match->shipped_qty ?? 0 }} shipped_qty >= ($match->qty_ordered * 0.9) && !$match->shipped_qty <= ($match->qty_ordered * 1.1))) class="bg-danger" @endif>{{ ($match->qty_ordered ?? 0) - ($match->shipped_qty ?? 0) }}
Cartons: {{$this->answer->total_cartons}}
Net Weight: {{$this->answer->net_weight}}
Gross Weight: {{$this->answer->gross_weight}}
@endif
@script @endscript