From 20c7bd207d4187baa2a62be61a1349d4de22f5c7 Mon Sep 17 00:00:00 2001 From: luanhui <1029149336@qq.com> Date: Tue, 2 Jan 2018 12:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3_DongFangWanQi.Web.csproj | 3 ++ .../ProductionNotificationPrint.cs | 20 +++++++++++ .../ProductionNotificationPrint.xml | 33 +++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs create mode 100644 WebFolder/Config/billreports/B3_DongFangWanQi/ProductionNotificationPrint.xml diff --git a/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj index 3bd724a..5520eff 100644 --- a/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj +++ b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj @@ -140,6 +140,9 @@ ASPXCodeBehind + + ASPXCodeBehind + ASPXCodeBehind diff --git a/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs new file mode 100644 index 0000000..6e9fd49 --- /dev/null +++ b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/ProductionNotificationPrint.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using B3_DongFangWanQi.BL; +using B3_DongFangWanQi.BO; +using BWP.B3Sale.BO; + +namespace BWP.Web.Pages.B3_DongFangWanQi.Bills.ProductionNotification_ +{ + class ProductionNotificationPrint : DomainTemplatePrintPage + { + protected override void AddParameters(IDictionary dic) + { + dic.Add("$Details", Dmo.Details); + dic.Add("$DetailType", typeof(ProductionNotification_Detail)); + } + + } +} diff --git a/WebFolder/Config/billreports/B3_DongFangWanQi/ProductionNotificationPrint.xml b/WebFolder/Config/billreports/B3_DongFangWanQi/ProductionNotificationPrint.xml new file mode 100644 index 0000000..ef74d4a --- /dev/null +++ b/WebFolder/Config/billreports/B3_DongFangWanQi/ProductionNotificationPrint.xml @@ -0,0 +1,33 @@ + + + + + + 生产通知№$Dmo.ID + + + + + + + + + 明细清单]]> + + + + + + + + + + + + + + + + + +