20250908 焊接统计分析表

This commit is contained in:
2025-09-08 11:30:40 +08:00
parent f6b2bdfb81
commit ced7b82085
17 changed files with 947 additions and 64 deletions
@@ -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))
{