diff --git a/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs index cf3cee1..d601160 100644 --- a/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs +++ b/B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs @@ -28,7 +28,7 @@ namespace BWP.Web.Pages.B3_DongFangWanQi.Bills.ProductionNotification_ _liuchengfenlei = QueryCreator.DFChoiceBox(mDFInfo.Fields["ID"], B3FrameworksConsts.DataSources.流程状态分类); layoutManager.Add("DepartmentWorkFlowStateCategory_ID", new SimpleLabel("流程状态分类"), _liuchengfenlei); layoutManager["DepartmentWorkFlowStateCategory_ID"].NotAutoAddToContainer = true; - + _liuchengfenlei.Fill("2", "销售内勤审批"); var config = new AutoLayoutConfig(); config.Add("ID"); diff --git a/B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs b/B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs index 75a71ab..401d2da 100644 --- a/B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs +++ b/B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; +using B3_DongFangWanQi.BL; using B3_DongFangWanQi.Utils; using BWP.B3Frameworks; using BWP.B3Frameworks.Attributes; @@ -18,6 +19,7 @@ namespace B3_DongFangWanQi.BO [LogicName("生产通知")] [DmoTypeID(B3FrameworksConsts.DmoTypeIDBases.B3DongFangWanQi, DmoTypeIDOffset.ProductionNotification)] [WeChatDataTemplateName("东方万旗生产通知")] + [BLTypeAttribute(typeof(IProductionNotificationBL))] public class ProductionNotification:DepartmentWorkFlowBill { private DateTime _date = DateTime.Today;