This commit is contained in:
zengweihai 2024-11-04 19:18:40 +08:00
parent e456ade3db
commit c0c40a00fc
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class ReconPayreqFormPlugin extends AbstractFormPlugin implements BeforeF
String billtype = this.getModel().getDataEntity().getDynamicObjectType().getName();//获取单据标识
if ("recon_connotextbill".equals(billtype)){//当单据为费用登记单时对该控件进行过滤监听
BasedataEdit edit = this.getView().getControl("qeug_personbank");//获取报销人控件
System.out.println("123");
edit.addBeforeF7SelectListener(this);
}