20230530集团看板数据来源页面添加
This commit is contained in:
@@ -351,6 +351,10 @@ namespace FineUIPro.Web.Person
|
||||
this.txtOutResult.Text = getProjectPerson.OutResult;
|
||||
this.txtRealNameTime.Text = string.Format("{0:yyyy-MM-dd HH:mm:ss}", getProjectPerson.RealNameAddTime);
|
||||
this.txtAuditorDate.Text = string.Format("{0:yyyy-MM-dd}", getProjectPerson.AuditorDate);
|
||||
if (getProjectPerson.IsSafetyMonitoring.HasValue)
|
||||
{
|
||||
this.ckIsSafetyMonitoring.Checked = getProjectPerson.IsSafetyMonitoring.Value;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -845,6 +849,7 @@ namespace FineUIPro.Web.Person
|
||||
OutTime = Funs.GetNewDateTime(this.txtOutTime.Text),
|
||||
OutResult = this.txtOutResult.Text.Trim(),
|
||||
States = string.IsNullOrEmpty(this.hdStates.Text) ? Const.ProjectPersonStates_0 : this.hdStates.Text,
|
||||
IsSafetyMonitoring=this.ckIsSafetyMonitoring.Checked
|
||||
};
|
||||
if (newPerson.States == Const.ProjectPersonStates_2 || newPerson.States == Const.ProjectPersonStates_R)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user