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/xtsz.js |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/src/api/xtsz.js b/src/api/xtsz.js
index d3c6b84..dc37f10 100644
--- a/src/api/xtsz.js
+++ b/src/api/xtsz.js
@@ -25,3 +25,30 @@
     params: data
   })
 }
+
+// 杞﹂棿鍏憡鍒楄〃
+export function SystemAnnouncementSearch(data) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 杞﹂棿鍏憡鏂板缂栬緫鎻愪氦
+export function SystemAnnouncementAddUpdate(data, id, ancetitle, ancecont, level, cancel, opertype) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementAddUpdate?id=' + id + '&ancetitle=' + ancetitle + '&ancecont=' + ancecont + '&level=' + level + '&cancel=' + cancel + '&opertype=' + opertype,
+    method: 'post',
+    data
+  })
+}
+
+// 杞﹂棿鍏憡鍒犻櫎
+export function SystemAnnouncementDelete(data) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementDelete',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.3