PMI委托

This commit is contained in:
jackchenyang
2024-05-11 15:22:08 +08:00
parent 81f51e38be
commit 18b11605e1
17 changed files with 1540 additions and 312 deletions
@@ -329,6 +329,8 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
{
this.drpIsHotProess.SelectedValue = BLL.Const._False;
}
//是否PMI处理
ckbIsPMI.Checked = (jointInfo.IsPMI.HasValue && jointInfo.IsPMI.Value) ? true : false;
if (jointInfo.IsCancel == true)
{
@@ -501,6 +503,8 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
{
newJointInfo.IsCancel = true;
}
//是否PMI处理
newJointInfo.IsPMI = ckbIsPMI.Checked;
if (ckbIsGoldJoint.Checked == true)
{