2023-07-07

This commit is contained in:
2023-07-07 16:19:46 +08:00
parent baafb69b65
commit a8b2ae27c3
9 changed files with 227 additions and 764 deletions
@@ -414,7 +414,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
//{
// joint.IsHotProess = false;
//}
//joint.IsHotProess = Convert.ToBoolean(drpIsHotProess.SelectedValue);
joint.IsHotProess = Convert.ToBoolean(drpIsHotProess.SelectedValue);
//joint.DesignIsHotProess = Convert.ToBoolean(drpDesignIsHotProess.SelectedValue);
joint.Remark = txtRemark.Text.Trim();
joint.SubmitMan = CurrUser.PersonId;