morequery.php 2.2 KB

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