Compare commits
No commits in common. "559602f9dd4b2dc3591578c434cd43319b9db1c1" and "65f0a8339115f5d09891392d1e57f1c6e793b150" have entirely different histories.
559602f9dd
...
65f0a83391
|
@ -232,7 +232,7 @@
|
|||
btnCopy.Enabled = false; // 不能引用
|
||||
}
|
||||
}
|
||||
if (batch.BatchIsClosed == true) //批关闭则不能修改焊口号
|
||||
if (hotItems.Count() > 0 || batch.BatchIsClosed == true) //存在热处理委托或者批关闭则不能修改焊口号
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue