From 709fa95bc62e339ec74d8d8084b7380a62a8474f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 28 四月 2026 17:06:35 +0800
Subject: [PATCH] 1.sop工艺   变成批量绑定

---
 src/api/SopManager.js |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/src/api/SopManager.js b/src/api/SopManager.js
index 0209670..bd51fde 100644
--- a/src/api/SopManager.js
+++ b/src/api/SopManager.js
@@ -40,8 +40,8 @@
 export function ProcessSopMaxVersion(data) {
   return request({
     url: 'SopManageMent/ProcessSopMaxVersion',
-    method: 'get',
-    params: data
+    method: 'post',
+    data
   })
 }
 
@@ -99,3 +99,38 @@
   })
 }
 
+// MES宸ュ崟鏌ヨ
+export function SopSearchMesOrderSearch(data) {
+  return request({
+    url: 'SopSearch/MesOrderSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// MES宸ュ崟缂栬緫鑾峰彇宸ュ簭鏁版嵁
+export function SopSearchUpdateMesOrderStepSearch(data) {
+  return request({
+    url: 'SopSearch/UpdateMesOrderStepSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// MES宸ュ崟鏌ョ湅宸ヨ壓SOP
+export function SopSearchMesOrderProcessSopSearch(data) {
+  return request({
+    url: 'SopSearch/MesOrderProcessSopSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 绯荤粺璁剧疆,浜у搧缂栫爜鏌ユ壘鍏宠仈鐨勫伐鑹轰俊鎭�
+export function ProcessSopPartSelectRpute(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopPartSelectRpute',
+    method: 'post',
+    data
+  })
+}

--
Gitblit v1.9.3