Browse Source

审批bug

master
luanhui 8 years ago
parent
commit
75d0fc34dc
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs
  2. +2
    -0
      B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs

+ 1
- 1
B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOrderDialog.cs View File

@ -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");


+ 2
- 0
B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs View File

@ -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;


Loading…
Cancel
Save