代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.HSSE.Check;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Policy;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.OfficeCheck.Check
|
||||
@@ -153,7 +151,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnEdit_Click(object sender, EventArgs e)
|
||||
{
|
||||
{
|
||||
string window = String.Format("CheckNoticeEdit.aspx?CheckNoticeId={0}", this.CheckNoticeId, "编辑 - ");
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(window));
|
||||
}
|
||||
@@ -196,7 +194,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
this.txtCheckStartTime.Text = string.Empty;
|
||||
this.txtCheckEndTime.Text = string.Empty;
|
||||
this.txtCompileMan.Text = string.Empty;
|
||||
this.txtCompileDate.Text = string.Empty;
|
||||
this.txtCompileDate.Text = string.Empty;
|
||||
this.lblResult.Text = string.Empty;
|
||||
this.lblCheckReportResult.Text = string.Empty;
|
||||
this.lblCheckResult.Text = string.Empty;
|
||||
@@ -385,7 +383,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
var getRectify = ProjectSupervision_RectifyService.GetRectifyByCheckNoticeId(this.CheckNoticeId);
|
||||
if (getRectify != null && getRectify.States != "0" && !string.IsNullOrEmpty(getRectify.States))
|
||||
{
|
||||
window = String.Format("RectifyEdit.aspx?CheckNoticeId={0}&type=1", this.CheckNoticeId, "编辑 - ");
|
||||
window = String.Format("RectifyEdit.aspx?CheckNoticeId={0}&type=1", this.CheckNoticeId, "编辑 - ");
|
||||
}
|
||||
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(window));
|
||||
|
||||
Reference in New Issue
Block a user