morequery.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. return [
  3. "menu" => [
  4. "api/customerList" => 16,
  5. "api/customerAdd" => 16,
  6. "api/customerEdit" => 16,
  7. "api/paymentReceiptList" => 48,
  8. "api/salesOrderList" => [
  9. 'key' => 'order_list',
  10. 'array' => [
  11. 1 => 37,
  12. 2 => 43,
  13. ],
  14. ],
  15. "api/invoiceOrderList" => 36,
  16. "api/ReturnExchangeOrderList" => 35,
  17. "api/constructionList" => 34,
  18. "api/purchaseOrderList" => [
  19. 'key' => 'order_type',
  20. 'array' => [
  21. 1 => 38,
  22. 5 => 45,
  23. ],
  24. ],
  25. "wx/customerList" => 16,
  26. "wx/customerAdd" => 16,
  27. "wx/customerEdit" => 16,
  28. "wx/paymentReceiptList" => 48,
  29. "wx/salesOrderList" => [
  30. 'key' => 'order_list',
  31. 'array' => [
  32. 1 => 37,
  33. 2 => 43,
  34. ],
  35. ],
  36. "wx/invoiceOrderList" => 36,
  37. "wx/ReturnExchangeOrderList" => 35,
  38. "wx/constructionList" => 34,
  39. "wx/purchaseOrderList" => [
  40. 'key' => 'order_type',
  41. 'array' => [
  42. 1 => 38,
  43. 5 => 45,
  44. ],
  45. ]
  46. ],
  47. "is_list_search" => [
  48. "api/basicTypeList",
  49. "wx/basicTypeList",
  50. "api/customerList",
  51. "wx/customerList",
  52. "api/roleList",
  53. "wx/roleList",
  54. ],
  55. ];