查询面板上加入"常用页签"面板
1.。定义一个常用条件模板,命名为NormalPane , 继承接口INormalQuery
?
protected UIDialog createQueryUI() {NormalPanel normalPanel = new NormalPanel();Container parent = this.getBillUI();String pk_corp = this._getCorp().getPrimaryKey();String moduleCode = this.getBillUI()._getModuleCode();String operator = this._getOperator();String busiType = this.getBillUI().getBusinessType();String nodeKey = this.getBillUI().getNodeKey();RentQueryDlgSelf DLG = new RentQueryDlgSelf(parent, normalPanel, pk_corp, moduleCode, operator, busiType, nodeKey);return DLG;}?
?