@foreach($stockIOs as $stockIO)
@if($withItems)
@endif
@endforeach
Requisição: {{$stockIO->integration->parameters['request_number']}}
Centro de Custo: {{$stockIO->integration->parameters['cost_center']}} - {{$stockIO->cost_center->description ?? ''}}
Data Requisição: {{$stockIO->created_at->format('d/m/Y')}}
| Seq. | Derivação | Cod.Pro. | Descrição | Sep/Tot | Un |
|---|---|---|---|---|---|
| {{$pickingOrderProduct->stockIOProduct->integration->parameters['request_sequence']}} | {{$pickingOrderProduct->stockIOProduct->integration->parameters['derivation_code']}} | {{$pickingOrderProduct->stockIOProduct->integration->parameters['product_code']}} | {{$pickingOrderProduct->stockIOProduct->product->description}} | {{number_format($pickingOrderProduct->stockIOProduct->totalPicked(), 2, ',', '.')}}/{{number_format($pickingOrderProduct->stockIOProduct->amount, 2, ',', '.')}} | {{$pickingOrderProduct->stockIOProduct->product->unitMeasurement->acronym}} |