morequery.php 2.6 KB

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