From 35c05203d85c29e5b7f5ce4392d7114df38be690 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 21 三月 2025 12:58:39 +0800 Subject: [PATCH] 库位分区删除库位字段 --- rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx b/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx index 7de55f8..4bb496e 100644 --- a/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx +++ b/rsf-admin/src/page/basicInfo/matnr/PrintModal.jsx @@ -98,7 +98,9 @@ </FormControl> <Box> - <div ref={contentRef}>11</div> + <div ref={contentRef}> + 11 + </div> </Box> </DialogContent> <DialogActions sx={{ position: 'sticky', bottom: 0, backgroundColor: 'background.paper', zIndex: 1000 }}> -- Gitblit v1.9.1