From 088e1ba6624c7523ee2566110b2c4721a37204a5 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 09 四月 2026 14:22:09 +0800
Subject: [PATCH] #生成波次
---
rsf-design/src/api/wave.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/rsf-design/src/api/wave.js b/rsf-design/src/api/wave.js
index 4695632..84b69ff 100644
--- a/rsf-design/src/api/wave.js
+++ b/rsf-design/src/api/wave.js
@@ -103,6 +103,13 @@
})
}
+export function fetchCreateOutStockWave(payload = {}) {
+ return request.post({
+ url: '/outStock/generate/wave',
+ data: payload
+ })
+}
+
export async function fetchExportWaveReport(payload = {}, options = {}) {
return fetch(`${import.meta.env.VITE_API_URL}/wave/export`, {
method: 'POST',
--
Gitblit v1.9.1