Files
OMS/app/wmsmgr/desktop.xml
2026-01-04 19:08:31 +08:00

38 lines
1.9 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>
<permissions>
<permission id="setting_wms">第三方仓储管理</permission>
<permission id="channel_list">渠道管理列表</permission>
<permission id="setting_smart">报价系统授权</permission>
</permissions>
<workground name="系统集成" id="channel_center" order="1400" icon="icon-xitongjicheng-01">
<menugroup name="第三方仓储" en="third-party-warehousing">
<menu controller='admin_wms' action='index' permission='setting_wms' display='true' order='1002'>第三方仓储管理</menu>
<menu controller='admin_abnormal_code' action='index' permission='setting_wms' display='true' order='1003'>异常错误码管理</menu>
</menugroup>
<menugroup name="报价系统授权">
<menu controller='admin_smart' action='index' permission='setting_smart' display='true' order='2001'>报价系统授权</menu>
</menugroup>
</workground>
<workground name="基础档案" id="goods_manager" order="600" icon="icon-jichudangan-01">
<menugroup name="渠道管理" en="wmsmgr-channel-management">
<menu controller='admin_channel' action='index' permission='channel_list' display='true' order='1000000'>渠道管理列表</menu>
</menugroup>
</workground>
</desktop>