提交代码

This commit is contained in:
高飞 2025-03-14 10:27:05 +08:00
parent ba39a78d6e
commit 90c8ddb7ab
5 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

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