This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -92,8 +92,9 @@ namespace FineUIPro.Web.ZHGL.Supervise
this.txtCheckDate.Text = string.Format("{0:yyyy-MM-dd}", register.CheckDate);
}
this.txtInspectionUnit.Text = BLL.UnitService.GetUnitNameByUnitId(register.InspectionUnit);
this.txtCheckTeam.Text = register.CheckTeam;
this.txtCheckUnitName.Text = BLL.UnitService.GetUnitNameByUnitId(register.CheckUnitId);
//this.txtCheckUnitName.Text = BLL.UnitService.GetUnitNameByUnitId(register.CheckUnitId);
this.txtProblemDescription.Text = item.ProblemDescription;
this.txtRectifyRequirement.Text = item.RectifyRequirement;
this.txtInsResponsibleUserName.Text = UserService.GetUserNameByUserId(register.InsResponsibleUserId);