From df38b0368f02ea73d4acaadea7fd69ebd057ef14 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 05 十二月 2022 17:27:57 +0800
Subject: [PATCH] 1.sop上传实现前端部分

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

diff --git a/src/api/xtsz.js b/src/api/xtsz.js
index dc37f10..3e7278b 100644
--- a/src/api/xtsz.js
+++ b/src/api/xtsz.js
@@ -8,6 +8,7 @@
     params: data
   })
 }
+
 // 缂栫爜瑙勫垯缂栬緫淇濆瓨
 export function SaveEncodingRules(data) {
   return request({
@@ -52,3 +53,57 @@
     params: data
   })
 }
+
+// SOP鍒楄〃鏌ヨ
+export function SystemSopSearch(data) {
+  return request({
+    url: 'SystemSetting/SystemSopSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// SOP鏂囦欢涓婁紶鏌ユ壘璁惧绫诲瀷鏁版嵁
+export function SystemSopDeviceSearch(data) {
+  return request({
+    url: 'SystemSetting/SystemSopDeviceSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// SOP鏂囦欢浣滀笟鏂囦欢涓婁紶鑾峰彇鏈�澶х増鏈彿
+export function SystemSopMaxVersion(data) {
+  return request({
+    url: 'SystemSetting/SystemSopMaxVersion',
+    method: 'get',
+    params: data
+  })
+}
+
+// SOP鏂囦欢涓婁紶鎻愪氦
+export function SystemSopSava(data) {
+  return request({
+    url: 'SystemSetting/SystemSopSava',
+    method: 'post',
+    params: data
+  })
+}
+
+// SOP鏂囦欢鍒犻櫎
+export function SystemSopDelete(data) {
+  return request({
+    url: 'SystemSetting/SystemSopDelete',
+    method: 'post',
+    params: data
+  })
+}
+
+// SOP鏂囦欢棰勮
+export function SystemSopView(data) {
+  return request({
+    url: 'SystemSetting/SystemSopView',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.3