代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -33,7 +33,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.GetButtonPower();
|
||||
this.GetButtonPower();
|
||||
BLL.UnitService.InitSeDinAndCNCECUnitDropDownList(this.drpUnit, false);
|
||||
BLL.DepartService.InitDepartDropDownList(this.drpDepart, true);
|
||||
this.drpDepart.SelectedValue = Const.Depart_constructionId;
|
||||
@@ -59,7 +59,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
this.drpCheckTeamLeader.SelectedValue = checkNotice.SubjectUnitMan;
|
||||
this.txtSubjectUnitAdd.Text = checkNotice.SubjectUnitAdd;
|
||||
this.txtSubjectUnitTel.Text = checkNotice.SubjectUnitTel;
|
||||
|
||||
|
||||
this.drpSex.SelectedValue = checkNotice.SexName;
|
||||
this.hdUserId.Text = checkNotice.CheckTeamLeader;
|
||||
}
|
||||
@@ -86,7 +86,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
ShowNotify("请先填写检查组长!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
Model.ProjectSupervision_CheckNotice newCheckNotice = new Model.ProjectSupervision_CheckNotice();
|
||||
Model.ProjectSupervision_CheckNotice newCheckNotice = new Model.ProjectSupervision_CheckNotice();
|
||||
newCheckNotice.SubjectUnitAdd = this.txtSubjectUnitAdd.Text.Trim();
|
||||
if (this.drpSubjectUnitMan.SelectedValue != BLL.Const._Null && !string.IsNullOrEmpty(this.drpSubjectUnitMan.SelectedValue))
|
||||
{
|
||||
@@ -148,7 +148,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
var units = BLL.ProjectService.GetProjectByProjectId(this.drpSubjectProject.SelectedValue);
|
||||
if (units != null)
|
||||
{
|
||||
this.txtSubjectUnitAdd.Text = units.ProjectAddress;
|
||||
this.txtSubjectUnitAdd.Text = units.ProjectAddress;
|
||||
}
|
||||
SitePerson_PersonService.InitSitePersonDropDownList(this.drpSubjectUnitMan, this.drpSubjectProject.SelectedValue, Const.UnitId_SEDIN, null, null, true);
|
||||
}
|
||||
@@ -209,7 +209,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
{
|
||||
this.txtSubjectUnitTel.Text = getperson.Telephone;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user