This commit is contained in:
高飞 2025-09-25 14:07:13 +08:00
parent fdb1641d07
commit fade156e3d
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
btnCopy.Enabled = false; // 不能引用 btnCopy.Enabled = false; // 不能引用
} }
} }
if (hotItems.Count() > 0 || batch.BatchIsClosed == true) //存在热处理委托或者批关闭则不能修改焊口号 if (batch.BatchIsClosed == true) //批关闭则不能修改焊口号
{ {
} }