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