saas_supplier_permission.php 915 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. return [
  8. [
  9. 'key' => 'cloudSupplier',
  10. 'title' => '云仓供货商',
  11. 'children' => [
  12. [
  13. 'key' => 'cloudSupplierOrder',
  14. 'title' => '云仓订单'
  15. ],
  16. [
  17. 'key' => 'cloudSupplierOrderOnce',
  18. 'title' => '云仓订单'
  19. ],
  20. [
  21. 'key' => 'attrList',
  22. 'title' => '规格库'
  23. ]
  24. ],
  25. ],
  26. [
  27. 'key' => 'agentFrontPurchaseSupplierERP',
  28. 'title' => '仓库',
  29. 'children' => [
  30. [
  31. 'key' => 'cloudFrontDeliveryOrderList',
  32. 'title' => '同城配送订单',
  33. ],
  34. ]
  35. ]
  36. ];