report bag
This commit is contained in:
parent
5532342629
commit
2130fea156
|
|
@ -67,7 +67,7 @@ function onStart() {
|
|||
|
||||
$reportDatas[$x]["width"] = $bagProds[$x]->width;
|
||||
$reportDatas[$x]["height"] = $bagProds[$x]->height;
|
||||
$reportDatas[$x]["color"] = $bagProds[$x]->color->name;
|
||||
$reportDatas[$x]["color"] = $bagProds[$x]->color->name ?? "";
|
||||
$reportDatas[$x]["bag_gram"] = $bagProds[$x]->bag_gram ?? 0;
|
||||
$reportDatas[$x]["amount"] = $action;
|
||||
$reportDatas[$x]["defective"] = $calculateBrak;
|
||||
|
|
|
|||
Loading…
Reference in New Issue