Commit e683dced authored by 胡斌's avatar 胡斌

智能分析平台备份

parent 196722b8
This diff is collapsed.
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
<shiro:hasPermission name="预分析与建模:数据预分析 or 预分析与建模:数据模型管理 or 预分析与建模:数据模型验证 or 预分析与建模:数据沙盒 "> <shiro:hasPermission name="预分析与建模:数据预分析 or 预分析与建模:数据模型管理 or 预分析与建模:数据模型验证 or 预分析与建模:数据沙盒 or 预分析与建模:数据质量核查 ">
<li class="titleLine"></li> <li class="titleLine"></li>
<li class="dropdown"> <li class="dropdown">
<a class="dropdonw-toggle" data-toggle="dropdown" role="button" href="#"><span <a class="dropdonw-toggle" data-toggle="dropdown" role="button" href="#"><span
...@@ -147,6 +147,17 @@ ...@@ -147,6 +147,17 @@
</ul> </ul>
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
<shiro:hasPermission name="预分析与建模:数据质量核查">
<li class="dropdown-submenu">
<a href="#">数据质量核查</a>
<ul class="dropdown-menu">
<li><a href="${ctx}/AnalysisSupport/QualityRuleResult">数据质量规则维护</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleOperation/home?selectTab=focus">数据质量运营</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleReport">数据质量报告</a></li>
<li><a href="${ctx}/AnalysisSupport/FilterRuleResult">过滤规则维护</a></li>
</ul>
</li>
</shiro:hasPermission>
</ul> </ul>
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
...@@ -202,8 +213,7 @@ ...@@ -202,8 +213,7 @@
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
<shiro:hasPermission <shiro:hasPermission name="运营支撑:配置项分析 or 运营支撑:集成商分析 or 运营支撑:竞品分析 or 运营支撑:业务热点分析 or 运营支撑:投诉文本分析 ">
name="运营支撑:配置项分析 or 运营支撑:集成商分析 or 运营支撑:竞品分析 or 运营支撑:业务热点分析 or 运营支撑:投诉文本分析 or 运营支撑:数据质量核查 ">
<li class="titleLine"></li> <li class="titleLine"></li>
<li class="dropdown"> <li class="dropdown">
<a class="dropdonw-toggle" data-toggle="dropdown" role="button" href="#"><span <a class="dropdonw-toggle" data-toggle="dropdown" role="button" href="#"><span
...@@ -268,17 +278,7 @@ ...@@ -268,17 +278,7 @@
</ul> </ul>
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
<shiro:hasPermission name="运营支撑:数据质量核查">
<li class="dropdown-submenu">
<a href="#">数据质量核查</a>
<ul class="dropdown-menu">
<li><a href="${ctx}/AnalysisSupport/QualityRuleResult">数据质量规则维护</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleOperation/home?selectTab=focus">数据质量运营</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleReport">数据质量报告</a></li>
<li><a href="${ctx}/AnalysisSupport/FilterRuleResult">过滤规则维护</a></li>
</ul>
</li>
</shiro:hasPermission>
</ul> </ul>
</li> </li>
</shiro:hasPermission> </shiro:hasPermission>
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
<div class="tab-bar-bt"> <div class="tab-bar-bt">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li><a href="${ctx}/AnalysisSupport/QualityRuleResult">数据质量规则维护</a></li> <li><a href="${ctx}/AnalysisSupport/QualityRuleResult">数据质量规则维护</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleOperation">数据质量运营</a></li> <li><a href="${ctx}/AnalysisSupport/QualityRuleOperation/home?selectTab=focus">数据质量运营</a></li>
<li><a href="${ctx}/AnalysisSupport/QualityRuleReport">数据质量报告</a></li>
<li class="active"><a href="#home" data-toggle="tab">过滤规则维护</a></li> <li class="active"><a href="#home" data-toggle="tab">过滤规则维护</a></li>
</ul> </ul>
</div> </div>
......
...@@ -46,10 +46,38 @@ ...@@ -46,10 +46,38 @@
<tr> <tr>
<td><input type="radio" name="taskId" id="taskId" value="${runTask.taskId}" onclick="choseTask()" /></td> <td><input type="radio" name="taskId" id="taskId" value="${runTask.taskId}" onclick="choseTask()" /></td>
<c:if test="${runTask.taskType.tasktypeId == '1' || runTask.taskType.tasktypeId == '5' }"> <c:if test="${runTask.taskType.tasktypeId == '1' || runTask.taskType.tasktypeId == '5' }">
<td>${runTask.provinceView.provinceName}</td> <td>
<td>${runTask.channelView.channelName}</td> <c:if test="${runTask.provinceView.provinceName == null}">
<td>${runTask.businessView.businessName}</td> 全国
<td>${runTask.dimKpiView.name}</td> </c:if>
<c:if test="${runTask.provinceView.provinceName != null}">
${runTask.provinceView.provinceName}
</c:if>
</td>
<td>
<c:if test="${runTask.channelView.channelName == null}">
全部渠道
</c:if>
<c:if test="${runTask.channelView.channelName != null}">
${runTask.channelView.channelName}
</c:if>
</td>
<td>
<c:if test="${runTask.businessView.businessName == null}">
全部业务
</c:if>
<c:if test="${runTask.businessView.businessName != null}">
${runTask.businessView.businessName}
</c:if>
</td>
<td>
<c:if test="${runTask.dimKpiView.name == null}">
全部指标
</c:if>
<c:if test="${runTask.dimKpiView.name != null}">
${runTask.dimKpiView.name}
</c:if>
</td>
<td>${runTask.evaluationResult}</td> <td>${runTask.evaluationResult}</td>
</c:if> </c:if>
<td>${runTask.name}</td> <td>${runTask.name}</td>
......
...@@ -220,7 +220,7 @@ table_pagging.prototype = { ...@@ -220,7 +220,7 @@ table_pagging.prototype = {
}, },
pagging : function(objectJson) { pagging : function(objectJson) {
this.objectlist = eval('(' + objectJson + ')'); this.objectlist = eval('(' + objectJson + ')');
if (this.start + this.limit >= this.objectlist.length) { if (this.start + this.limit >= this.objectlist.length) {
this.end = this.objectlist.length; this.end = this.objectlist.length;
...@@ -290,7 +290,7 @@ table_pagging.prototype = { ...@@ -290,7 +290,7 @@ table_pagging.prototype = {
for ( var k = 0; k < rowLength; k++) { for ( var k = 0; k < rowLength; k++) {
var td = tr.insertCell(rowLength * j + k); var td = tr.insertCell(rowLength * j + k);
var tdContext = "&nbsp;"; var tdContext = "&nbsp;";
var tdTitle = ""; var tdTitle = "";
if (this.header[k][1]) { if (this.header[k][1]) {
...@@ -323,14 +323,18 @@ table_pagging.prototype = { ...@@ -323,14 +323,18 @@ table_pagging.prototype = {
if(tdContext!="&nbsp;"){ if(tdContext!="&nbsp;"){
tdContext = df.format(new Date(tdContext)); tdContext = df.format(new Date(tdContext));
} }
}else if(k==11){ }
if(k==11){
if(tdContext!="&nbsp;"){ if(tdContext!="&nbsp;"){
tdContext = df.format(new Date(tdContext)); tdContext = df.format(new Date(tdContext));
}else if(k==12){ }
}
if(k==12){
if(tdContext!="&nbsp;"){ if(tdContext!="&nbsp;"){
tdContext = df.format(new Date(tdContext)); tdContext = df.format(new Date(tdContext));
} }
}else if(k==16){ }
if(k==16){
if(tdContext=="已确认"){ if(tdContext=="已确认"){
tr.className="green-tr"; tr.className="green-tr";
}else if(tdContext=="已关联协查单"){ }else if(tdContext=="已关联协查单"){
...@@ -343,7 +347,7 @@ table_pagging.prototype = { ...@@ -343,7 +347,7 @@ table_pagging.prototype = {
} }
} }
} else { } else {
tdContext="<input type='checkbox' name='cbox"+i+"' class='cbox1' onclick='javascript:checkChoose(this);'/>"+"<span style='display:none'>"+i+"</span>"; tdContext="<input type='checkbox' name='cbox"+i+"' class='cbox1' onclick='javascript:checkChoose(this);'/>"+"<span style='display:none'>"+i+"</span>";
for ( var t = 0; t < ids.length; t++) { for ( var t = 0; t < ids.length; t++) {
...@@ -352,8 +356,8 @@ table_pagging.prototype = { ...@@ -352,8 +356,8 @@ table_pagging.prototype = {
break; break;
} }
} }
} }
} else { } else {
tdContext = "&nbsp;"; tdContext = "&nbsp;";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment