提交代码
This commit is contained in:
@@ -66,6 +66,10 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
where x.CheckSpecialId == this.CheckSpecialId
|
||||
orderby x.UnitName, x.SortIndex
|
||||
select x).ToList();
|
||||
//新增加的三项
|
||||
this.txtResponsibleUnit.Text = UnitService.GetUnitNameByUnitId(checkSpecial.ResponsibleUnit);
|
||||
this.txtWorkAreaId.Text = UnitWorkService.GetUnitWorkName(checkSpecial.WorkAreaId);
|
||||
this.txtQuestionType.Text = UnitService.GetQuestionTypeId(checkSpecial.QuestionType);
|
||||
}
|
||||
Grid1.DataSource = checkSpecialDetails;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user