提交代码

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

@ -730,6 +730,8 @@
batchIsClosed = true;
}
if (hotProessTrustItems.Count > 0 || batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
{
if (this.CurrUser.UserId != BLL.Const.GlyId)
{
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
{
@ -737,6 +739,7 @@
return;
}
}
}
newJointInfo.JOT_ID = this.JOT_ID;
newJointInfo.DReportID = jot.DReportID;
newJointInfo.JOT_CellWelder = jot.JOT_CellWelder;