|
@ -108,6 +108,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
WmsBillNum = t.Max(t => t.BillNum), |
|
|
WmsBillNum = t.Max(t => t.BillNum), |
|
|
MESConfigCode = t.Max(t => t.MESConfigCode), |
|
|
MESConfigCode = t.Max(t => t.MESConfigCode), |
|
|
ShippingDate = t.Max(t => t.BillTime), |
|
|
ShippingDate = t.Max(t => t.BillTime), |
|
|
|
|
|
AssembleData = t.Max(t => t.AssembleData), |
|
|
PN = t.Max(t => t.PN), |
|
|
PN = t.Max(t => t.PN), |
|
|
Seq = t.Max(t => t.Seq), |
|
|
Seq = t.Max(t => t.Seq), |
|
|
PjsNum = t.Max(t => t.PjsNum), |
|
|
PjsNum = t.Max(t => t.PjsNum), |
|
@ -145,6 +146,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
BillNum = groupItem.Max(t => t.BillNum), |
|
|
BillNum = groupItem.Max(t => t.BillNum), |
|
|
MESConfigCode = groupItem.Max(t => t.MESConfigCode), |
|
|
MESConfigCode = groupItem.Max(t => t.MESConfigCode), |
|
|
BillTime = groupItem.Max(t => t.BillTime), |
|
|
BillTime = groupItem.Max(t => t.BillTime), |
|
|
|
|
|
AssembleData = groupItem.Max(t => t.AssembleData), |
|
|
Seq = groupItem.Max(t => t.Seq), |
|
|
Seq = groupItem.Max(t => t.Seq), |
|
|
PjsNum = groupItem.Max(t => t.PjsNum), |
|
|
PjsNum = groupItem.Max(t => t.PjsNum), |
|
|
ToLoc = groupItem.Max(t => t.ToLoc), |
|
|
ToLoc = groupItem.Max(t => t.ToLoc), |
|
@ -166,6 +168,7 @@ namespace SettleAccount.Job.Services.Report |
|
|
ParType = edi.Extend2, |
|
|
ParType = edi.Extend2, |
|
|
MESConfigCode = se.MESConfigCode, |
|
|
MESConfigCode = se.MESConfigCode, |
|
|
ShippingDate = se.BillTime, |
|
|
ShippingDate = se.BillTime, |
|
|
|
|
|
AssembleData=se.AssembleData, |
|
|
PN = se.PN, |
|
|
PN = se.PN, |
|
|
Seq = se.Seq, |
|
|
Seq = se.Seq, |
|
|
PjsNum = se.PjsNum, |
|
|
PjsNum = se.PjsNum, |
|
|