morequery.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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/invoiceOrderList" => 36,
  22. "api/ReturnExchangeOrderList" => 35,
  23. "api/ReturnExchangeOrderAdd" => 35,
  24. "api/ReturnExchangeOrderEdit" => 35,
  25. "api/constructionList" => 34,
  26. "api/getSettingGetDetail2" => 34,
  27. "api/purchaseOrderSubmit" => 44,
  28. "api/purchaseOrderList" => [
  29. 'key' => 'order_type',
  30. 'array' => [
  31. 1 => 38,
  32. 5 => 45,
  33. ],
  34. ],
  35. "wx/customerList" => 16,
  36. "wx/customerAdd" => 16,
  37. "wx/customerEdit" => 16,
  38. "wx/paymentReceiptList" => 48,
  39. "wx/salesOrderList" => [
  40. 'key' => 'order_list',
  41. 'array' => [
  42. 1 => 37,
  43. 2 => 43,
  44. ],
  45. ],
  46. "wx/invoiceOrderList" => 36,
  47. "wx/ReturnExchangeOrderList" => 35,
  48. "wx/ReturnExchangeOrderAdd" => 35,
  49. "wx/ReturnExchangeOrderEdit" => 35,
  50. "wx/constructionList" => 34,
  51. "wx/getSettingGetDetail2" => 34,
  52. "wx/purchaseOrderSubmit" => 44,
  53. "wx/purchaseOrderList" => [
  54. 'key' => 'order_type',
  55. 'array' => [
  56. 1 => 38,
  57. 5 => 45,
  58. ],
  59. ]
  60. ],
  61. "is_list_search" => [
  62. "api/basicTypeList",
  63. "wx/basicTypeList",
  64. // "api/customerList",
  65. // "wx/customerList",
  66. "api/roleList",
  67. "wx/roleList",
  68. ],
  69. //34 施工单 35 退换货单 37 订单合同 38 T9采购单 44 虚拟采购单 45 分社采购单 48 收付款单
  70. "detail_message" => [
  71. "16|list" => 'pages/CustomerManage/index/index?id=',//客户列表页
  72. "16" => '/pages/CustomerManage/detail/detail?id=', //客户详情页
  73. "34" => '/pages/ConstructionOrder/add/detail/detail?order_number=',
  74. "35" => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
  75. "37" => '/pageA/pages/SalesOrder/detail/detail?order_number=',
  76. "38" => '',
  77. "44" => '',
  78. "45" => '/pageA/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
  79. "48" => '/pages/PayOrder/detail/detail?order_number=',
  80. ],
  81. ];