1
This commit is contained in:
22
SAL_DELIVERYNOTICE/PushCeLue.cs
Normal file
22
SAL_DELIVERYNOTICE/PushCeLue.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using Kingdee.BOS.Core.Metadata.ConvertElement.PlugIn;
|
||||
using Kingdee.BOS.Core.Metadata.ConvertElement.PlugIn.Args;
|
||||
using Kingdee.BOS.Util;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GZ_LTHPilot_ORDER.SAL_DELIVERYNOTICE
|
||||
{
|
||||
[Description("单据转换:发货通知单下推销售出库单校验"), HotUpdate]
|
||||
public class PushCeLue : AbstractConvertPlugIn
|
||||
{
|
||||
public override void OnParseFilter(ParseFilterEventArgs e)
|
||||
{
|
||||
base.OnParseFilter(e);
|
||||
e.FilterPolicySQL = string.Format("And 1 = 1");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user