From 2b21366205c895a61897726fcd1aa432fdc477c8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 18 六月 2025 09:54:51 +0800
Subject: [PATCH] 生成波次优化

---
 rsf-admin/src/page/orders/outStock/OutOrderList.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
index 1181459..bf9b7dc 100644
--- a/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
+++ b/rsf-admin/src/page/orders/outStock/OutOrderList.jsx
@@ -134,12 +134,12 @@
     console.log('=====>');
     console.log(value);
     console.log(selectIds);
-    // const res = await request.post(`/outStock/generate/wave`, { ids: selectIds });
-    // if (res?.data?.code === 200) {
-    //   notify(res.data.msg);
-    // } else {
-    //   notify(res.data.msg);
-    // }
+    const res = await request.post(`/outStock/generate/wave`, { ids: selectIds, waveRuleId: value.id });
+    if (res?.data?.code === 200) {
+      notify(res.data.msg);
+    } else {
+      notify(res.data.msg);
+    }
   }
 
   return (

--
Gitblit v1.9.1