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
23c4156a
Commit
23c4156a
authored
Dec 19, 2017
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2017年12月19日 智能分析平台提交内容
--数据质量规则指标监控时间改为监控延迟时间
parent
29aec394
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
workspace.xml
.idea/workspace.xml
+0
-0
QualityRuleConfiguration.jsp
...EB-INF/views/AnalysisSupport/QualityRuleConfiguration.jsp
+2
-2
QualityRuleMaintain.jsp
...app/WEB-INF/views/AnalysisSupport/QualityRuleMaintain.jsp
+2
-2
ruleOperationDetailTable.js
src/main/webapp/static/js/ruleOperationDetailTable.js
+1
-1
ruleResultDetailTable.js
src/main/webapp/static/js/ruleResultDetailTable.js
+2
-2
No files found.
.idea/workspace.xml
View file @
23c4156a
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/AnalysisSupport/QualityRuleConfiguration.jsp
View file @
23c4156a
...
...
@@ -105,7 +105,7 @@
</td>
</tr>
<tr><td>
指标监控
时间(
<font
color=
"red"
>
必填
</font>
):
</td>
<tr><td>
监控延迟
时间(
<font
color=
"red"
>
必填
</font>
):
</td>
<td>
<input
type=
"text"
style=
"width:200px"
name=
"frequencyValue"
id=
"frequencyValue"
/>
<select
style=
"width:200px"
name=
"frequencyType"
id=
"frequencyType"
>
...
...
@@ -270,7 +270,7 @@
//form表单提交
$
(
"#ruleSubmit"
).
click
(
function
(){
if
(
$
.
trim
(
$
(
"#frequencyValue"
).
val
())
==
""
){
$
.
alert
(
"
指标监控
时间不能为空"
);
$
.
alert
(
"
监控延迟
时间不能为空"
);
}
else
if
(
$
(
"#businessTime"
).
val
()
==
""
){
$
.
alert
(
"指标业务时间不能为空"
);
}
else
if
(
$
(
"#ruleCrtTime"
).
val
()
==
""
){
...
...
src/main/webapp/WEB-INF/views/AnalysisSupport/QualityRuleMaintain.jsp
View file @
23c4156a
...
...
@@ -100,7 +100,7 @@
</td>
</tr>
<tr><td>
指标监控
时间(
<font
color=
"red"
>
必填
</font>
):
</td>
<tr><td>
监控延迟
时间(
<font
color=
"red"
>
必填
</font>
):
</td>
<td>
<input
type=
"text"
name=
"frequencyValue"
id=
"frequencyValue"
style=
"display: inline;"
/>
<select
name=
"frequencyType"
id=
"frequencyType"
>
...
...
@@ -265,7 +265,7 @@ $("#addParam").click(function(){
//form表单提交
$
(
"#ruleSubmit"
).
click
(
function
(){
if
(
$
.
trim
(
$
(
"#frequencyValue"
).
val
())
==
""
){
$
.
alert
(
"
指标监控
时间不能为空"
);
$
.
alert
(
"
监控延迟
时间不能为空"
);
}
else
if
(
$
(
"#businessTime"
).
val
()
==
""
){
$
.
alert
(
"指标业务时间不能为空"
);
}
else
if
(
$
(
"#ruleCrtTime"
).
val
()
==
""
){
...
...
src/main/webapp/static/js/ruleOperationDetailTable.js
View file @
23c4156a
...
...
@@ -533,7 +533,7 @@ function selectRule(qualityRuleId){
$
.
ajax
({
type
:
'GET'
,
contentType
:
'application/json'
,
url
:
"/AnalysisSupport/QualityRuleOperation/findQuality?qualityRuleId="
+
qualityRuleId
,
url
:
"
${ctx}
/AnalysisSupport/QualityRuleOperation/findQuality?qualityRuleId="
+
qualityRuleId
,
dataType
:
'text'
,
beforeSend
:
function
(
data
)
{
},
...
...
src/main/webapp/static/js/ruleResultDetailTable.js
View file @
23c4156a
...
...
@@ -136,7 +136,7 @@ function ruleResultDetailTable(){
header
[
7
]
=
[
"指标编码"
,
"kpiCode"
,
"7%"
,
"15"
];
header
[
8
]
=
[
"数据类型"
,
"kpiTypeName"
,
"7%"
,
"15"
];
header
[
9
]
=
[
"数据采集频率"
,
"calCycle"
,
"7%"
,
"15"
];
header
[
10
]
=
[
"
指标监控范围
"
,
"kpiMonitorTime"
,
"7%"
,
"15"
];
header
[
10
]
=
[
"
监控延迟时间
"
,
"kpiMonitorTime"
,
"7%"
,
"15"
];
header
[
11
]
=
[
"指标采集时间"
,
"businessTime"
,
"7%"
,
"15"
];
header
[
12
]
=
[
"准确性规则"
,
"accuracyRuleId"
,
"7%"
,
"15"
];
...
...
@@ -554,7 +554,7 @@ function selectRule(qualityRuleId){
$
.
ajax
({
type
:
'GET'
,
contentType
:
'application/json'
,
url
:
"/AnalysisSupport/QualityRuleResult/findAccuracy?qualityRuleId="
+
qualityRuleId
,
url
:
"
${ctx}
/AnalysisSupport/QualityRuleResult/findAccuracy?qualityRuleId="
+
qualityRuleId
,
dataType
:
'text'
,
beforeSend
:
function
(
data
)
{
},
...
...
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