Commit f54bf1a7 LN

打开自动出入库

1 个父辈 b5995778
......@@ -540,7 +540,7 @@ namespace OnlineStore.DeviceLibrary
storeRunStatus = StoreRunStatus.Runing;
//设备连接,入库后,BOX恢复原始状态
storeStatus = StoreStatus.StoreOnline;
//InOutEndProcess(StoreMoveType.InStore);
InOutEndProcess(StoreMoveType.InStore);
}
else
{
......@@ -813,7 +813,7 @@ namespace OnlineStore.DeviceLibrary
LogUtil.info(LOGGER, StoreName + " 【" + posId + "】出库结束[" + FormUtil.GetSpanStr(span) + "]", storeMoveColor);
StoreMove.EndMove();
storeRunStatus = StoreRunStatus.Runing;
//InOutEndProcess(StoreMoveType.OutStore);
InOutEndProcess(StoreMoveType.OutStore);
}
private void SO_14_GoBack()
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!