南骏 池
2025-05-06 45027a3c039d5988b4d5fc95d6803ed517e2e7db
MES.Service/service/WomcaaManager.cs
@@ -107,7 +107,9 @@
            PlanId = dto.FPlannerID, ///     计划员
            Caa010 = dto.FPlanStartDate, ///     预计开工时间
            Caa011 = dto.FPlanFinishDate, ///     预计完工时间
            Caa005 = dto.FConveyDate, ///     开单日期
            Caa005 = DateTime.TryParse(dto.FConveyDate, out var conveyDate)
            ? (conveyDate <= new DateTime(1900, 1, 1) ? null : conveyDate.ToString())
                : null, ///     开单日期
            StockInlimith = dto.FStockInLimitH, ///     入库上限
            StockInlimitl = dto.FStockInLimitL, ///     入库下限
            Mtono = dto.FMTONO, ///     计划跟踪号