代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using Aspose.Words;
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnSubmit_Click(object sender, EventArgs e)
|
||||
{
|
||||
{
|
||||
if (Grid1.SelectedRowIndexArray.Length > 0)
|
||||
{
|
||||
foreach (int rowIndex in Grid1.SelectedRowIndexArray)
|
||||
@@ -120,7 +120,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
getR.States = BLL.Const.State_2;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
BLL.LogService.AddSys_Log(this.CurrUser, newCheckTwolevel.CheckCode, newCheckTwolevel.ProjectLeaderCheckId, BLL.Const.ProjectLeaderCheckMenuId, BLL.Const.BtnDelete);
|
||||
BLL.Check_ProjectLeaderCheckService.DeleteProjectLeaderCheckById(rowID);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
this.BindGrid();
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using BLL;
|
||||
using BLL;
|
||||
using System;
|
||||
|
||||
namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using BLL;
|
||||
using FineUIPro.Web.SysManage;
|
||||
using BLL;
|
||||
using System;
|
||||
|
||||
namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
@@ -66,7 +60,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
this.ProjectLeaderCheckId = Request.Params["ProjectLeaderCheckId"];
|
||||
this.UnitId = Request.Params["UnitId"];
|
||||
this.MenuId = Const.ProjectLeaderCheckMenuId;
|
||||
|
||||
@@ -84,7 +84,8 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
this.txtCurrency.Text = punishNotice.Currency;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
;
|
||||
}
|
||||
}
|
||||
//处罚明细
|
||||
|
||||
@@ -397,7 +397,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
printRectify(getRectify);
|
||||
}
|
||||
|
||||
@@ -1119,7 +1119,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
|
||||
protected void btnAll_Click(object sender, EventArgs e)
|
||||
{
|
||||
PrinterDocService.PrinterRectifyNoticesHtmlAll(this.ProjectId,"1");
|
||||
PrinterDocService.PrinterRectifyNoticesHtmlAll(this.ProjectId, "1");
|
||||
}
|
||||
protected void btnAll2_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user