Browse Source

采购发票去掉快速查询

yaoyu 3 months ago
parent
commit
6e57f96579
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pu/pu/src/client/nc/ui/pu/m25/config/poInvoice_config.java

+ 3 - 1
pu/pu/src/client/nc/ui/pu/m25/config/poInvoice_config.java

@@ -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;