备料计划预留按钮权限
This commit is contained in:
parent
d4cda0263b
commit
03d743fbea
|
|
@ -267,6 +267,7 @@
|
|||
<action>mmpac.pickm.checkPickm</action>
|
||||
<action>mmpac.pickm.pickmItemsQuery</action>
|
||||
<action>mmpac.pickm.pickmByIdsQuery</action>
|
||||
<action>ic.billreserve.save</action>
|
||||
</actions>
|
||||
</authorize>
|
||||
<authorize><!-- 流程生产报告 -->
|
||||
|
|
|
|||
|
|
@ -185,4 +185,10 @@
|
|||
<label>备料计划手动推送锐制MES</label>
|
||||
<clazz>nccloud.web.mmpac.pickm.action.PickmPushRZMESAction</clazz>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>ic.billreserve.save</name>
|
||||
<label>单据预留保存</label>
|
||||
<clazz>nccloud.web.ic.reserve.billreserve.action.SaveAction</clazz>
|
||||
</action>
|
||||
</actions>
|
||||
Loading…
Reference in New Issue