From b7f53ba61fbc1844d7b92ff852762b140d46ab54 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 23 六月 2025 19:58:16 +0800
Subject: [PATCH] 最新
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index 3e5b703..32b1612 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -25,9 +25,9 @@
}
[HttpGet, Route("TaskCompleted"), AllowAnonymous]
- public WebResponseContent TaskCompleted(int taskNum)
+ public WebResponseContent TaskCompleted(int taskNum,int HowWorks)
{
- return Service.TaskCompleted(taskNum);
+ return Service.TaskCompleted(taskNum, HowWorks);
}
[HttpPost, Route("GenerateOutboundTask")]
@@ -104,10 +104,10 @@
{
return Service.PalletQueryinventory();
}
- [HttpPost, Route("RelocationTaskCompleted"), AllowAnonymous]
- public WebResponseContent RelocationTaskCompleted([FromBody] GenerateInv2 generate)
+ [HttpPost, Route("RelocationInTaskCompleted"), AllowAnonymous]
+ public WebResponseContent RelocationInTaskCompleted([FromBody] Dt_Task task)
{
- return Service.RelocationTaskCompleted(generate);
+ return Service.RelocationInTaskCompleted(task);
}
[HttpPost, Route("Rawmaterialout"), AllowAnonymous]
--
Gitblit v1.9.3