Commit 048c06ea LN

启用自动出入库

1 个父辈 f5094191
......@@ -540,7 +540,7 @@ namespace OnlineStore.DeviceLibrary
storeRunStatus = StoreRunStatus.Runing;
//设备连接,入库后,BOX恢复原始状态
storeStatus = StoreStatus.StoreOnline;
//InOutEndProcess(StoreMoveType.InStore);
InOutEndProcess(StoreMoveType.InStore);
}
else
{
......@@ -811,7 +811,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!