saas_front_agent_permission.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. // 前置仓账号菜单权限
  8. return [
  9. // [
  10. // 'key' => 'dashboard',
  11. // 'title' => '概况',
  12. // ],
  13. [
  14. 'key' => 'saasStoreList',
  15. 'title' => '商城',
  16. ],
  17. // [
  18. // 'key' => 'saasStore',
  19. // 'title' => '店铺',
  20. // 'children' => [
  21. // [
  22. // 'key' => 'saasStoreList',
  23. // 'title' => '店铺列表',
  24. // ]
  25. // ]
  26. // ],
  27. // [
  28. // 'key' => 'saasAgency',
  29. // 'title' => '代理',
  30. // 'children' => [
  31. // [
  32. // 'key' => 'frontAgentBindSupplier',
  33. // 'title' => '前置仓绑定供货商',
  34. // ],
  35. // [
  36. // 'key' => 'frontAgentBindStore',
  37. // 'title' => '前置仓绑定商家',
  38. // ],
  39. // ],
  40. // ],
  41. // [
  42. // 'key' => 'cloudSupplierOrder',
  43. // 'title' => '订单',
  44. // 'children' => [
  45. // [
  46. // 'key' => 'orderList',
  47. // 'title' => '订单列表',
  48. // ],
  49. // [
  50. // 'key' => 'orderOfflineList',
  51. // 'title' => '自提订单',
  52. // ],
  53. // [
  54. // 'key' => 'orderRefundList',
  55. // 'title' => '售后订单',
  56. // ],
  57. // [
  58. // 'key' => 'OrderDetails',
  59. // 'title' => '订单详情',
  60. // ],
  61. // ],
  62. // ],
  63. [
  64. 'key' => 'saasAgentFrontCloudPlatform',
  65. 'title' => '云仓',
  66. 'children' => [
  67. // [
  68. // 'key' => 'saasCloudPlatformApply',
  69. // 'title' => '云仓申请',
  70. // ],
  71. // [
  72. // 'key' => 'saasCloudPlatformUser',
  73. // 'title' => '云仓用户',
  74. // ],
  75. // [
  76. // 'key' => 'saasCloudPlatformSupplier',
  77. // 'title' => '云仓供货商',
  78. // ],
  79. // [
  80. // 'key' => 'saasCloudPlatformGoods',
  81. // 'title' => '云仓商品',
  82. // ],
  83. [
  84. 'key' => 'cloudSupplierDailiOrder',
  85. 'title' => '配货单',
  86. ],
  87. [
  88. 'key' => 'cloudSupplierAgentGroupOrder',
  89. 'title' => '集采订单',
  90. ],
  91. // [
  92. // 'key' => 'saasCloudPlatformFinance',
  93. // 'title' => '云仓财务',
  94. // ],
  95. // [
  96. // 'key' => 'saasCloudPlatformStbz',
  97. // 'title' => '胜天半子',
  98. // ],
  99. ],
  100. ],
  101. [
  102. 'key' => 'cloudDriver',
  103. 'title' => '司机',
  104. 'children' => [
  105. [
  106. 'key' => 'cloudDriver',
  107. 'title' => '司机管理',
  108. ],
  109. [
  110. 'key' => 'cloudDriverLine',
  111. 'title' => '线路配送',
  112. ],
  113. ],
  114. ],
  115. [
  116. 'key' => 'agentFrontPurchaseERP',
  117. 'title' => '同城',
  118. 'children' => [
  119. [
  120. 'key' => 'cloudFrontDeliveryOrderList',
  121. 'title' => '同城配送订单',
  122. ],
  123. [
  124. 'key' => 'cloudFrontDelivery',
  125. 'title' => '同城配送订单',
  126. ],
  127. ],
  128. ],
  129. [
  130. 'key' => 'agentFrontERP',
  131. 'title' => '进销存',
  132. ]
  133. ,
  134. [
  135. 'key' => 'agentFrontExpress',
  136. 'title' => '快递'
  137. ]
  138. ];