|
|
@ -280,7 +280,9 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
ToErpLocCode = se.ToErpLocCode, |
|
|
|
SeCustomerPartCode = se.CustomerPartCodeNoSpace, |
|
|
|
SeFactoryPartCode = se.FactoryPartCode, |
|
|
|
CustomerPartCode = se.LU |
|
|
|
CustomerPartCode = se.LU, |
|
|
|
Site = sa.Site, |
|
|
|
Price = sa.Price |
|
|
|
}).ToList(); |
|
|
|
|
|
|
|
//有结算有发运
|
|
|
@ -410,7 +412,9 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
ToErpLocCode = se.ToErpLocCode, |
|
|
|
SeCustomerPartCode = se.CustomerPartCodeNoSpace, |
|
|
|
SeFactoryPartCode = se.FactoryPartCode, |
|
|
|
CustomerPartCode = se.LU |
|
|
|
CustomerPartCode = se.LU, |
|
|
|
Site = sa.Site, |
|
|
|
Price = sa.Price |
|
|
|
}).ToList(); |
|
|
|
|
|
|
|
//有结算有发运
|
|
|
@ -541,7 +545,9 @@ namespace SettleAccount.Job.Services.Report |
|
|
|
ToErpLocCode = se.ToErpLocCode, |
|
|
|
SeCustomerPartCode = se.LU, |
|
|
|
SeFactoryPartCode = se.FactoryPartCode, |
|
|
|
CustomerPartCode = se.LU |
|
|
|
CustomerPartCode = se.LU, |
|
|
|
Site = sa.Site, |
|
|
|
Price = sa.Price |
|
|
|
}).ToList(); |
|
|
|
|
|
|
|
//有结算有发运
|
|
|
|