Keine Beschreibung

documentDready.js 706B

1234567891011121314151617181920212223242526272829303132333435363738
  1. var formatDateParam,timeOutInit
  2. $(document).ready(function() {
  3. getNowFormatDateMap() //现在的时间
  4. documentInit()
  5. })
  6. function documentInit(){
  7. mapWorkOrder = []
  8. mapNum = 0;
  9. maxNum = []
  10. dataNum = [];
  11. series = [];
  12. areaCount=[]
  13. initData()
  14. getinitMap();
  15. // index.js
  16. gettraffic() //话务量
  17. getHotline() //热线
  18. getHotThings() //重大事件
  19. getKeyWord(); //热搜词
  20. getworkOrderType() //工单类型
  21. timeTable() //办理时限
  22. getHotlineAccept() //热线受理
  23. // mian.js
  24. agentCount();
  25. getPhoneCount();
  26. GetDistributionCount();
  27. // trafficData.js
  28. getworkOrder()
  29. timeOutInit = setTimeout(function(){
  30. documentInit()
  31. },huayi.config.indextime)
  32. }