diff --git a/GZ_LTHPilot_ORDER.csproj b/GZ_LTHPilot_ORDER.csproj index 44f0817..2d476d6 100644 --- a/GZ_LTHPilot_ORDER.csproj +++ b/GZ_LTHPilot_ORDER.csproj @@ -237,6 +237,7 @@ + diff --git a/PRD_PPBOMCHANGE/PLTH.cs b/PRD_PPBOMCHANGE/PLTH.cs index de58168..0b065a1 100644 --- a/PRD_PPBOMCHANGE/PLTH.cs +++ b/PRD_PPBOMCHANGE/PLTH.cs @@ -35,7 +35,7 @@ namespace GZ_LTHPilot_ORDER.PRD_PPBOMCHANGE //打开动态表单,并对动态表单传值 DynamicFormShowParameter parameter = new DynamicFormShowParameter(); //动态表单ID值 - parameter.FormId = "YKQC_SCYLQDBGPLTH"; + parameter.FormId = "VRYF_SCYLQDBGPLTH"; parameter.MultiSelect = false; //获取生产组织的FID值发送到打开的动态表单 parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId); diff --git a/PRD_PPBOMCHANGE/PLTHWL.cs b/PRD_PPBOMCHANGE/PLTHWL.cs index 5a6f0c3..1117f78 100644 --- a/PRD_PPBOMCHANGE/PLTHWL.cs +++ b/PRD_PPBOMCHANGE/PLTHWL.cs @@ -30,7 +30,7 @@ namespace GZ_LTHPilot_ORDER.PRD_PPBOMCHANGE //打开动态表单,并对动态表单传值 DynamicFormShowParameter parameter = new DynamicFormShowParameter(); //动态表单ID值 - parameter.FormId = "YKQC_SCYLQDBGPLTH"; + parameter.FormId = "VRYF_SCYLQDBGPLTH"; parameter.MultiSelect = false; //获取生产组织的FID值发送到打开的动态表单 parameter.CustomComplexParams.Add("EntryPrimaryKeys", FPrdOrgId); diff --git a/SAL_DELIVERYNOTICE/PushCeLue.cs b/SAL_DELIVERYNOTICE/PushCeLue.cs new file mode 100644 index 0000000..0ea2327 --- /dev/null +++ b/SAL_DELIVERYNOTICE/PushCeLue.cs @@ -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"); + } + } +} diff --git a/bin/Debug/GZ_LTHPilot_ORDER.dll b/bin/Debug/GZ_LTHPilot_ORDER.dll index ef75642..2c39cb6 100644 Binary files a/bin/Debug/GZ_LTHPilot_ORDER.dll and b/bin/Debug/GZ_LTHPilot_ORDER.dll differ diff --git a/bin/Debug/GZ_LTHPilot_ORDER.pdb b/bin/Debug/GZ_LTHPilot_ORDER.pdb index 527433c..471754b 100644 Binary files a/bin/Debug/GZ_LTHPilot_ORDER.pdb and b/bin/Debug/GZ_LTHPilot_ORDER.pdb differ