|
@ -393,8 +393,8 @@ namespace SettleAccount.Job.Services.Report |
|
|
SaCustomerPartCode = sa.CustomerPartCodeNoSpace, |
|
|
SaCustomerPartCode = sa.CustomerPartCodeNoSpace, |
|
|
SaFactoryPartCode = sa.PartCode, |
|
|
SaFactoryPartCode = sa.PartCode, |
|
|
CustomerPartCode = sa.LU, |
|
|
CustomerPartCode = sa.LU, |
|
|
Site = sa.Site, |
|
|
Site = default, |
|
|
Price = sa.Price |
|
|
Price = default |
|
|
}).ToList(); |
|
|
}).ToList(); |
|
|
//无结算有发运
|
|
|
//无结算有发运
|
|
|
var notHaveSaHaveSeList = (from se in seGroup |
|
|
var notHaveSaHaveSeList = (from se in seGroup |
|
|