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} /> </PageEditDrawer> </Box > )