morequery.php 540 B

1234567891011121314151617181920212223242526
  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. ];