From 8ec9fab52eea2b110ad4e1a0b2300fead0018cd1 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期日, 21 十二月 2025 15:20:36 +0800
Subject: [PATCH] 1111
---
StandardPda/MESApplication/Controllers/Warehouse/XbRackingTaskSyxtLogController.cs | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/StandardPda/MESApplication/Controllers/Warehouse/XbRackingTaskSyxtLogController.cs b/StandardPda/MESApplication/Controllers/Warehouse/XbRackingTaskSyxtLogController.cs
index 3d97bad..097bdbb 100644
--- a/StandardPda/MESApplication/Controllers/Warehouse/XbRackingTaskSyxtLogController.cs
+++ b/StandardPda/MESApplication/Controllers/Warehouse/XbRackingTaskSyxtLogController.cs
@@ -224,6 +224,29 @@
}
/// <summary>
+ /// 鏍搁獙浠诲姟鍗曞彿鏄惁瀛樺湪
+ /// </summary>
+ /// <returns></returns>
+ [HttpPost("ValidateTaskExists")]
+ public ResponseResult ValidateTaskExists(TaskCompleteReportDto dto)
+ {
+ try
+ {
+ var exists = m.ValidateTaskExists(dto);
+ return new ResponseResult
+ {
+ status = 0,
+ message = exists ? "浠诲姟鍗曞彿瀛樺湪" : "浠诲姟鍗曞彿涓嶅瓨鍦�",
+ data = exists
+ };
+ }
+ catch (Exception ex)
+ {
+ return ResponseResult.ResponseError(ex);
+ }
+ }
+
+ /// <summary>
/// 寮傚父浠诲姟涓婃姤
/// </summary>
/// <returns></returns>
@@ -273,4 +296,4 @@
return ResponseResult.ResponseError(ex);
}
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3