Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuna
cmszMonitorAnalysis
Commits
e683dced
Commit
e683dced
authored
Dec 10, 2017
by
胡斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能分析平台备份
parent
196722b8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
60 additions
and
27 deletions
+60
-27
workspace.xml
.idea/workspace.xml
+0
-0
PageURLController.class
...p/WEB-INF/classes/com/hp/cmsz/web/PageURLController.class
+0
-0
header.jsp
src/main/webapp/WEB-INF/layouts/header.jsp
+14
-14
FilterRuleResult.jsp
...webapp/WEB-INF/views/AnalysisSupport/FilterRuleResult.jsp
+2
-1
RunTaskForm.jsp
src/main/webapp/WEB-INF/views/TaskManage/RunTaskForm.jsp
+0
-0
RunTaskListTable.jsp
...main/webapp/WEB-INF/views/TaskManage/RunTaskListTable.jsp
+32
-4
xcdWarningTable.js
src/main/webapp/static/js/xcdWarningTable.js
+12
-8
No files found.
.idea/workspace.xml
View file @
e683dced
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/classes/com/hp/cmsz/web/PageURLController.class
View file @
e683dced
No preview for this file type
src/main/webapp/WEB-INF/layouts/header.jsp
View file @
e683dced
...
@@ -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>
...
...
src/main/webapp/WEB-INF/views/AnalysisSupport/FilterRuleResult.jsp
View file @
e683dced
...
@@ -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>
...
...
src/main/webapp/WEB-INF/views/TaskManage/RunTaskForm.jsp
View file @
e683dced
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/TaskManage/RunTaskListTable.jsp
View file @
e683dced
...
@@ -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>
...
...
src/main/webapp/static/js/xcdWarningTable.js
View file @
e683dced
...
@@ -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
=
" "
;
var
tdContext
=
" "
;
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
!=
" "
){
if
(
tdContext
!=
" "
){
tdContext
=
df
.
format
(
new
Date
(
tdContext
));
tdContext
=
df
.
format
(
new
Date
(
tdContext
));
}
}
}
else
if
(
k
==
11
){
}
if
(
k
==
11
){
if
(
tdContext
!=
" "
){
if
(
tdContext
!=
" "
){
tdContext
=
df
.
format
(
new
Date
(
tdContext
));
tdContext
=
df
.
format
(
new
Date
(
tdContext
));
}
else
if
(
k
==
12
){
}
}
if
(
k
==
12
){
if
(
tdContext
!=
" "
){
if
(
tdContext
!=
" "
){
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
=
" "
;
tdContext
=
" "
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment