Compare commits

...

2 Commits

Author SHA1 Message Date
xuhaihui d1ec049a68 优化 2025-09-15 16:35:43 +08:00
xuhaihui 9e1616a3dd 优化 2025-09-15 16:35:26 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -666,8 +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[]{"purchaseorder", "selectcontractlist", "selectorderlist"});//二开去除合同编码隐藏逻辑
// this.getView().setVisible(false, new String[]{"contract", "contractname", "purchaseorder", "selectcontractlist", "selectorderlist"});//源码
this.getView().setEnable(!poundIn, new String[]{"advconbaritemap"});
} else {
this.getView().setVisible(true, new String[]{"contract", "contractname", "purchaseorder", "advconbaritemap", "selectcontractlist", "selectorderlist"});