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
03866160
Commit
03866160
authored
Oct 13, 2017
by
Java-李昕颖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加来访
parent
3d0064d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+5
-4
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
03866160
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
path
+=
"内容:${report.reportContent}</br>"
;
path
+=
"内容:${report.reportContent}</br>"
;
path
+=
"附件:</br>"
;
path
+=
"附件:</br>"
;
$
(
"#attachment1"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
$
(
"#attachment1"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
var
url
=
$
(
this
).
attr
(
"href"
);
var
url
=
$
(
this
).
text
(
);
path
+=
url
;
path
+=
url
;
});
});
path
+=
"举报人信息</br>"
;
path
+=
"举报人信息</br>"
;
...
@@ -141,10 +141,10 @@
...
@@ -141,10 +141,10 @@
}
}
path
+=
"被举报区域:"
+
supplementArea
+
"</br>"
;
path
+=
"被举报区域:"
+
supplementArea
+
"</br>"
;
path
+=
"被举报项目:${report.supplementProject}</br>"
;
path
+=
"被举报项目:${report.supplementProject}</br>"
;
path
+=
"内容:${report.
repor
tContent}</br>"
;
path
+=
"内容:${report.
supplemen
tContent}</br>"
;
path
+=
"附件:</br>"
;
path
+=
"附件:</br>"
;
$
(
"#attachment2"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
$
(
"#attachment2"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
var
url
=
$
(
this
).
attr
(
"href"
);
var
url
=
$
(
this
).
text
(
);
path
+=
url
;
path
+=
url
;
});
});
}
}
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
path
+=
"处理人:${report.dealPersonName}</br>"
;
path
+=
"处理人:${report.dealPersonName}</br>"
;
path
+=
"处理成果文件:</br>"
;
path
+=
"处理成果文件:</br>"
;
$
(
"#attachment3"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
$
(
"#attachment3"
).
find
(
"[class='attachmentClass']"
).
each
(
function
(){
var
url
=
$
(
this
).
attr
(
"href"
);
var
url
=
$
(
this
).
text
(
);
path
+=
url
;
path
+=
url
;
});
});
var
dealResult
=
"${report.dealResult}"
;
var
dealResult
=
"${report.dealResult}"
;
...
@@ -166,6 +166,7 @@
...
@@ -166,6 +166,7 @@
}
}
path
+=
"处理结论:"
+
dealResult
+
"</br>"
;
path
+=
"处理结论:"
+
dealResult
+
"</br>"
;
}
}
console
.
log
(
path
);
window
.
location
.
href
=
path
;
window
.
location
.
href
=
path
;
});
});
});
});
...
...
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