From 47f5a9401f1e83efeca8b6a5cd28e1da805811f9 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 18 六月 2024 17:36:23 +0800
Subject: [PATCH] 1.设置文件上传大小 2.工艺SOP查看接口 3.工单SOP查看接口

---
 VueWebCoreApi/Controllers/DeviceManagerController.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/VueWebCoreApi/Controllers/DeviceManagerController.cs b/VueWebCoreApi/Controllers/DeviceManagerController.cs
index 1a52da2..f6a24e8 100644
--- a/VueWebCoreApi/Controllers/DeviceManagerController.cs
+++ b/VueWebCoreApi/Controllers/DeviceManagerController.cs
@@ -142,6 +142,22 @@
         }
         #endregion
 
+        #region[璁惧淇℃伅鏌ョ湅SOP]
+        /// <summary>
+        /// 璁惧淇℃伅鏌ョ湅SOP
+        /// </summary>
+        /// <param name="eqptypecode">璁惧绫诲瀷缂栫爜</param>
+        /// <param name="eqpcode">璁惧缂栫爜</param>
+        /// <returns></returns>
+        [Route(template: "DeviceSopSearch")]
+        [HttpGet]
+        public JsonResult DeviceSopSearch(string eqptypecode,string eqpcode)
+        {
+            mes = DeviceManagerBLL.DeviceSopSearch(eqptypecode,eqpcode);
+            return Json(mes);
+        }
+        #endregion
+
 
 
         #region[璁惧鐐规椤瑰垪琛ㄦ煡璇

--
Gitblit v1.9.3