二开案例.表单插件.事件.BeforeEntryBatchFill

栏目:云星空知识作者:金蝶来源:金蝶云社区发布:2024-09-23浏览:1

二开案例.表单插件.事件.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:单据体元数...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息