From c2cdf0b95d4c9214646c860609b8c838d6ffa779 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 15 八月 2025 13:42:10 +0800
Subject: [PATCH] AGV,成品库代码更新上传
---
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs | 36 ++++++------------------------------
1 files changed, 6 insertions(+), 30 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index 9ff5d39..2c8be3d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -22,30 +22,6 @@
{
}
/// <summary>
- /// 绌虹鍏ュ簱
- /// </summary>
- /// <param name="barcode">鎵樼洏鍙�</param>
- /// <param name="address">鍦板潃</param>
- /// <returns></returns>
- [HttpPost, HttpGet, Route("InEmpty"), AllowAnonymous]
- public WebResponseContent InEmpty(string barcode, string address, int WarehouseId)
- {
- return Service.InEmpty(barcode, address, WarehouseId);
- }
-
- /// <summary>
- /// 绌虹鍑哄簱
- /// </summary>
- /// <param name="qty">鏁伴噺</param>
- /// <param name="address">鍦板潃</param>
- /// <returns></returns>
- [HttpPost, HttpGet, Route("OutEmpty"), AllowAnonymous]
- public WebResponseContent OutEmpty(int qty, string address, int WarehouseId, string barcode)
- {
- return Service.OutEmpty(qty, address, WarehouseId, barcode);
- }
-
- /// <summary>
/// WCS鐢宠鍏ュ簱浠诲姟(涓嶅垎閰嶈揣浣�)
/// </summary>
/// <param name="stationCode"></param>
@@ -195,16 +171,16 @@
{
return Service.UpdateTaskInfo(task);
}
-
/// <summary>
- /// PP浠揂GV鎼繍浠诲姟
+ /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
/// </summary>
- /// <param name="task"></param>
+ /// <param name="stationCode">璧风偣</param>
+ /// <param name="palletCode">鎵樼洏</param>
/// <returns></returns>
- [HttpPost, Route("AGVTasks"), AllowAnonymous]
- public WebResponseContent AGVTasks([FromBody] SaveModel saveModel)
+ [HttpPost,HttpGet, Route("RequestYLWMSTaskSimple"), AllowAnonymous]
+ public WebResponseContent RequestYLWMSTaskSimple(string stationCode, string palletCode)
{
- return Service.AGVTasks(saveModel);
+ return Service.RequestYLWMSTaskSimple(stationCode,palletCode);
}
}
}
--
Gitblit v1.9.3