<!doctype html>
|
<html>
|
<head>
|
[#include "/business/wechat/include/title.html" /]
|
[#include "/business/wechat/include/wheader.html" /]
|
<script type="text/javascript" src="${common_static}/static/wechat/style/js/jquery.nicescroll.js"></script>
|
</head>
|
|
<body>
|
<header class="kltit"><label class="check taskoption"></label><a href="${base}/uwyw/stats/uLocalStats/localStatsIndex.html" ><span></span></a>驻场管理${Constants.CUSTOMER_CONSTANTS}级统计</header>
|
[#if resList??&&resList?size>0]
|
<script>
|
$(document).ready(function() {
|
var nicesx = $("#boxscroll").niceScroll("#boxscroll div",{touchbehavior:true,cursorcolor:"#FF00FF",cursoropacitymax:0.6,cursorwidth:24,usetransition:true,hwacceleration:true,autohidemode:"hidden"});
|
});
|
</script>
|
<div class="statistics-title">${cusName}驻场管理${Constants.CUSTOMER_CONSTANTS}级表</div>
|
<div class="client-name"><span>${cusName}</span><p>${beginTime}-${endTime}</p></div>
|
<div class="searchCon">
|
<table class="tableName">
|
<tbody><tr>
|
<th height="73px;" >时间</th>
|
</tr>
|
[#if resList??&&resList?size>0]
|
[#list resList as res]
|
<tr>
|
<td>${DateUtil.format('yyyy年MM月dd',res.mdate)}</td>
|
</tr>
|
[/#list]
|
[/#if]
|
</tbody></table>
|
<div id="boxscroll">
|
<div>
|
<table class="tableName">
|
<tbody><tr>
|
<th rowspan="2" >事件总数</th>
|
<th [#if typeList??&&typeList?size>0]colspan="${typeList?size}"[/#if]>事件类型</th>
|
<th [#if sourceList??&&sourceList?size>0]colspan="${sourceList?size}"[/#if]>事件来源</th>
|
<th [#if closeList??&&closeList?size>0]colspan="${closeList?size}"[/#if]>事件关闭类型</th>
|
<th [#if priList??&&priList?size>0]colspan="${priList?size}"[/#if]>事件优先级</th>
|
<th [#if effectList??&&effectList?size>0]colspan="${effectList?size}"[/#if]>事件影响程度</th>
|
<th [#if levelList??&&levelList?size>0]colspan="${levelList?size}"[/#if]>服务协议级别</th>
|
<th [#if timeoutList??&&timeoutList?size>0]colspan="${timeoutList?size}"[/#if]>响应时间</th>
|
<th [#if timeoutList??&&timeoutList?size>0]colspan="${timeoutList?size}"[/#if]>解决时间</th>
|
<th [#if resolveList??&&resolveList?size>0]colspan="${resolveList?size}"[/#if]>解决途径</th>
|
<th [#if stateList??&&stateList?size>0]colspan="${stateList?size}"[/#if]>事件状态</th>
|
</tr>
|
<tr>
|
[#if typeList??&&typeList?size>0]
|
[#list typeList as type]
|
<th width="90px">${type.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if sourceList??&&sourceList?size>0]
|
[#list sourceList as source]
|
<th width="90px">${source.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if closeList??&&closeList?size>0]
|
[#list closeList as close]
|
<th width="90px">${close.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if priList??&&priList?size>0]
|
[#list priList as pri]
|
<th width="90px">${pri.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if effectList??&&effectList?size>0]
|
[#list effectList as effect]
|
<th width="90px">${effect.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if levelList??&&levelList?size>0]
|
[#list levelList as level]
|
<th width="90px">${level.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if timeoutList??&&timeoutList?size>0]
|
[#list timeoutList as timeout]
|
<th width="90px">${timeout.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if timeoutList??&&timeoutList?size>0]
|
[#list timeoutList as timeout]
|
<th width="90px">${timeout.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if resolveList??&&resolveList?size>0]
|
[#list resolveList as resolve]
|
<th width="90px">${resolve.labelName}</th>
|
[/#list]
|
[/#if]
|
[#if stateList??&&stateList?size>0]
|
[#list stateList as state]
|
<th width="90px">${state.labelName}</th>
|
[/#list]
|
[/#if]
|
</tr>
|
<!-- 数据栏 -->
|
[#if resList??&&resList?size>0]
|
[#list resList as res]
|
<tr>
|
<td>${res.total_num}</td>
|
|
[#if res.type_num??]
|
[#list res.type_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if typeList??&&typeList?size>0]
|
[#list typeList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.source_num??]
|
[#list res.source_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if sourceList??&&sourceList?size>0]
|
[#list sourceList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.close_num??]
|
[#list res.close_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if closeList??&&closeList?size>0]
|
[#list closeList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.pri_num??]
|
[#list res.pri_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if priList??&&priList?size>0]
|
[#list priList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.effect_num??]
|
[#list res.effect_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if effectList??&&effectList?size>0]
|
[#list effectList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.level_num??]
|
[#list res.level_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if levelList??&&levelList?size>0]
|
[#list levelList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
|
[#if res.answer_num??]
|
[#list res.answer_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if timeoutList??&&timeoutList?size>0]
|
[#list timeoutList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.deal_num??]
|
[#list res.deal_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if timeoutList??&&timeoutList?size>0]
|
[#list timeoutList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.resolve_num??]
|
[#list res.resolve_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if resolveList??&&resolveList?size>0]
|
[#list resolveList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
[#if res.state_num??]
|
[#list res.state_num?split(",") as item]
|
[#if item==0]
|
<td>-</td>
|
[#else]
|
<td>${item}</td>
|
[/#if]
|
[/#list]
|
[#else]
|
[#if stateList??&&stateList?size>0]
|
[#list stateList as item]
|
<td>-</td>
|
[/#list]
|
[#else]
|
<td>-</td>
|
[/#if]
|
[/#if]
|
|
</tr>
|
[/#list]
|
[/#if]
|
</tbody></table>
|
</div>
|
</div>
|
</div>
|
[/#if]
|
<script type="text/javascript">
|
n=$('.kltwowrap a').size();
|
var wh=100*n+"%";
|
$('.kltwowrap').width(wh);
|
var lt=(100/n/4);
|
var lt_li=lt+"%";
|
$('.kltwowrap a').width(lt_li);
|
$(".kltwowrap a").on('touchstart mousedown',function(e){
|
e.preventDefault()
|
$(".kltwowrap .active").removeClass('active');
|
$(this).addClass('active');
|
tabsSwiper.slideTo($(this).index());
|
});
|
|
$(".kltwowrap a").click(function(e){
|
e.preventDefault();
|
});
|
|
var tabsSwiper = new Swiper(".swiper-container",{
|
setWrapperSize :true,
|
onSlideChangeStart: function(sw){
|
$(".kltwowrap .active").removeClass('active');
|
$(".kltwowrap a").eq(tabsSwiper.activeIndex).addClass('active');
|
|
//sw.width
|
var currTab = $(".kltwowrap a").eq(tabsSwiper.activeIndex);
|
/*if(currTab.width()*sw.activeIndex +10 > sw.width){
|
currTab.parent().css("left",-currTab.width()*sw.activeIndex);
|
}else{
|
currTab.parent().css("left",0);
|
}*/
|
currTab.parent().css("left",-parseInt(sw.activeIndex/4)*sw.width);
|
}
|
});
|
|
$(function(){
|
|
$('.check').click(function(){
|
window.location.href='${base}/uwyw/stats/uLocalStats/localSearchReport.html?statsType=${RequestParameters.statsType}';
|
});
|
})
|
</script>
|
</body>
|
</html>
|