From c0ae2d732eb9fc13d3cfc0c2f2f2ab71d2592ac6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 30 一月 2023 12:49:13 +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