morequery.php 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. "api/customerList" => 16,
  4. "api/customerAdd" => 16,
  5. "api/customerEdit" => 16,
  6. "api/paymentReceiptList" => 48,
  7. "api/salesOrderList" => [
  8. 'key' => 'order_list',
  9. 'array' => [
  10. 1 => 37,
  11. 2 => 43,
  12. ],
  13. ],
  14. "api/invoiceOrderList" => 36,
  15. "api/ReturnExchangeOrderList" => 35,
  16. "api/constructionList" => 34,
  17. "api/purchaseOrderList" => [
  18. 'key' => 'order_type',
  19. 'array' => [
  20. 1 => 38,
  21. 5 => 45,
  22. ],
  23. ],
  24. "wx/customerList" => 16,
  25. "wx/customerAdd" => 16,
  26. "wx/customerEdit" => 16,
  27. "wx/paymentReceiptList" => 48,
  28. "wx/salesOrderList" => [
  29. 'key' => 'order_list',
  30. 'array' => [
  31. 1 => 37,
  32. 2 => 43,
  33. ],
  34. ],
  35. "wx/invoiceOrderList" => 36,
  36. "wx/ReturnExchangeOrderList" => 35,
  37. "wx/constructionList" => 34,
  38. "wx/purchaseOrderList" => [
  39. 'key' => 'order_type',
  40. 'array' => [
  41. 1 => 38,
  42. 5 => 45,
  43. ],
  44. ]
  45. ];