Browse Source

update

master
CANCERYS\kw093 2 weeks ago
parent
commit
650730f852
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/components/PickOrderSearch/PickExecution.tsx

+ 2
- 0
src/components/PickOrderSearch/PickExecution.tsx View File

@@ -1041,6 +1041,7 @@ const handleIssueNoLotStockOutLine = useCallback(async (stockOutLineId: number)
)}
{/* Action buttons below the lot table */}
{/*
<Box sx={{ mt: 2 }}>
<Stack direction="row" spacing={1}>
<Button
@@ -1052,6 +1053,7 @@ const handleIssueNoLotStockOutLine = useCallback(async (stockOutLineId: number)
</Button>
</Stack>
</Box>
*/}
</Box>
)}



Loading…
Cancel
Save