1
wangxinhui
2025-06-10 9f119924e925348ec29bf6ad669d0775d6f956e0
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Inbound.cs
@@ -776,11 +776,11 @@
                {
                    MaterielSpec = mesLotInfo.ProductVersion,
                    BatchNo = materialLot,
                    EffectiveDate = mesLotInfo.DateCode,
                    EffectiveDate = mesLotInfo.DateCode ?? "",
                    MaterielCode = mesLotInfo.Product,
                    InboundOrderRowNo =  0,
                    MaterielName = mesLotInfo.Product,
                    ProductionDate = mesLotInfo.DateCode,
                    ProductionDate = mesLotInfo.DateCode ?? "",
                    OrderNo = "",
                    OutboundQuantity = 0,
                    SerialNumber = materialLot,