|
@ -265,9 +265,11 @@ namespace Win.Sfs.SettleAccount.Entities.BQ |
|
|
var luAssemble = lus.Select(t => t.Replace(" ", "")); |
|
|
var luAssemble = lus.Select(t => t.Replace(" ", "")); |
|
|
hbpoSaDetail.LU += luAssemble.Aggregate(new string(' ', 6), (current, index) => current + index); |
|
|
hbpoSaDetail.LU += luAssemble.Aggregate(new string(' ', 6), (current, index) => current + index); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
hbpoSaDetail.PN = Regex.Replace(hbpoSaDetail.PN, "['‘’]", ""); |
|
|
hbpoSaDetail.PN = Regex.Replace(hbpoSaDetail.PN, "['‘’]", ""); |
|
|
hbpoSaDetail.CustomerPartCodeNoSpace = hbpoSaDetail.LU.Replace(" ", ""); |
|
|
hbpoSaDetail.CustomerPartCodeNoSpace = hbpoSaDetail.LU.Replace(" ", ""); |
|
|
hbpoSaDetail.Version = Version; |
|
|
hbpoSaDetail.Version = Version; |
|
|
|
|
|
hbpoSaDetail.ExtraProperties.TryAdd("RealPN", hbpoSaDetail.PN); |
|
|
}); |
|
|
}); |
|
|
return hbpoSaDetails; |
|
|
return hbpoSaDetails; |
|
|
} |
|
|
} |
|
|