|
|
@@ -271,11 +271,11 @@ namespace UAS_MES_NEW.Make
|
|
|
}
|
|
|
checkcount = checkcount + 1;
|
|
|
}
|
|
|
- if (checkcount != devicerow)
|
|
|
- {
|
|
|
- OperateResult.AppendText("治具编号数量少于维护数量\n");
|
|
|
- return;
|
|
|
- }
|
|
|
+ //if (checkcount != devicerow)
|
|
|
+ //{
|
|
|
+ // OperateResult.AppendText("治具编号数量少于维护数量\n");
|
|
|
+ // return;
|
|
|
+ //}
|
|
|
}
|
|
|
if (User.CurrentStepName == "程序烧写")
|
|
|
{
|