From d3129c5d9af88192c43e7d2a529adf68f7433d9e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 17 十月 2022 09:11:34 +0800
Subject: [PATCH] 1.产能规划日历部分实现
---
src/api/scgl.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/scgl.js b/src/api/scgl.js
index 4aef108..c2b0bc9 100644
--- a/src/api/scgl.js
+++ b/src/api/scgl.js
@@ -308,3 +308,11 @@
params: data
})
}
+// 浜ц兘瑙勫垝宸ヤ綔鏃ュ巻閫夋嫨鎻愪氦
+export function CapacityPlanningGivePlanSubmit(data) {
+ return request({
+ url: 'ProductionManagement/CapacityPlanningGivePlanSubmit',
+ method: 'post',
+ data
+ })
+}
--
Gitblit v1.9.3