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
0c286bc7
Commit
0c286bc7
authored
7 years ago
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018年4月26日 --智能分析平台
--屏蔽投诉文本下投诉明细页面
parent
984a3cdf
liuna
No related merge requests found
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
CmszMonitorAnalysis.iml
CmszMonitorAnalysis.iml
+0
-0
header.jsp
src/main/webapp/WEB-INF/layouts/header.jsp
+3
-3
TSWBAnalysisHome.jsp
...webapp/WEB-INF/views/AnalysisSupport/TSWBAnalysisHome.jsp
+4
-4
CreateDiagosis.jsp
.../webapp/WEB-INF/views/MonitorOperation/CreateDiagosis.jsp
+3
-3
No files found.
CmszMonitorAnalysis.iml
View file @
0c286bc7
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/layouts/header.jsp
View file @
0c286bc7
...
@@ -276,9 +276,9 @@
...
@@ -276,9 +276,9 @@
<li>
<li>
<a href="${ctx}/AnalysisSupport/TSWBAnalysisHomeView/home?selectTab=yz_template">业支-下发模板</a>
<a href="${ctx}/AnalysisSupport/TSWBAnalysisHomeView/home?selectTab=yz_template">业支-下发模板</a>
</li>
</li>
<
li
>
<
%--<li>--%
>
<
a href="${ctx}/AnalysisSupport/TSWBAnalysisHomeView/home?selectTab=ts_detail">投诉明细</a
>
<
%--<a href="${ctx}/AnalysisSupport/TSWBAnalysisHomeView/home?selectTab=ts_detail">投诉明细</a>--%
>
<
/li
>
<
%--</li>--%
>
</ul>
</ul>
</li>
</li>
</shiro:hasPermission>
</shiro:hasPermission>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/AnalysisSupport/TSWBAnalysisHome.jsp
View file @
0c286bc7
...
@@ -39,9 +39,9 @@
...
@@ -39,9 +39,9 @@
$
(
"#dataFrame"
).
attr
(
'src'
,
'${ctx}/AnalysisSupport/TSWBAnalysisHomeView/yzTemplateFrame'
);
$
(
"#dataFrame"
).
attr
(
'src'
,
'${ctx}/AnalysisSupport/TSWBAnalysisHomeView/yzTemplateFrame'
);
});
});
$
(
"#ts_detail"
).
click
(
function
()
{
<%--
$
(
"#ts_detail"
).
click
(
function
()
{
--%>
$
(
"#dataFrame"
).
attr
(
'src'
,
'${ctx}/AnalysisSupport/TSWBAnalysisHomeView/TsDetailFrame'
);
<%--
$
(
"#dataFrame"
).
attr
(
'src'
,
'${ctx}/AnalysisSupport/TSWBAnalysisHomeView/TsDetailFrame'
);
--%>
});
<%--
});
--%>
$
(
"#${selectTab}"
).
click
();
$
(
"#${selectTab}"
).
click
();
});
});
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<li><a
id=
"yz_focus"
data-toggle=
"tab"
>
业支-焦点投诉
</a></li>
<li><a
id=
"yz_focus"
data-toggle=
"tab"
>
业支-焦点投诉
</a></li>
<li><a
id=
"yz_liability"
data-toggle=
"tab"
>
业支-责任原因
</a></li>
<li><a
id=
"yz_liability"
data-toggle=
"tab"
>
业支-责任原因
</a></li>
<li><a
id=
"yz_template"
data-toggle=
"tab"
>
业支-下发模板
</a></li>
<li><a
id=
"yz_template"
data-toggle=
"tab"
>
业支-下发模板
</a></li>
<
li><a
id=
"ts_detail"
data-toggle=
"tab"
>
投诉明细
</a></li
>
<
%
--
<
li
><a
id=
"ts_detail"
data-toggle=
"tab"
>
投诉明细
</a></li>
--%
>
</ul>
</ul>
</div>
</div>
<div
class=
"section"
>
<div
class=
"section"
>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/MonitorOperation/CreateDiagosis.jsp
View file @
0c286bc7
...
@@ -286,8 +286,8 @@
...
@@ -286,8 +286,8 @@
if
(
$
(
"input[name='provinceDetail'][value='32']"
).
prop
(
"checked"
)
==
true
)
{
if
(
$
(
"input[name='provinceDetail'][value='32']"
).
prop
(
"checked"
)
==
true
)
{
$
(
"#provinceDetailAll"
).
prop
(
"disabled"
,
"disabled"
);
$
(
"#provinceDetailAll"
).
prop
(
"disabled"
,
true
);
$
(
"input[name='provinceDetail'][value!='32']"
).
prop
(
"disabled"
,
"disabled"
);
$
(
"input[name='provinceDetail'][value!='32']"
).
prop
(
"disabled"
,
true
);
}
else
{
}
else
{
$
(
"#provinceDetailAll"
).
removeAttr
(
"disabled"
);
$
(
"#provinceDetailAll"
).
removeAttr
(
"disabled"
);
$
(
"input[name='provinceDetail'][value!='32']"
).
removeAttr
(
"disabled"
);
$
(
"input[name='provinceDetail'][value!='32']"
).
removeAttr
(
"disabled"
);
...
@@ -515,7 +515,7 @@
...
@@ -515,7 +515,7 @@
var
businessSelectedArr
=
[];
var
businessSelectedArr
=
[];
$
(
"input[name='BusinessCheck']"
).
each
(
function
(
e
)
{
$
(
"input[name='BusinessCheck']"
).
each
(
function
(
e
)
{
if
(
$
(
this
).
attr
(
"checked"
))
{
if
(
$
(
this
).
prop
(
"checked"
))
{
businessSelectedArr
.
push
(
$
(
this
).
context
.
id
.
split
(
"_"
)[
1
]);
businessSelectedArr
.
push
(
$
(
this
).
context
.
id
.
split
(
"_"
)[
1
]);
}
}
});
});
...
...
This diff is collapsed.
Click to expand it.
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