提交代码
This commit is contained in:
@@ -373,8 +373,14 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
|
||||
{
|
||||
usingPlan.TeamGroupId = this.drpTeamGroup.SelectedValue;
|
||||
}
|
||||
|
||||
usingPlan.CancelDate = Funs.GetNewDateTime(this.txtCancelDate.Text.Trim());
|
||||
if (!string.IsNullOrEmpty(this.txtCancelDate.Text.Trim()))
|
||||
{
|
||||
usingPlan.CancelDate = DateTime.Now;
|
||||
}
|
||||
else
|
||||
{
|
||||
usingPlan.CancelDate = null;
|
||||
}
|
||||
usingPlan.IsCancel = Convert.ToBoolean(this.rblIsCancel.SelectedValue);
|
||||
usingPlan.CancelResult = this.txtCancelResult.Text.Trim();
|
||||
usingPlan.IsSubmit = isSubmit;
|
||||
|
||||
Reference in New Issue
Block a user