| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- // 前置仓账号菜单权限
- return [
- // [
- // 'key' => 'dashboard',
- // 'title' => '概况',
- // ],
- [
- 'key' => 'saasStoreList',
- 'title' => '商城',
- ],
- // [
- // 'key' => 'saasStore',
- // 'title' => '店铺',
- // 'children' => [
- // [
- // 'key' => 'saasStoreList',
- // 'title' => '店铺列表',
- // ]
- // ]
- // ],
- // [
- // 'key' => 'saasAgency',
- // 'title' => '代理',
- // 'children' => [
- // [
- // 'key' => 'frontAgentBindSupplier',
- // 'title' => '前置仓绑定供货商',
- // ],
- // [
- // 'key' => 'frontAgentBindStore',
- // 'title' => '前置仓绑定商家',
- // ],
- // ],
- // ],
- // [
- // 'key' => 'cloudSupplierOrder',
- // 'title' => '订单',
- // 'children' => [
- // [
- // 'key' => 'orderList',
- // 'title' => '订单列表',
- // ],
- // [
- // 'key' => 'orderOfflineList',
- // 'title' => '自提订单',
- // ],
- // [
- // 'key' => 'orderRefundList',
- // 'title' => '售后订单',
- // ],
- // [
- // 'key' => 'OrderDetails',
- // 'title' => '订单详情',
- // ],
- // ],
- // ],
- [
- 'key' => 'saasAgentFrontCloudPlatform',
- 'title' => '云仓',
- 'children' => [
- // [
- // 'key' => 'saasCloudPlatformApply',
- // 'title' => '云仓申请',
- // ],
- // [
- // 'key' => 'saasCloudPlatformUser',
- // 'title' => '云仓用户',
- // ],
- // [
- // 'key' => 'saasCloudPlatformSupplier',
- // 'title' => '云仓供货商',
- // ],
- // [
- // 'key' => 'saasCloudPlatformGoods',
- // 'title' => '云仓商品',
- // ],
- [
- 'key' => 'cloudSupplierDailiOrder',
- 'title' => '配货单',
- ],
- [
- 'key' => 'cloudSupplierAgentGroupOrder',
- 'title' => '集采订单',
- ],
- // [
- // 'key' => 'saasCloudPlatformFinance',
- // 'title' => '云仓财务',
- // ],
- // [
- // 'key' => 'saasCloudPlatformStbz',
- // 'title' => '胜天半子',
- // ],
- ],
- ],
- [
- 'key' => 'cloudDriver',
- 'title' => '司机',
- 'children' => [
- [
- 'key' => 'cloudDriver',
- 'title' => '司机管理',
- ],
- [
- 'key' => 'cloudDriverLine',
- 'title' => '线路配送',
- ],
- ],
- ],
- [
- 'key' => 'agentFrontPurchaseERP',
- 'title' => '同城',
- 'children' => [
- [
- 'key' => 'cloudFrontDeliveryOrderList',
- 'title' => '同城配送订单',
- ],
- [
- 'key' => 'cloudFrontDelivery',
- 'title' => '同城配送订单',
- ],
- ],
- ],
- [
- 'key' => 'agentFrontERP',
- 'title' => '进销存',
- ]
- ,
- [
- 'key' => 'agentFrontExpress',
- 'title' => '快递'
- ]
- ];
|