自主管理加分项
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>查看管理月报TCC</title>
|
||||
<title>查看管理月报XJYJ</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
|
||||
@@ -644,7 +644,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
Response.Write("<meta http-equiv=Content-Type content=text/html;charset=UTF-8>");
|
||||
|
||||
Response.AppendHeader("Content-Disposition", "attachment;filename=" + System.Web.HttpUtility.UrlEncode("管理月报TCC" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.AppendHeader("Content-Disposition", "attachment;filename=" + System.Web.HttpUtility.UrlEncode("管理月报XJYJ" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.ContentType = "application/ms-excel";
|
||||
this.EnableViewState = false;
|
||||
System.IO.StringWriter oStringWriter = new System.IO.StringWriter();
|
||||
|
||||
Reference in New Issue
Block a user