1
This commit is contained in:
parent
12db989e79
commit
dff2f5f9fe
@ -237,6 +237,7 @@
|
|||||||
<Compile Include="PRD_PPBOMCHANGE\PLTH.cs" />
|
<Compile Include="PRD_PPBOMCHANGE\PLTH.cs" />
|
||||||
<Compile Include="PRD_PPBOMCHANGE\PLTHForm.cs" />
|
<Compile Include="PRD_PPBOMCHANGE\PLTHForm.cs" />
|
||||||
<Compile Include="PRD_PPBOMCHANGE\PLTHWL.cs" />
|
<Compile Include="PRD_PPBOMCHANGE\PLTHWL.cs" />
|
||||||
|
<Compile Include="SAL_DELIVERYNOTICE\PushCeLue.cs" />
|
||||||
<Compile Include="T_IV_SALESIC\AuditS_Order.cs" />
|
<Compile Include="T_IV_SALESIC\AuditS_Order.cs" />
|
||||||
<Compile Include="Common\CommonHelper.cs" />
|
<Compile Include="Common\CommonHelper.cs" />
|
||||||
<Compile Include="PRD_PPBOM\AuditPOM.cs" />
|
<Compile Include="PRD_PPBOM\AuditPOM.cs" />
|
||||||
|
@ -35,7 +35,7 @@ namespace GZ_LTHPilot_ORDER.PRD_PPBOMCHANGE
|
|||||||
//打开动态表单,并对动态表单传值
|
//打开动态表单,并对动态表单传值
|
||||||
DynamicFormShowParameter parameter = new DynamicFormShowParameter();
|
DynamicFormShowParameter parameter = new DynamicFormShowParameter();
|
||||||
//动态表单ID值
|
//动态表单ID值
|
||||||
parameter.FormId = "YKQC_SCYLQDBGPLTH";
|
parameter.FormId = "VRYF_SCYLQDBGPLTH";
|
||||||
parameter.MultiSelect = false;
|
parameter.MultiSelect = false;
|
||||||
//获取生产组织的FID值发送到打开的动态表单
|
//获取生产组织的FID值发送到打开的动态表单
|
||||||
parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId);
|
parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId);
|
||||||
|
@ -30,7 +30,7 @@ namespace GZ_LTHPilot_ORDER.PRD_PPBOMCHANGE
|
|||||||
//打开动态表单,并对动态表单传值
|
//打开动态表单,并对动态表单传值
|
||||||
DynamicFormShowParameter parameter = new DynamicFormShowParameter();
|
DynamicFormShowParameter parameter = new DynamicFormShowParameter();
|
||||||
//动态表单ID值
|
//动态表单ID值
|
||||||
parameter.FormId = "YKQC_SCYLQDBGPLTH";
|
parameter.FormId = "VRYF_SCYLQDBGPLTH";
|
||||||
parameter.MultiSelect = false;
|
parameter.MultiSelect = false;
|
||||||
//获取生产组织的FID值发送到打开的动态表单
|
//获取生产组织的FID值发送到打开的动态表单
|
||||||
parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId);
|
parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId);
|
||||||
|
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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user