morequery.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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 => '/pages/CustomerManage/detail/detail?id=',
  69. 34 => '/pages/ConstructionOrder/add/detail/detail?order_number=',
  70. 35 => '/pages/ReturnExchangeOrder/detail/detail?order_number=',
  71. 37 => '/pageA/pages/SalesOrder/detail/detail?order_number=',
  72. 38 => '',
  73. 44 => '',
  74. 45 => '/pageA/pages/ProcureOrder/ProcureDetail/ProcureDetail?order_number=',
  75. 48 => '/pages/PayOrder/detail/detail?order_number=',
  76. ],
  77. ];