This commit is contained in:
2026-08-28 16:49:07 +08:00
parent c824e574e2
commit 09627172ec
@@ -766,7 +766,11 @@ namespace FineUIPro.Web.HJGL.WeldingManage
{ {
newWeldReportMain.CHT_Tabler = this.drpCHT_Tabler.SelectedValue; newWeldReportMain.CHT_Tabler = this.drpCHT_Tabler.SelectedValue;
} }
newWeldReportMain.CHT_TableDate = Funs.GetNewDateTime(this.txtCHT_TableDate.Text); else
{
newWeldReportMain.CHT_Tabler = this.CurrUser.UserId;
}
newWeldReportMain.CHT_TableDate = DateTime.Now;
newWeldReportMain.JOT_Remark = this.txtJOT_Remark.Text.Trim(); newWeldReportMain.JOT_Remark = this.txtJOT_Remark.Text.Trim();
if (!string.IsNullOrEmpty(this.DReportID)) if (!string.IsNullOrEmpty(this.DReportID))