From 4e2ad6fb29941fb759de11697db680012ab5d06d Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 一月 2023 16:26:09 +0800
Subject: [PATCH] 设备保养关联工作接口查询、提交修改
---
VueWebApi/DLL/BLL/AppDeviceManageBLL.cs | 26 ++++++++++++++++++++------
1 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
index 49e2085..04f4b46 100644
--- a/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
+++ b/VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -17,10 +17,17 @@
}
#endregion
- #region[鏃ュ父鐐规,閫夋嫨鎵爜璁惧鍒楄〃甯﹀嚭鐐规椤筣
- public static ToMessage SelectScanDeviceQrCodeItem(string eqpcode)
+ #region[鏃ュ父鐐规,鎵弿宸ヤ綅/璁惧浜岀淮鐮佹煡鎵剧偣妫�鏍囧噯]
+ public static ToMessage CheckScanDeviceTemp(string eqpcode)
{
- return AppDeviceManageDAL.SelectScanDeviceQrCodeItem(eqpcode);
+ return AppDeviceManageDAL.CheckScanDeviceTemp(eqpcode);
+ }
+ #endregion
+
+ #region[鏃ュ父鐐规,閫夋嫨鎵爜璁惧鍒楄〃甯﹀嚭鐐规椤筣
+ public static ToMessage SelectScanDeviceQrCodeItem(string eqpcode,string checktempcode)
+ {
+ return AppDeviceManageDAL.SelectScanDeviceQrCodeItem(eqpcode, checktempcode);
}
#endregion
@@ -40,10 +47,17 @@
}
#endregion
- #region[鏃ュ父淇濆吇,閫夋嫨鎵爜璁惧鍒楄〃甯﹀嚭淇濆吇椤筣
- public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode)
+ #region[瀹氭湡淇濆吇,鎵弿宸ヤ綅/璁惧浜岀淮鐮佹煡鎵句繚鍏绘爣鍑哴
+ public static ToMessage RepairScanDeviceTemp(string eqpcode)
{
- return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode);
+ return AppDeviceManageDAL.RepairScanDeviceTemp(eqpcode);
+ }
+ #endregion
+
+ #region[鏃ュ父淇濆吇,閫夋嫨鎵爜璁惧鍒楄〃甯﹀嚭淇濆吇椤筣
+ public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode,string repartempcode)
+ {
+ return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode,repartempcode);
}
#endregion
--
Gitblit v1.9.3