This commit is contained in:
parent
a0c8f54db4
commit
f7523a7776
|
|
@ -786,13 +786,13 @@
|
|||
{
|
||||
batchIsClosed = true;
|
||||
}
|
||||
if (hotProessTrustItems.Count > 0 || batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
|
||||
if (batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
|
||||
{
|
||||
if (this.CurrUser.UserId != BLL.Const.GlyId)
|
||||
{
|
||||
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
|
||||
{
|
||||
Alert.ShowInTop("热处理已委托或者批关闭,不能修改焊口号!", MessageBoxIcon.Warning);
|
||||
Alert.ShowInTop("批关闭,不能修改焊口号!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue