No Description

documentDready.js 772B

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