|
|
|
@@ -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> |
|
|
|
)} |
|
|
|
|
|
|
|
|