1
huanghongfeng
2024-11-11 3ecd03b3a0a30a57153468beaed3199bfe906772
代码管理/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();