|
|
@@ -80,6 +80,7 @@
|
|
80
|
80
|
height: 100px;
|
|
81
|
81
|
overflow-y: auto;
|
|
82
|
82
|
}
|
|
|
83
|
+
|
|
83
|
84
|
</style>
|
|
84
|
85
|
</head>
|
|
85
|
86
|
|
|
|
@@ -147,7 +148,7 @@
|
|
147
|
148
|
<h2 style="text-align: center; margin-top: 20px;">客诉数量柱状图</h2>
|
|
148
|
149
|
<div id="main" style="width: 100%; height: 400px;"></div>
|
|
149
|
150
|
</div>
|
|
150
|
|
- <div class="hu-con-left" style="width: 80%; margin: 0 auto;">
|
|
|
151
|
+ <div class="hu-con-left" style="width: 800px; margin: 0 auto;">
|
|
151
|
152
|
<h2 style="text-align: center; margin-top: 20px; display: none;">客诉数量统计</h2>
|
|
152
|
153
|
<table class="layui-hide" id="t_callTotal"></table>
|
|
153
|
154
|
</div>
|
|
|
@@ -222,8 +223,6 @@
|
|
222
|
223
|
$('.inps2').attr("index",areaParentVal1);
|
|
223
|
224
|
$('.inps3').attr("index",areaParentVal2);
|
|
224
|
225
|
$('.inps4').attr("index",areaParentVal3);
|
|
225
|
|
-
|
|
226
|
|
-
|
|
227
|
226
|
} else {
|
|
228
|
227
|
layer.msg("请选择最下级菜单");
|
|
229
|
228
|
}
|
|
|
@@ -334,7 +333,6 @@
|
|
334
|
333
|
title: keys[0],
|
|
335
|
334
|
align: 'center',
|
|
336
|
335
|
fixed: true,
|
|
337
|
|
- //sort: true,
|
|
338
|
336
|
width: 150,
|
|
339
|
337
|
});
|
|
340
|
338
|
for(var i = 1, colNL = keys.length; i < colNL; i++) {
|
|
|
@@ -342,9 +340,6 @@
|
|
342
|
340
|
field: keys[i],
|
|
343
|
341
|
title: keys[i],
|
|
344
|
342
|
align: 'center',
|
|
345
|
|
- //fixed: true,
|
|
346
|
|
- //sort: true,
|
|
347
|
|
- //width: 150,
|
|
348
|
343
|
});
|
|
349
|
344
|
}
|
|
350
|
345
|
colsArr.push(newArr);
|
|
|
@@ -362,10 +357,7 @@
|
|
362
|
357
|
cols: colsArr,
|
|
363
|
358
|
data: dataArr,
|
|
364
|
359
|
height: 'full-150',
|
|
365
|
|
- limitName: 'pageSize', //每页数据量的参数名,默认:limit
|
|
366
|
|
- response: {
|
|
367
|
|
- pageSize: 20, //数据状态的字段名称,默认:code
|
|
368
|
|
- },
|
|
|
360
|
+ limit: 12
|
|
369
|
361
|
});
|
|
370
|
362
|
|
|
371
|
363
|
});
|
|
|
@@ -379,7 +371,6 @@
|
|
379
|
371
|
});
|
|
380
|
372
|
}
|
|
381
|
373
|
partThree();
|
|
382
|
|
- //pasrt 3
|
|
383
|
374
|
var main = echarts.init(document.getElementById('main'));
|
|
384
|
375
|
main.setOption({
|
|
385
|
376
|
|
|
|
@@ -452,8 +443,6 @@
|
|
452
|
443
|
if(data.state.toLowerCase() == "success") {
|
|
453
|
444
|
layer.close(index);
|
|
454
|
445
|
var con = data.data;
|
|
455
|
|
- //alert(JSON.stringify(con));
|
|
456
|
|
- // var part3 = result.data.b;
|
|
457
|
446
|
main.setOption({
|
|
458
|
447
|
xAxis: {
|
|
459
|
448
|
data: con.chartdata.months
|