提交代码
This commit is contained in:
@@ -101,7 +101,7 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
state = "(待上报)";
|
||||
}
|
||||
}
|
||||
this.SimpleForm1.Title = "中央企业安全生产治本攻坚三年行动工作台账" + state;
|
||||
this.SimpleForm1.Title = "安全生产治本攻坚三年行动工作台账" + state;
|
||||
this.ActionWorkLedgerId = report.ActionWorkLedgerId;
|
||||
txtUnitName.Text = "单位:" + report.UnitName;
|
||||
txtQuarter.Text = "季度:" + report.Quarters;
|
||||
@@ -485,7 +485,7 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
{
|
||||
responeData.code = 0;
|
||||
responeData.message = "获取失败:" + ex.Message;
|
||||
ErrLogInfo.WriteLog("中央企业安全生产治本攻坚三年行动工作台账获取!", ex);
|
||||
ErrLogInfo.WriteLog("安全生产治本攻坚三年行动工作台账获取!", ex);
|
||||
}
|
||||
|
||||
return responeData;
|
||||
@@ -607,7 +607,7 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
{
|
||||
Response.ClearContent();
|
||||
string filename = Funs.GetNewFileName();
|
||||
Response.AddHeader("content-disposition", "attachment; filename=" + System.Web.HttpUtility.UrlEncode("中央企业安全生产治本攻坚三年行动工作台账" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.AddHeader("content-disposition", "attachment; filename=" + System.Web.HttpUtility.UrlEncode("安全生产治本攻坚三年行动工作台账" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.ContentType = "application/excel";
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
Response.Write(GetGridTableHtml(Grid1));
|
||||
|
||||
Reference in New Issue
Block a user