Add column for table line type
This commit is contained in:
@@ -223,6 +223,7 @@ class SendProductionReport extends Command
|
|||||||
'no' => $no++,
|
'no' => $no++,
|
||||||
'plant' => $plant->name,
|
'plant' => $plant->name,
|
||||||
'line' => $line->name,
|
'line' => $line->name,
|
||||||
|
'type' => $line->type,
|
||||||
'targetQuantity' => $targetQuantity,
|
'targetQuantity' => $targetQuantity,
|
||||||
'productionQuantity' => $productionQuantity,
|
'productionQuantity' => $productionQuantity,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user