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