|
|
@@ -116,7 +116,7 @@ namespace UAS_MES.Make
|
|
|
else
|
|
|
{
|
|
|
OperateResult.AppendText("<<" + sncode.Text + "\n", Color.Black);
|
|
|
- if (needCheckedInfo == sncode.Text)
|
|
|
+ if (needCheckedInfo == sncode.Text||((needCheckedInfo == sncode.Text.Replace(":", "").Replace("-", ""))&&(checkItemInfo.Rows[checkIndex]["checkitem"].ToString() == "MAC"|| checkItemInfo.Rows[checkIndex]["checkitem"].ToString() == "BT")))
|
|
|
{
|
|
|
checkIndex += 1;//序号+1,进入下一步
|
|
|
if (checkIndex == checkItemInfo.Rows.Count)
|