From 332b916c0984a116191e882606d70d4c0c3691f0 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 01 七月 2025 10:09:50 +0800
Subject: [PATCH] no message
---
 rsf-admin/src/page/orders/outStock/OutOrderList.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
index 662f9b9..9f620ff 100644
--- a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
+++ b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
@@ -115,6 +115,7 @@
 const OutOrderList = (props) => {
   const translate = useTranslate();
   const refresh = useRefresh();
+  const notify = useNotify();
 
   const [createDialog, setCreateDialog] = useState(false);
   const [manualDialog, setManualDialog] = useState(false);
@@ -221,7 +222,7 @@
         drawerVal={drawerVal}
         setDrawerVal={setDrawerVal}
       >
-        <OutStockPublic record={select} open={drawerVal} setOpen={setDrawerVal} />
+        <OutStockPublic record={select} open={drawerVal} setOpen={setDrawerVal}  setManualDialog={setManualDialog}/>
       </PageEditDrawer>
     </Box >
   )
--
Gitblit v1.9.1