skyouc
2025-06-18 2b21366205c895a61897726fcd1aa432fdc477c8
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 (