morequery.php 1.7 KB

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