From 3ecd03b3a0a30a57153468beaed3199bfe906772 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 11 十一月 2024 16:58:37 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
index e2a5b95..276f81e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
@@ -506,7 +506,7 @@
                                 PalletCode = dt_StockInfo.PalletCode,
                                 TaskNum = BaseDal.GetTaskNum(nameof(SequenceEnum.SeqTaskNum)),
                                 Roadway = locationInfos.RoadwayNo,
-                                TaskType = TaskTypeEnum.Outbound.ObjToInt(),
+                                TaskType = TaskTypeEnum.PalletOutbound.ObjToInt(),
                                 TaskStatus = InTaskStatusEnum.InNew.ObjToInt(),
                                 SourceAddress = locationInfos.LocationCode,
                                 TargetAddress = newSourceAddress.LocationCode,
@@ -516,6 +516,7 @@
                                 Creater = "WMS",
                                 Depth = locationInfos.Depth,
                                 CreateDate = DateTime.Now,
+                                PalletCodequantity = (int)dt_StockInfo.Materialweight,
                             };
 
                             _unitOfWorkManage.BeginTran();

--
Gitblit v1.9.3