morequery.php 3.4 KB

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