mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 02:05:34 +08:00
30 lines
1.1 KiB
XML
30 lines
1.1 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_appropriation' action='index' permission='storage_appropriation' display='true' order='4000100'>调拨单</menu>
|
|
</menugroup>
|
|
</workground>
|
|
|
|
|
|
<permissions>
|
|
<permission id="storage_appropriation" show='ome_roles:show_branch' save='ome_roles:save_role'>调拨单</permission>
|
|
|
|
</permissions>
|
|
-->
|
|
</desktop>
|