From 50f2f8945f1ab86c931fee6cf9d9bd88a122ae6e Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 07 六月 2025 17:14:47 +0800 Subject: [PATCH] #单据出库 --- rsf-admin/src/page/orders/outStock/OutOrderList.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx index e9906a6..45c89df 100644 --- a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx +++ b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx @@ -197,7 +197,7 @@ drawerVal={drawerVal} setDrawerVal={setDrawerVal} > - <OutStockPublic record={select} /> + <OutStockPublic record={select} open={drawerVal}/> </PageEditDrawer> </Box > ) -- Gitblit v1.9.1