This commit is contained in:
2024-04-11 15:04:11 +08:00
parent 1f909839d6
commit 5f16ca1abe
7 changed files with 77 additions and 15 deletions

View File

@@ -434,6 +434,8 @@ namespace Tnb.WarehouseMgr
{
_ = await _db.Deleteable(elevatorQueueItem).ExecuteCommandAsync();
}
await _wareHouseService.SsxControl(disTask, "LOAD");
}
else if (input.action == "UNLOAD")