From f344c6a0626b480cfeaf380b82f71b6553a9b429 Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期三, 25 十二月 2024 09:33:24 +0800 Subject: [PATCH] 原料出库修改 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs" index 3e0ef2d..74357b7 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs" @@ -120,11 +120,12 @@ /// 绌烘墭鍑哄簱 /// </summary> /// <param name="PalletCode">鎵樼洏鍙�</param> + /// <param name="trayType">鎵樼洏绫诲瀷锛�1锛屽皬鎵樼洏 2锛屽ぇ鎵樼洏</param> /// <returns></returns> [HttpPost, Route("EmptyOutBound"), AllowAnonymous] - public WebResponseContent EmptyOutBound() + public WebResponseContent EmptyOutBound(string trayType) { - return _taskService.PalletOutboundTask("R01", "R01-001-023-001"); + return _taskService.PalletOutboundTask("R01", "R01-001-023-001",trayType); } -- Gitblit v1.9.3