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
a83eed6f
Commit
a83eed6f
authored
Nov 06, 2017
by
java-lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发邮件修改
parent
d79e6b73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+4
-1
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
a83eed6f
...
@@ -56,8 +56,11 @@
...
@@ -56,8 +56,11 @@
$
(
"#btnMail"
).
click
(
function
()
{
$
(
"#btnMail"
).
click
(
function
()
{
var
supplementType
=
$
(
"#supplementType"
).
find
(
"option:selected"
).
text
();
var
supplementType
=
$
(
"#supplementType"
).
find
(
"option:selected"
).
text
();
var
supplementInformant
=
"${report.supplementInformant}"
;
var
supplementInformant
=
"${report.supplementInformant}"
;
if
(
supplementType
==
"请选择"
){
supplementType
=
"${report.reportProject}"
;
}
var
path
=
"mailto:?subject=举报核查-"
+
supplementType
+
"-"
+
supplementInformant
+
"违规操作"
;
var
path
=
"mailto:?subject=举报核查-"
+
supplementType
+
"-"
+
supplementInformant
+
"违规操作"
;
path
+=
"&body=Dear,<br/>附件是举报核查-"
+
supplementType
+
"-"
+
supplementInformant
+
"违规操作,请核实是否属实。<br/>谢谢!"
;
path
+=
"&body=Dear,<br/>附件是举报核查-"
+
supplementType
+
"-"
+
supplementInformant
+
"违规操作,请核实是否属实。<br/>谢谢!"
;
//path += "
<
br
/><
br
/><
br
/>%
0
D
%
0
A$
{
userName
}
";
//path += "
<
br
/><
br
/><
br
/>%
0
D
%
0
A$
{
userName
}
";
path += "
<
/p>举报内容</
br
>
";
path += "
<
/p>举报内容</
br
>
";
...
...
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