morequery.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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/getSettingGetDetail2" => 34,
  19. "api/purchaseOrderList" => [
  20. 'key' => 'order_type',
  21. 'array' => [
  22. 1 => 38,
  23. 5 => 45,
  24. ],
  25. ],
  26. "wx/customerList" => 16,
  27. "wx/customerAdd" => 16,
  28. "wx/customerEdit" => 16,
  29. "wx/paymentReceiptList" => 48,
  30. "wx/salesOrderList" => [
  31. 'key' => 'order_list',
  32. 'array' => [
  33. 1 => 37,
  34. 2 => 43,
  35. ],
  36. ],
  37. "wx/invoiceOrderList" => 36,
  38. "wx/ReturnExchangeOrderList" => 35,
  39. "wx/constructionList" => 34,
  40. "wx/getSettingGetDetail2" => 34,
  41. "wx/purchaseOrderList" => [
  42. 'key' => 'order_type',
  43. 'array' => [
  44. 1 => 38,
  45. 5 => 45,
  46. ],
  47. ]
  48. ],
  49. "is_list_search" => [
  50. "api/basicTypeList",
  51. "wx/basicTypeList",
  52. // "api/customerList",
  53. // "wx/customerList",
  54. "api/roleList",
  55. "wx/roleList",
  56. ],
  57. ];