20230710
This commit is contained in:
@@ -159,7 +159,7 @@ namespace FineUIPro.Web.OfficeCheck.Check
|
||||
this.txtCheckStartTime.Text = string.Format("{0:yyyy-MM-dd}", checkInfo.CheckStartTime);
|
||||
this.txtCheckEndTime.Text = string.Format("{0:yyyy-MM-dd}", checkInfo.CheckEndTime);
|
||||
this.drpSubjectUnit.Text = BLL.ProjectService.GetProjectNameByProjectId(checkInfo.SubjectProjectId);
|
||||
this.txtSubjectUnitMan.Text = checkInfo.SubjectUnitMan;
|
||||
this.txtSubjectUnitMan.Text = Person_PersonsService.GetPersonsNameById(checkInfo.SubjectUnitMan);
|
||||
this.txtSubjectUnitAdd.Text = checkInfo.SubjectUnitAdd;
|
||||
this.txtSubjectUnitTel.Text = checkInfo.SubjectUnitTel;
|
||||
//this.txtSubjectObject.Text = checkInfo.SubjectObject;
|
||||
|
||||
Reference in New Issue
Block a user