入库单优化去除入库来源为资源清单时隐藏合同编码逻辑
This commit is contained in:
parent
8eaf32011c
commit
286c9a52ed
|
@ -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"});
|
||||
|
|
Loading…
Reference in New Issue