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)+""); }