1
0

export.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 导出配置
  4. // 1、在字典中添加导出类型
  5. // 2、配置对应的后台list类
  6. // +----------------------------------------------------------------------
  7. return [
  8. 'max_limit_length'=>50000,
  9. 'download_type' => [
  10. '1' => 'EngineerBillDownload',
  11. //'2' => 'MasterWorkerServiceOrderDownload',
  12. '3' => 'UserEquityDownload',
  13. '4' => 'master_commission.MasterWorkerCommissionNoticeLists',
  14. '5' => 'master_worker.EngineerBillLists',
  15. '6' => 'sale.SaleAnalysisLists',
  16. '7' => 'sale.PropertyHeadAnalysisLists',
  17. '2' => 'master_worker.MasterWorkerServiceOrderLists',
  18. '8' => 'property.PropertyHeadLists',
  19. '9' => 'sale.SalePerformanceLists',
  20. '10' => 'works.ServiceWorkLists',
  21. '11' => 'group_activity.GroupUserOrderLists',
  22. '12' => 'sale.SaleMasterWorkerLists',
  23. '13' => 'sale.SaleCommissionLists',
  24. '14' => 'master_worker_register.MasterWorkerRegisterLists',
  25. ],
  26. ];