提交代码
This commit is contained in:
parent
ba39a78d6e
commit
90c8ddb7ab
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -730,6 +730,8 @@
|
||||||
batchIsClosed = true;
|
batchIsClosed = true;
|
||||||
}
|
}
|
||||||
if (hotProessTrustItems.Count > 0 || batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
|
if (hotProessTrustItems.Count > 0 || batchIsClosed) //存在热处理委托或者批关闭则不能修改焊口号
|
||||||
|
{
|
||||||
|
if (this.CurrUser.UserId != BLL.Const.GlyId)
|
||||||
{
|
{
|
||||||
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
|
if (newJointInfo.JOT_JointNo != jot.JOT_JointNo)
|
||||||
{
|
{
|
||||||
|
@ -737,6 +739,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
newJointInfo.JOT_ID = this.JOT_ID;
|
newJointInfo.JOT_ID = this.JOT_ID;
|
||||||
newJointInfo.DReportID = jot.DReportID;
|
newJointInfo.DReportID = jot.DReportID;
|
||||||
newJointInfo.JOT_CellWelder = jot.JOT_CellWelder;
|
newJointInfo.JOT_CellWelder = jot.JOT_CellWelder;
|
||||||
|
|
Loading…
Reference in New Issue