Commit b964cbbc LN

仓门口料不抓问题修改

1 个父辈 98708ae0
...@@ -170,10 +170,10 @@ namespace OnlineStore.DeviceLibrary ...@@ -170,10 +170,10 @@ namespace OnlineStore.DeviceLibrary
{ {
return true; return true;
} }
else if (runs.Equals(LineRunStatus.Busy) && movestatus.Equals(LineStatus.InStoreEnd)) //else if (runs.Equals(LineRunStatus.Busy) && movestatus.Equals(LineStatus.InStoreEnd))
{ //{
return true; // return true;
} //}
else else
{ {
NotOkMsg = " [料仓" + id + "可以入库:忙碌中] "; NotOkMsg = " [料仓" + id + "可以入库:忙碌中] ";
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!