qqq
This commit is contained in:
parent
e456ade3db
commit
c0c40a00fc
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue