refactor(quality): more changes to the system to perfect it

This commit is contained in:
2025-11-20 15:08:29 -06:00
parent a30eebf5d3
commit 7b28f4e9ef
3 changed files with 13 additions and 6 deletions

View File

@@ -312,9 +312,11 @@ export default function QualityRequest() {
<SelectItem value="return to warehouse">
Return to Warehouse
</SelectItem>
<SelectItem value="rework">Rework</SelectItem>
<SelectItem value="grind">Grind</SelectItem>
<SelectItem value="scrap">Scrap</SelectItem>
<SelectItem value="send to rework">
Send to Rework
</SelectItem>
<SelectItem value="send to grind">Send to Grind</SelectItem>
<SelectItem value="send to scrap">Send to Scrap</SelectItem>
</SelectGroup>
</SelectContent>
</Select>
@@ -410,7 +412,7 @@ export default function QualityRequest() {
);
},
}),
columnHelper.accessor("palletComplete", {
columnHelper.accessor("canceled", {
header: ({ column }) => {
return (
<Button