PMI委托
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user