This commit is contained in:
高飞 2025-09-26 09:59:17 +08:00
parent a0c8f54db4
commit f7523a7776
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }
} }