| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- var formatDateParam,timeOutInit
- $(document).ready(function() {
- getNowFormatDateMap() //现在的时间
- $('#secondCut').val('15');
- documentInit()
-
- // $('.bulletFrame').show();
- // $('.theme_wrap').show();
- // $('.theme_wrap').siblings().hide()
- //getThemeStatics();
- })
- function documentInit(){
-
- mapWorkOrder = []
- mapNum = 0;
- maxNum = []
- dataNum = [];
- series = [];
- areaCount=[]
-
- initData()
- getinitMap();
-
- // index.js
- gettraffic() //话务量
- getHotline() //热线
- // getHotThings() //重大事件
- cutHotThings()
- getKeyWord(); //热搜词
- getworkOrderType() //工单类型
- timeTable() //办理时限
- getHotlineAccept() //热线受理
-
- // mian.js
- agentCount();
- getPhoneCount();
- GetDistributionCount();
- // trafficData.js
- getworkOrder()
-
- timeOutInit = setTimeout(function(){
- documentInit()
- },huayi.config.indextime)
- }
|