From 56e5c4574c47189adb81aa9cb0d162b55d0ddbef Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 07 六月 2024 13:58:01 +0800
Subject: [PATCH] 1.工艺SOP开发完成

---
 src/api/SopManager.js |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/src/api/SopManager.js b/src/api/SopManager.js
index 40c877b..f332a64 100644
--- a/src/api/SopManager.js
+++ b/src/api/SopManager.js
@@ -26,3 +26,39 @@
     params: data
   })
 }
+
+// 绯荤粺璁剧疆,宸ヨ壓SOP鏌ヨ
+export function ProcessSopSearch(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 绯荤粺璁剧疆,宸ヨ壓SOP涓婁紶鑾峰彇鏈�澶х増鏈彿
+export function ProcessSopMaxVersion(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopMaxVersion',
+    method: 'get',
+    params: data
+  })
+}
+
+// 绯荤粺璁剧疆,宸ヨ壓SOP鏂板
+export function ProcessSopAddSeave(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopAddSeave',
+    method: 'post',
+    data
+  })
+}
+
+// 绯荤粺璁剧疆,宸ヨ壓SOP鍒犻櫎
+export function ProcessSopDeleteSeave(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopDeleteSeave',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.3