zyf
2025-03-07 de7ccb7b21e9957ca799507743d6e6e265feb18d
MES.Service/service/BasicData/SalesDeliveryNoticeManager.cs
@@ -208,7 +208,9 @@
                    TerminationStatus = erpDto.FTerminationStatus,//终止状态
                    TerminationDate = ParseDateTime(erpDto.FTerminateDate),//业务终止日期
                    SumOutQty = erpDto.FSumOutQty,//累计出库数量
                    RemainOutQty = erpDto.FRemainOutQty//未出库数量
                    RemainOutQty = erpDto.FRemainOutQty,//未出库数量
                    GDY = erpDto.F_UNW_Base_GDY,//跟单员
                    NOTE = erpDto.FEntrynote//备注
                };