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