From cfef5384a69d191ed2a70337af26fcc681e77631 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 26 Apr 2022 13:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Report/UnSettledSumService.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs index 4de3da6f..067697bf 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettledSumService.cs @@ -27,8 +27,8 @@ namespace SettleAccount.Job.Services.Report public string 物料号 {set;get;} [ExporterHeader(DisplayName = "物料描述")] public string 物料描述 {set;get;} - [ExporterHeader(DisplayName = "客户物料")] - public string 客户物料 {set;get;} + //[ExporterHeader(DisplayName = "客户物料")] + //public string 客户物料 {set;get;} [ExporterHeader(DisplayName = "WMS期初库存")] public string WMS期初库存 {set;get;} [ExporterHeader(DisplayName = "本月增加")] @@ -163,7 +163,7 @@ namespace SettleAccount.Job.Services.Report 库位 = "PLJS", 版本 = version, 物料号 = p.Key.SapMaterialCode, - 客户物料 = p.Key.MaterialCode, + //客户物料 = p.Key.MaterialCode, 物料描述 = p.Key.MaterialDesc, 物料组车型 = p.Key.MaterialGroup, SAS未结明细汇总 = p.Sum(p => p.Qty).ToString() @@ -241,7 +241,7 @@ namespace SettleAccount.Job.Services.Report 库位 = "PLJS", 版本 = version, 物料号 = p.Key.SapCode, - 客户物料 = p.Key.CustomerPartCode, + //客户物料 = p.Key.CustomerPartCode, 物料描述 = p.Key.MaterialDesc, 物料组车型 = p.Key.MaterialGroup, SAS未结明细汇总 = p.Sum(p => p.WMSDeliveryQty).ToString() @@ -292,7 +292,7 @@ namespace SettleAccount.Job.Services.Report 库位="PLJS", 版本=version, 物料号 = p.Key.Sap编码, - 客户物料 = p.Key.客户物料号, + //客户物料 = p.Key.客户物料号, 物料描述 = p.Key.零件中文名称, 物料组车型 = p.Key.物料组, SAS未结明细汇总 = p.Sum(p => p.发货数量).ToString() @@ -331,7 +331,7 @@ namespace SettleAccount.Job.Services.Report 库位 = "BJJS", 版本 = version, 物料号 = p.Key.SAP编码, - 客户物料 = p.Key.物料代码, + //客户物料 = p.Key.物料代码, 物料描述 = p.Key.物料描述, 物料组车型 = string.Empty, SAS未结明细汇总 = p.Sum(p => p.发货数量).ToString()