morequery.php 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?php
  2. return [
  3. "menu" => [
  4. "api/inventoryAdd" => 56,
  5. "api/inventoryEdit" => 56,
  6. "api/inventoryList" => 56,
  7. "api/outBoundOrderList" => 55,
  8. "api/outBoundOrderEdit" => 55,
  9. "api/outBoundOrderAdd" => 55,
  10. "api/customerList" => 16,
  11. "api/customerAdd" => 16,
  12. "api/customerEdit" => 16,
  13. "api/paymentReceiptList" => 48,
  14. "api/salesOrderList" => [
  15. 'key' => 'order_list',
  16. 'array' => [
  17. 1 => 37,
  18. 2 => 43,
  19. ],
  20. ],
  21. "api/sportsBagOrderList" => [
  22. 'key' => 'is_attribute',
  23. 'array' => [
  24. 1 => 30,
  25. 2 => 57,
  26. ],
  27. ],
  28. "api/sportsBagAdd" => [
  29. 'key' => 'is_attribute',
  30. 'array' => [
  31. 1 => 30,
  32. 2 => 57,
  33. ],
  34. ],
  35. "api/sportsBagEdit" => [
  36. 'key' => 'is_attribute',
  37. 'array' => [
  38. 1 => 30,
  39. 2 => 57,
  40. ],
  41. ],
  42. "api/invoiceOrderList" => 36,
  43. "api/ReturnExchangeOrderList" => 35,
  44. "api/ReturnExchangeOrderAdd" => 35,
  45. "api/ReturnExchangeOrderEdit" => 35,
  46. "api/constructionList" => 34,
  47. "api/getSettingGetDetail2" => 34,
  48. "api/purchaseOrderSubmit" => 44,
  49. "api/purchaseOrderList" => [
  50. 'key' => 'order_type',
  51. 'array' => [
  52. 1 => 38,
  53. 5 => 45,
  54. ],
  55. ],
  56. "wx/customerList" => 16,
  57. "wx/customerAdd" => 16,
  58. "wx/customerEdit" => 16,
  59. "wx/paymentReceiptList" => 48,
  60. "wx/salesOrderList" => [
  61. 'key' => 'order_list',
  62. 'array' => [
  63. 1 => 37,
  64. 2 => 43,
  65. ],
  66. ],
  67. "wx/invoiceOrderList" => 36,
  68. "wx/ReturnExchangeOrderList" => 35,
  69. "wx/ReturnExchangeOrderAdd" => 35,
  70. "wx/ReturnExchangeOrderEdit" => 35,
  71. "wx/constructionList" => 34,
  72. "wx/getSettingGetDetail2" => 34,
  73. "wx/purchaseOrderSubmit" => 44,
  74. "wx/purchaseOrderList" => [
  75. 'key' => 'order_type',
  76. 'array' => [
  77. 1 => 38,
  78. 5 => 45,
  79. ],
  80. ]
  81. ],
  82. "is_list_search" => [
  83. "api/basicTypeList",
  84. "wx/basicTypeList",
  85. // "api/customerList",
  86. // "wx/customerList",
  87. "api/roleList",
  88. "wx/roleList",
  89. ],
  90. //34 施工单 35 退换货单 37 订单合同 38 T9采购单 44 虚拟采购单 45 分社采购单 48 收付款单
  91. "detail_message" => [
  92. "16|list" => 'pages/CustomerManage/index/index?id=',//客户列表页
  93. "16" => '/pages/CustomerManage/detail/detail?id=', //客户详情页
  94. "34" => '/pages/ConstructionOrder/add/detail/detail?order_number=',
  95. "35" => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
  96. "37" => '/pageA/pages/SalesOrder/detail/detail?order_number=',
  97. "38" => '',
  98. "44" => '',
  99. "45" => '/pageA/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
  100. "48" => '/pages/PayOrder/detail/detail?order_number=',
  101. ],
  102. ];