From 0ce538e3c3dc01153ce1bfc2d75276881206c222 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 12 十一月 2021 13:34:35 +0800 Subject: [PATCH] 产品代码上传 --- src/BLL/Demo.Report/PRD/prd_TimelinessRateReport.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BLL/Demo.Report/PRD/prd_TimelinessRateReport.cs b/src/BLL/Demo.Report/PRD/prd_TimelinessRateReport.cs index 342501f..205a89a 100644 --- a/src/BLL/Demo.Report/PRD/prd_TimelinessRateReport.cs +++ b/src/BLL/Demo.Report/PRD/prd_TimelinessRateReport.cs @@ -15,7 +15,7 @@ using Kingdee.BOS.ServiceHelper; using Kingdee.BOS.Util; using Newtonsoft.Json; -using ZD.Cloud.Logger; + namespace Demo.Report { @@ -52,9 +52,9 @@ header.AddChild("FMATERIALNUMBER2", new LocaleValue("浜у搧缂栫爜"), SqlStorageType.Sqlvarchar).ColIndex = 6; header.AddChild("FMATERIALNAME2", new LocaleValue("浜у搧鍚嶇О"), SqlStorageType.Sqlvarchar).ColIndex = 7; header.AddChild("FSPECIFICATION2", new LocaleValue("浜у搧瑙勬牸"), SqlStorageType.Sqlvarchar).ColIndex = 8; - header.AddChild("FMATERIALNUMBER", new LocaleValue("鍘熸潗鏂欑紪鐮�", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 9; - header.AddChild("FMATERIALNAME", new LocaleValue("鍘熸潗鏂欏悕绉�", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 10; - header.AddChild("FSPECIFICATION", new LocaleValue("鍘熸潗鏂欒鏍�", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 11; + header.AddChild("FMATERIALNUMBER", new LocaleValue("鐗╂枡缂栫爜", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 9; + header.AddChild("FMATERIALNAME", new LocaleValue("鐗╂枡鍚嶇О", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 10; + header.AddChild("FSPECIFICATION", new LocaleValue("瑙勬牸鍨嬪彿", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 11; header.AddChild("FHQTY", new LocaleValue("璁㈠崟鏁伴噺", this.Context.UserLocale.LCID), SqlStorageType.SqlDecimal).ColIndex = 11; header.AddChild("FREALQTY", new LocaleValue("瀹為檯鍒拌揣鏁伴噺", this.Context.UserLocale.LCID), SqlStorageType.SqlDecimal).ColIndex = 11; header.AddChild("FRKDATE", new LocaleValue("瀹為檯鍒拌揣鏃堕棿", this.Context.UserLocale.LCID), SqlStorageType.Sqlvarchar).ColIndex = 12; @@ -89,7 +89,7 @@ FSupplyID = ((DynamicObject)customFil["FSupplyID"])["Id"].ToString(); } string sql = string.Format($"/*dialect*/ EXEC pr_TimelinessRateReport '{tableName}','{FBeginDATE}','{FEndDATE}','{FMoBillNo}','{FProductLine}','{FSupplyID}','{FMaterialID}'"); - LogHelper.Info(sql); + //LogHelper.Info(sql); DBUtils.Execute(this.Context, sql); } public override ReportTitles GetReportTitles(IRptParams filter) -- Gitblit v1.9.1