Commit 87825b3e LN

优化入库等待时间长问题。

1 个父辈 4467c57d
...@@ -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!