From a33b64b8a7ad977cd7a78733426f1a7a4a3df4b8 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 17 十月 2022 10:12:48 +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