|
@ -1,4 +1,4 @@ |
|
|
using System; |
|
|
using System; |
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
using System.ComponentModel.DataAnnotations; |
|
|
using System.ComponentModel.DataAnnotations; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
@ -264,8 +264,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ |
|
|
}; |
|
|
}; |
|
|
entity.INVOICE_WAIT_DETAIL_BJ = bjquery.OrderBy(p=>p.LineCode).ToList(); |
|
|
entity.INVOICE_WAIT_DETAIL_BJ = bjquery.OrderBy(p=>p.LineCode).ToList(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
@ -494,8 +492,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ |
|
|
{ |
|
|
{ |
|
|
_excel.Append(unsettle, "未结零件汇总"); |
|
|
_excel.Append(unsettle, "未结零件汇总"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
if (first.BusinessType == EnumBusinessType.MaiDanJianHBPO) |
|
|
if (first.BusinessType == EnumBusinessType.MaiDanJianHBPO) |
|
|
{ |
|
|
{ |
|
@ -515,9 +511,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ |
|
|
_excel.Append(jitunsettle, "未结零件汇总"); |
|
|
_excel.Append(jitunsettle, "未结零件汇总"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//jis业务,发票分组对应关系,未结数据,调整数据
|
|
|
//jis业务,发票分组对应关系,未结数据,调整数据
|
|
|
if (first.BusinessType == EnumBusinessType.JisBBAC || first.BusinessType == EnumBusinessType.JisHBPO) |
|
|
if (first.BusinessType == EnumBusinessType.JisBBAC || first.BusinessType == EnumBusinessType.JisHBPO) |
|
|
{ |
|
|
{ |
|
|