|
@ -1411,8 +1411,16 @@ namespace Win.Sfs.SettleAccount.Entities.BQ |
|
|
{ |
|
|
{ |
|
|
if (first.BusinessType == EnumBusinessType.ZhiGongJianBBAC) |
|
|
if (first.BusinessType == EnumBusinessType.ZhiGongJianBBAC) |
|
|
{ |
|
|
{ |
|
|
jitunsettle = jitunsettle.Where(p => p.State == "可结算").ToList(); |
|
|
if (first.InvGroupNum.Contains('N')) |
|
|
_excel.Append(jitunsettle, "未结零件汇总"); |
|
|
{ |
|
|
|
|
|
jitunsettle = jitunsettle.Where(p => p.State == "可结算").ToList(); |
|
|
|
|
|
_excel.Append(jitunsettle, "未结零件汇总"); |
|
|
|
|
|
} |
|
|
|
|
|
else |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
_excel.Append(jitunsettle, "未结零件汇总"); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|