From 8326222e65f0bb258c99d93f1954d7696c4ef00d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期三, 12 二月 2025 11:28:03 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs b/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs
index bbf991f..3c97516 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Inbound.cs
@@ -129,7 +129,7 @@
                         LinId = inboundOrderDet.LinId,                    //SerialNumber = targetCodes[2].ToString(),    //鍖呭彿
                                                                           //BatchNoName = dt_Int.OrderNo,
                         StockQuantity = inboundOrderDet.OrderQuantity,    //閲嶉噺
-                        OutboundQuantity = 1,    //搴忓垪鍙�
+                        //OutboundQuantity = 1,    //搴忓垪鍙�
                         Status = (int)StockStatusEmun.缁勭洏鏆傚瓨,
                         Creater = "WMS",
                         CreateDate = DateTime.Now,
@@ -289,6 +289,8 @@
                         locationInfo.LocationStatus = LocationStatusEnum.Lock.ObjToInt();
                         _basicService.LocationInfoService.UpdateLocationLock(locationInfo, task.TaskNum, StockChangeType.Inbound.ObjToInt(), false);
                     }
+                    //涓嬪彂鍏ュ簱浠诲姟鑷砏CS
+                    var responses = HttpHelper.Post<WebResponseContent>(ReceiveWMSTask, task, "涓嬪彂浠诲姟鍏ュ簱");
                     dt_Int.OrderStatus = InboundStatusEnum.鍏ュ簱涓�.ObjToInt();
                     _inboundService.InbounOrderService.Repository.UpdateData(dt_Int);
                     _basicService.LocationInfoService.Repository.UpdateData(locationInfo);

--
Gitblit v1.9.3