二开案例.表单插件.事件.BeforeEntryBatchFill
【事件名称】
BeforeEntryBatchFill
单据体批量填充前事件
【事件参数】
BeforeBatchFillEventArgs
Cancel:是否取消批量填充
Entity:单据体元数据
FieldKey:字段标识
StartRowIndex:开始行号
【触发时机】
该事件运行在Model层,在执行批量填充操作前触发,在EntryBarItemClick事件之后执行,在AfterEntryBatchFill事件之前执行。
【功能说明】
<1>可以在此事件中,取消批量填充操作。
<2>在批量填充前,对单据体数据包做一些初始化工作。
【注意事项】
无
【应用场景】
单据编辑界面,批量填充某字段前,取消批量填充操作。
【代码模板】
using Kingdee.BOS.Core.DynamicForm.PlugIn; using Kingdee.BOS.Core.DynamicForm.PlugIn.Args; using Kingdee.BOS.Util; using System.ComponentModel; /// <summary> /// 【表单插件】BeforeEntryBatchFill /// </summary> [Description("【表单插件】BeforeEntryBatchFill"), HotUpdate] public class BeforeEntryBatchFillFormPlugIn : AbstractDynamicFormPlugIn { public override void BeforeEntryBatchFill(BeforeBatchFillEventArgs e) { base.BeforeEntryBatchFill(e); // TODO } }
【应用案例】
【二开案例.表单插件.BeforeEntryBatchFill】https://vip.kingdee.com/article/363692631064153088
---------------------------------------------------------------------------------------------------------
【二开案例.表单插件.全事件】https://vip.kingdee.com/article/355639688935569152
【金蝶云星空BOS二次开发案例演示】https://vip.kingdee.com/article/94751030918525696
二开案例.表单插件.事件.BeforeEntryBatchFill
【事件名称】BeforeEntryBatchFill单据体批量填充前事件【事件参数】BeforeBatchFillEventArgsCancel:是否取消批量填充Entity:单据体元数...
点击下载文档
本文2024-09-23 04:00:38发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-162526.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章