From 8771833d5216c64b476515923432ded9d84df9be Mon Sep 17 00:00:00 2001 From: mahao Date: Tue, 26 Sep 2023 11:14:44 +0800 Subject: [PATCH] =?UTF-8?q?[CI=20SKIP]=20=E5=B7=B2=E6=89=A3=E5=87=8F?= =?UTF-8?q?=E5=8F=91=E7=A5=A8=E6=8F=90=E4=BA=A4=E5=88=B0QAD=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/BQ/INVOICE_SERVICE.cs | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs index e783a4e1..6e2abfac 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs @@ -118,12 +118,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ /// 提交到QAD /// /// - /// 已扣减发票提交到QAD - /// 查询状态为已扣减的数据 - /// 判断ParentInvbillNum是否有数据 - /// 有数据查询出对应发票数据状态为已提交QAD(置换成负数据)需要提交到QAD - /// 已扣减的数据提交到QAD - /// 成功提交后修改状态为已提交QAD + /// * 已扣减发票提交到QAD + /// * 查询状态为已扣减的数据 + /// * 判断ParentInvbillNum是否有数据 + /// * 有数据查询出对应发票数据状态为已提交QAD(置换成负数据)需要提交到QAD + /// * 已扣减的数据提交到QAD + /// * 成功提交后修改状态为已提交QAD /// [HttpPost] public virtual async Task SubmitToQad(List invbillNums) @@ -587,11 +587,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ .GroupBy(p => new { p.LU, p.SettleGroupNum }) .Select(p => new JIT_UNSETTLED_DETAIL_DTO { LU = p.Key.LU, GroupNum = p.Key.SettleGroupNum, Qty = p.Sum(itm => itm.Qty.Value) }); entity.JIT_UNSETTLED_DETAIL = unsettledList.ToList().OrderBy(p => p.GroupNum).ThenBy(p => p.LU).ToList(); - - entity.INVOICE_MAP_GROUP =mdtos; - - - } if (first.BusinessType == EnumBusinessType.JisHBPO || first.BusinessType == EnumBusinessType.JisBBAC || first.BusinessType == EnumBusinessType.ZhiGongJianHBPO) { @@ -755,13 +750,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ { _excel.Append(jitunsettle, "未结零件汇总"); } - if (m != null) - { - _excel.Append(m, "发票结算分组对应"); - } - - - } //jis业务,发票分组对应关系,未结数据,调整数据 if (first.BusinessType == EnumBusinessType.JisBBAC || first.BusinessType == EnumBusinessType.JisHBPO || first.BusinessType == EnumBusinessType.ZhiGongJianHBPO)