morequery.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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/getSettingGetDetail2" => 34,
  51. "api/purchaseOrderSubmit" => 44,
  52. "api/purchaseOrderList" => [
  53. 'key' => 'order_type',
  54. 'array' => [
  55. 1 => 38,
  56. 5 => 45,
  57. ],
  58. ],
  59. "wx/customerList" => 16,
  60. "wx/customerAdd" => 16,
  61. "wx/customerEdit" => 16,
  62. "wx/paymentReceiptList" => 48,
  63. "wx/salesOrderList" => [
  64. 'key' => 'order_list',
  65. 'array' => [
  66. 1 => 37,
  67. 2 => 43,
  68. ],
  69. ],
  70. "wx/invoiceOrderList" => 36,
  71. "wx/ReturnExchangeOrderList" => 35,
  72. "wx/ReturnExchangeOrderAdd" => 35,
  73. "wx/ReturnExchangeOrderEdit" => 35,
  74. "wx/constructionList" => 34,
  75. "wx/getSettingGetDetail2" => 34,
  76. "wx/purchaseOrderSubmit" => 44,
  77. "wx/purchaseOrderList" => [
  78. 'key' => 'order_type',
  79. 'array' => [
  80. 1 => 38,
  81. 5 => 45,
  82. ],
  83. ]
  84. ],
  85. "is_list_search" => [
  86. "api/basicTypeList",
  87. "wx/basicTypeList",
  88. // "api/customerList",
  89. // "wx/customerList",
  90. "api/roleList",
  91. "wx/roleList",
  92. ],
  93. //34 施工单 35 退换货单 37 订单合同 38 T9采购单 44 虚拟采购单 45 分社采购单 48 收付款单
  94. "detail_message" => [
  95. "16|list" => 'pages/CustomerManage/index/index?id=',//客户列表页
  96. "16" => '/pages/CustomerManage/detail/detail?id=', //客户详情页
  97. "34" => '/pages/ConstructionOrder/add/detail/detail?order_number=',
  98. "35" => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
  99. "37" => '/pageA/pages/SalesOrder/detail/detail?order_number=',
  100. "38" => '',
  101. "44" => '',
  102. "45" => '/pageA/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
  103. "48" => '/pages/PayOrder/detail/detail?order_number=',
  104. ],
  105. ];