mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 21:15:34 +08:00
35 lines
1.7 KiB
XML
35 lines
1.7 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="vop_bill">唯品会结算单</permission>
|
|
|
|
<permission id="vop_vreturn_diff">退供差异单</permission>
|
|
<permission id="vop_po_bill">唯品会PO结算单</permission>
|
|
<permission id="vop_sku_stock">平台库存列表</permission>
|
|
</permissions>
|
|
<workground name="唯品会" id="vopvip" order="2000" icon="icon-weipinguanli">
|
|
<menugroup name="唯品账单" en="vipshop-bill">
|
|
<menu controller='admin_bill' action='index' permission='vop_bill' display='true' order="2000101">结算单</menu>
|
|
<menu controller='admin_po' action='index' permission='vop_po_bill' display='true' order="2000102">PO结算</menu>
|
|
</menugroup>
|
|
<menugroup name="唯品JIT" en="console-vipshop-jit">
|
|
<menu controller='admin_vreturn_diff' action='index' permission='vop_vreturn_diff' display='true' order="9000401">退供差异单</menu>
|
|
<menu controller='admin_sku_stock' action='index' permission='vop_sku_stock' display='true' order="9000501">平台库存列表</menu>
|
|
</menugroup>
|
|
</workground>
|
|
</desktop>
|