入库单优化去除入库来源为资源清单时隐藏合同编码逻辑

This commit is contained in:
xuhaihui 2025-09-15 16:23:14 +08:00
parent 8eaf32011c
commit 286c9a52ed
1 changed files with 2 additions and 1 deletions

View File

@ -666,7 +666,8 @@ public class MaterialInBillEditPluginExt extends AbstractEcmaBillPlugin implemen
this.getView().setEnable(!poundIn, new String[]{"selectorderlist"});
} else if ("4".equals(matinsource)) {
this.getView().setVisible(true, new String[]{"advconbaritemap"});
this.getView().setVisible(false, new String[]{"contract", "contractname", "purchaseorder", "selectcontractlist", "selectorderlist"});
// this.getView().setVisible(false, new String[]{"contract", "contractname", "purchaseorder", "selectcontractlist", "selectorderlist"});//源码
this.getView().setVisible(false, new String[]{"purchaseorder", "selectcontractlist", "selectorderlist"});//二开去除合同编码隐藏逻辑
this.getView().setEnable(!poundIn, new String[]{"advconbaritemap"});
} else {
this.getView().setVisible(true, new String[]{"contract", "contractname", "purchaseorder", "advconbaritemap", "selectcontractlist", "selectorderlist"});