morequery.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. //34 施工单 35 退换货单 37 订单合同 38 T9采购单 45 分社采购单 48 收付款单
  62. "detail_message" => [
  63. 34 => '/pages/ConstructionOrder/add/detail/detail?order_number=',
  64. 35 => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
  65. 37 => '/pageA/pages/SalesOrder/detail/detail?order_number=',
  66. 38 => '',
  67. 45 => '/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
  68. 48 => '/pages/PayOrder/detail/detail?order_number=',
  69. ],
  70. ];