提交代码
This commit is contained in:
parent
ba39a78d6e
commit
90c8ddb7ab
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -731,10 +731,13 @@
|
|||
}
|
||||
if (hotProessTrustItems.Count > 0 || batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
|
||||
{
|
||||
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
|
||||
if (this.CurrUser.UserId != BLL.Const.GlyId)
|
||||
{
|
||||
Alert.ShowInTop("热处理已委托或者批关闭,不能修改焊口号!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
|
||||
{
|
||||
Alert.ShowInTop("热处理已委托或者批关闭,不能修改焊口号!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
newJointInfo.JOT_ID = this.JOT_ID;
|
||||
|
|
Loading…
Reference in New Issue