Commit a83eed6f by java-lixy

发邮件修改

parent d79e6b73
...@@ -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/>%0D%0A${userName}"; //path += "<br/><br/><br/>%0D%0A${userName}";
path += "</p>举报内容</br>"; path += "</p>举报内容</br>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment