中储仓KIVA取货确认后不需要再发送信号给输送线
This commit is contained in:
@@ -434,9 +434,17 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
_ = await _db.Deleteable(elevatorQueueItem).ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
|
||||
await _wareHouseService.SsxControl(disTask, "LOAD");
|
||||
|
||||
// 中储仓KIVA取货确认后不需要再发送信号给输送线
|
||||
if (disTask.startlocation_code == "ZSSSXCTU01" || disTask.startlocation_code == "ZSSSXCTU02")
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
await _wareHouseService.SsxControl(disTask, "LOAD");
|
||||
}
|
||||
}
|
||||
else if (input.action == "UNLOAD")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user