20250908 焊接统计分析表
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
{
|
||||
this.drpSupervisorUnit.SelectedValue = workArea.SupervisorUnitId;
|
||||
}
|
||||
this.txtCompletionDate.Text = workArea.CompletionDate.HasValue ? string.Format("{0:yyyy-MM-dd}", workArea.CompletionDate) : "";
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
@@ -134,6 +135,7 @@
|
||||
{
|
||||
workArea.SupervisorUnitId = this.drpSupervisorUnit.SelectedValue;
|
||||
}
|
||||
workArea.CompletionDate = Funs.GetNewDateTime(this.txtCompletionDate.Text);
|
||||
|
||||
if (string.IsNullOrEmpty(this.WorkAreaId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user