Browse Source

生产通知增加微信审批

master
luanhui 8 years ago
parent
commit
135dab33ba
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      B3_DongFangWanQi/BL/ProductionNotificationBL_/ProductionNotificationBL.cs
  2. +2
    -0
      B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotification.cs

+ 2
- 0
B3_DongFangWanQi/BL/ProductionNotificationBL_/ProductionNotificationBL.cs View File

@ -26,6 +26,8 @@ namespace B3_DongFangWanQi.BL
public class ProductionNotificationBL : SaleDepartmentWorkFlowBillBL<ProductionNotification>, IProductionNotificationBL
{
protected override bool HasWorkFlowWeChatApproveFeature { get { return true; } }
protected override void beforeSave(ProductionNotification dmo)
{
base.beforeSave(dmo);


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

@ -4,6 +4,7 @@ using System.Linq;
using System.Text;
using B3_DongFangWanQi.Utils;
using BWP.B3Frameworks;
using BWP.B3Frameworks.Attributes;
using BWP.B3Frameworks.BO;
using BWP.B3Frameworks.BO.MoneyTemplate;
using Forks.EnterpriseServices;
@ -16,6 +17,7 @@ namespace B3_DongFangWanQi.BO
[DFClass, Serializable]
[LogicName("生产通知")]
[DmoTypeID(B3FrameworksConsts.DmoTypeIDBases.B3DongFangWanQi, DmoTypeIDOffset.ProductionNotification)]
[WeChatDataTemplateName("东方万旗生产通知")]
public class ProductionNotification:DepartmentWorkFlowBill
{
private DateTime _date = DateTime.Today;


Loading…
Cancel
Save