mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
34 lines
1.8 KiB
XML
34 lines
1.8 KiB
XML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<desktop>
|
|
<!--<workground name="仓储" id="storage_center" order="700">
|
|
<menugroup name="盘点管理">
|
|
<menu controller='admin_inventorylist' action="add_invertory" permission='storage_inventory_list' display='false' order='6000400'>新建</menu>
|
|
<menu controller='admin_inventorylist' action="index" params='flt:list' permission='storage_inventory_list' display='true' order='6000300'>盘点</menu>
|
|
<menu controller='admin_inventorylist' action="index" params='flt:confirm' permission='storage_inventory_confirm' display='true' order='6000600'>盘点表确认</menu>
|
|
<menu controller='admin_queue' action="index" display='true' permission='storage_inventory_queue' order='6000700'>导入中盘点</menu>
|
|
</menugroup>
|
|
</workground>
|
|
|
|
<permissions>
|
|
<permission id="storage_inventory_list" show='ome_roles:show_branch' save='ome_roles:save_role'>盘点</permission>
|
|
<permission id="storage_inventory_confirm" show='ome_roles:show_branch' save='ome_roles:save_role'>盘点表确认</permission>
|
|
<permission id="storage_inventory_queue" >导入中盘点</permission>
|
|
<permission id="codestate" >编码状态信息</permission>
|
|
</permissions>
|
|
-->
|
|
</desktop>
|