From 5ca856ecf36acde5034a9bd1fce27eacfae46ab4 Mon Sep 17 00:00:00 2001 From: duanluohua Date: Wed, 11 Apr 2018 11:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.139458?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductionNotification_/ProductionNotificationPrint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs index feb2c03..2946c84 100644 --- a/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs +++ b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs @@ -43,7 +43,7 @@ namespace BWP.Web.Pages.B3_DongFangWanQi.Bills.ProductionNotification_ { foreach (ProductionNotification_Detail detail in grouping) { - str.Append(""+ detail.Order_ID+ ""+detail.LoadTime+""+detail.Customer_Name+""+detail.Goods_Name+""+detail.SendNumber + ""+detail.Goods_Spec+""+detail.Remark+""); + str.Append(""+ detail.Order_ID+ ""+detail.LoadTime.Value.Month+"/"+detail.LoadTime.Value.Day+""+detail.Customer_Name+""+detail.Goods_Name+""+detail.SendNumber + ""+detail.Goods_Spec+""+detail.Remark+""); } str.Append(""+(Money<二位小数>?)grouping.Sum(x=>(x.SendNumber??0).Value)+""); }