Compare commits

..

No commits in common. "d1ec049a6875f289b388c1c21fa4c958db4219db" and "286c9a52ed9561127b7b6f99da82884e659e3b88" have entirely different histories.

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"}); 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[]{"purchaseorder", "selectcontractlist", "selectorderlist"});//二开去除合同编码隐藏逻辑
// 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"}); 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"});