Commit efbfdf1d LN

工单料二维码为空时认为NG

1 个父辈 e45d9676
......@@ -381,6 +381,11 @@ namespace OnlineStore.DeviceLibrary
TrayManager.UpdateInStoreNG(currTrayNum, true, result);
LogInfo("更新工单出库料[" + currTrayNum + "] [" + code + "]为NG料:" + result);
}
else if (string.IsNullOrEmpty(code))
{
TrayManager.UpdateInStoreNG(currTrayNum, true, "二维码为空");
LogInfo("更新工单出库料[" + currTrayNum + "] [" + code + "]为NG料:" + "二维码为空");
}
JHY_11_TopDown();
}
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!