1
This commit is contained in:
@@ -766,7 +766,11 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
{
|
||||
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();
|
||||
|
||||
if (!string.IsNullOrEmpty(this.DReportID))
|
||||
|
||||
Reference in New Issue
Block a user