Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
Overview
Overview
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
java-sunac-report
sunac_report
Commits
058c0933
Commit
058c0933
authored
Nov 09, 2017
by
xurui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
放开root的退出
parent
a83eed6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
ReportEntity.java
src/main/java/com/ejweb/modules/report/entity/ReportEntity.java
+11
-3
workbench.jsp
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
+7
-7
No files found.
src/main/java/com/ejweb/modules/report/entity/ReportEntity.java
View file @
058c0933
...
...
@@ -38,12 +38,20 @@ public class ReportEntity extends DataEntity<ReportEntity> {
private
String
exchangeType
;
//举报改变类型 1移交 2转交
private
String
reportTimeFrom
;
//举报时间起
private
String
reportTimeTo
;
//举报时间止
private
List
<
ReportAttachmentEntity
>
reportAttachmentEntityList
;
private
String
reportAttachment
;
//举报提交文件
private
String
supplementAttachment
;
//补充提交文件
private
String
dealAttachment
;
//处理成果文件
// private String ifDone; //是否完成
//
//
// public String getIfDone() {
// return ifDone;
// }
//
// public void setIfDone(String ifDone) {
// this.ifDone = ifDone;
// }
private
List
<
ReportAttachmentEntity
>
reportAttachmentEntityList
;
@ExcelField
(
title
=
"被举报项目"
,
align
=
2
,
sort
=
24
)
public
String
getReportProject
()
{
...
...
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
View file @
058c0933
...
...
@@ -43,7 +43,7 @@
},
subtitle
:
{
//副标题
align
:
'right'
,
text
:
'总数 : '
+
result
.
bench
.
repStatusTotal
+
'<br/><br/>未处理 : '
+
result
.
unProcess
+
'<br/><br/>
核查
中 : '
+
result
.
processing
+
'<br/><br/>已处理 : '
+
result
.
processed
,
text
:
'总数 : '
+
result
.
bench
.
repStatusTotal
+
'<br/><br/>未处理 : '
+
result
.
unProcess
+
'<br/><br/>
跟踪
中 : '
+
result
.
processing
+
'<br/><br/>已处理 : '
+
result
.
processed
,
useHTML
:
true
,
verticalAlign
:
'top'
,
x
:
-
5
,
...
...
@@ -71,7 +71,7 @@
name
:
'举报'
,
data
:
[
[
'未处理'
,
result
.
unProcess
],
[
'
核查
中'
,
result
.
processing
],
[
'
跟踪
中'
,
result
.
processing
],
[
'已处理'
,
result
.
processed
],
// {
// name: 'Chrome',
...
...
@@ -186,7 +186,7 @@
},
subtitle
:
{
//副标题
align
:
'right'
,
text
:
'总数 : '
+
result
.
bench
.
repResultTotal
+
'<br/><br/>
无效 : '
+
result
.
invalid
+
'<br/><br/>投诉 : '
+
result
.
complainNum
+
'<br/><br/>举报
: '
+
result
.
verified
,
text
:
'总数 : '
+
result
.
bench
.
repResultTotal
+
'<br/><br/>
举报无效 : '
+
result
.
invalid
+
'<br/><br/>举报投诉 : '
+
result
.
complainNum
+
'<br/><br/>举报受理
: '
+
result
.
verified
,
useHTML
:
true
,
verticalAlign
:
'top'
,
x
:
-
5
,
...
...
@@ -210,9 +210,9 @@
type
:
'pie'
,
name
:
'举报'
,
data
:
[
[
'无效'
,
result
.
invalid
],
[
'投诉'
,
result
.
complainNum
],
[
'举报'
,
result
.
verified
],
[
'
举报
无效'
,
result
.
invalid
],
[
'
举报
投诉'
,
result
.
complainNum
],
[
'举报
受理
'
,
result
.
verified
],
]
}]
});
...
...
@@ -280,7 +280,7 @@
</form:form>
<ul
class=
"nav nav-tabs"
>
<li
<
c:if
test=
"${workbench.processStatus eq '0'}"
>
class="active"
</c:if>
>
<a
href=
"${ctx}/workbench/list?processStatus=0&startDate=${workbench.startDate}&endDate=${workbench.endDate}"
>
未处理举报
</a></li>
<li
<
c:if
test=
"${workbench.processStatus eq '1'}"
>
class="active"
</c:if>
>
<a
href=
"${ctx}/workbench/list?processStatus=1&startDate=${workbench.startDate}&endDate=${workbench.endDate}"
>
核查
中举报
</a></li>
<li
<
c:if
test=
"${workbench.processStatus eq '1'}"
>
class="active"
</c:if>
>
<a
href=
"${ctx}/workbench/list?processStatus=1&startDate=${workbench.startDate}&endDate=${workbench.endDate}"
>
跟踪
中举报
</a></li>
<li
style=
"float: right;"
><a
href=
"${ctx}/report/list"
>
查看更多
</a></li>
</ul>
<sys:message
content=
"${message}"
/>
...
...
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