|
@@ -2237,7 +2237,9 @@ public class poInvoice_config extends AbstractJavaBeanDefinition {
|
|
|
UEQueryAreaShell bean = new UEQueryAreaShell();
|
|
|
this.context.put("queryArea", bean);
|
|
|
bean.setQueryAreaCreator(this.getQueryAction());
|
|
|
- bean.initUI();
|
|
|
+ //20240814Òþ²Ø¿ìËÙ²éѯÇøÓò
|
|
|
+ //bean.initUI();
|
|
|
+ bean.hide();
|
|
|
this.setBeanFacotryIfBeanFacatoryAware(bean);
|
|
|
this.invokeInitializingBean(bean);
|
|
|
return bean;
|