|
|
@ -66,7 +66,6 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
EdiQty = t.Sum(t => t.Qty), |
|
|
|
AssemblyDate = default, |
|
|
|
MatchNumber = default, |
|
|
|
MateType = "否", |
|
|
|
DiffDesc = "WMS漏发货EDI有订单" |
|
|
|
}).ToList(); |
|
|
|
haveEdiNotHaveSeList.ForEach(t => |
|
|
@ -94,7 +93,6 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
MaterialDes = t.Max(t => t.PartDesc), |
|
|
|
SEQty = t.Sum(t => t.Qty), |
|
|
|
InjectionCode = t.Max(t => t.InjectionCode), |
|
|
|
MateType = "否", |
|
|
|
DiffDesc = "WMS有发货EDI无订单" |
|
|
|
}).ToList(); |
|
|
|
//有EDI有发运
|
|
|
@ -156,7 +154,6 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
AssemblyDate = default, |
|
|
|
MatchNumber = default, |
|
|
|
InjectionCode = se.InjectionCode, |
|
|
|
MateType = se.Qty == edi.Qty ? "是" : "否", |
|
|
|
DiffDesc = "WMS有发货EDI有订单" |
|
|
|
}).ToList(); |
|
|
|
haveEdiHaveSeList.ForEach(t => t.SequenceNumber = GetSequenceNumberDate(t.SequenceNumber)); |
|
|
|