From 48ad97c8a8afa2c9333bd00545dbc54bb4f0870a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 23 五月 2025 09:28:03 +0800
Subject: [PATCH] #盘点出库

---
 rsf-admin/src/page/waitPakin/SelectSiteModel.jsx |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
index 3c828af..d152bb5 100644
--- a/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
+++ b/rsf-admin/src/page/waitPakin/SelectSiteModel.jsx
@@ -55,7 +55,7 @@
     return (
         <Box>
             <Dialog
-            sx={{width: '90%'}}
+            sx={{width: '100%'}}
                 open={open}
                 onClose={handleClose}
                 fullWidth
@@ -64,6 +64,7 @@
             >
                 <DialogTitle>
                     {translate('toolbar.selectSite')}
+                    <DialogCloseButton onClose={() => setOpen(false)} />
                 </DialogTitle>
                 <DialogContent>
                     <List
@@ -109,11 +110,11 @@
                             <BooleanField source="statusBool" label="common.field.status" sortable={false} />
                             <TextField source="memo" label="common.field.memo" sortable={false} />
                             <WrapperField cellClassName="opt" label="common.field.opt">
-                            <SelectSiteButton source={source} setOpen={setOpen} refresh={refresh} notify={notify} />
+                                <SelectSiteButton source={source} setOpen={setOpen} refresh={refresh} notify={notify} />
                             </WrapperField>
                         </StyledDatagrid>
                     </List>
-                </DialogContent>
+                </DialogContent>                
             </Dialog>
         </Box>
     )

--
Gitblit v1.9.1