Bez popisu

documentDready.js 916B

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