@extends('layouts.app') @section('content')
Date : {{ $orderProduction->formatted_date }}
| PO Buyer No | : | {{ $orderProduction->obDetail->ob->po->no }} |
| PO Buyer Date | : | {{ $orderProduction->obDetail->ob->po->formatted_date }} |
| OB No | : | {{ $orderProduction->obDetail->ob->no }} |
| OB Date | : | {{ $orderProduction->obDetail->ob->formatted_date }} |
| Size | : | {{ $orderProduction->obDetail->size }} |
| Color Code | : | {{ $orderProduction->obDetail->color_code }} |
| Qty | : | {{ $orderProduction->obDetail->qty }} |
| BOM | : | {{ $orderProduction->obDetail->bom_filename }} |
Order Production List for this Production Card
| Material Fullname | Material Code | UoM | Type | Consumption | Sub Total | Extra Purchase | Total | Volume | MTO/MTS | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $detail->material->formatted_material }} | {{ $detail->material_code }} | {{ $detail->material->uom_code }} | {{ $detail->material->material_type_code }} | {{ $detail->consumption }} | {{ $detail->sub_total }} | {{ $detail->extra_purchase }} % | {{ $detail->total }} | {{ $detail->volume }} | {{ $detail->mtomts }} | @switch($detail->mtomts) @case('MTO') @break @case('SUBCON') @break @default @endswitch |