This commit is contained in:
xuhaihui 2025-09-15 16:35:26 +08:00
parent 286c9a52ed
commit 9e1616a3dd
1 changed files with 1 additions and 1 deletions

View File

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