202306271、修改本部检查通知页面。2、修改赛鼎现场人员更换单位,新项目入场单位下拉框处理。
This commit is contained in:
@@ -235,8 +235,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
}
|
||||
else
|
||||
{
|
||||
this.drpSubjectUnit.Text = string.Empty;
|
||||
this.txtSubjectObject.Text = string.Empty;
|
||||
this.drpSubjectUnit.Text = string.Empty;
|
||||
this.txtSubjectUnitMan.Text = string.Empty;
|
||||
this.txtSubjectUnitTel.Text = string.Empty;
|
||||
this.txtSubjectUnitAdd.Text = string.Empty;
|
||||
@@ -301,7 +300,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
/// <param name="e"></param>
|
||||
protected void btnCheck1_Click(object sender, EventArgs e)
|
||||
{
|
||||
string window = String.Format("CheckContentEdit1.aspx?CheckNoticeId={0}", this.CheckNoticeId, "编辑 - ");
|
||||
string window = String.Format("CheckContentEdit.aspx?CheckNoticeId={0}", this.CheckNoticeId, "编辑 - ");
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(window));
|
||||
}
|
||||
|
||||
@@ -312,7 +311,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
/// <param name="e"></param>
|
||||
protected void btnView1_Click(object sender, EventArgs e)
|
||||
{
|
||||
string window = String.Format("CheckContentEdit1.aspx?CheckNoticeId={0}&type=1", this.CheckNoticeId, "编辑 - ");
|
||||
string window = String.Format("CheckContentEdit.aspx?CheckNoticeId={0}&type=1", this.CheckNoticeId, "编辑 - ");
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(window));
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user