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 + + + + + + + + + 明细清单]]> + + + + + + + + + + + + + + + + + +