浏览代码

update

master
CANCERYS\kw093 2 周前
父节点
当前提交
650730f852
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/components/PickOrderSearch/PickExecution.tsx

+ 2
- 0
src/components/PickOrderSearch/PickExecution.tsx 查看文件

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




正在加载...
取消
保存