From b5fe109b08ce6e1e78696bb7cf41f415dc6a4587 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期四, 05 十二月 2024 13:33:35 +0800 Subject: [PATCH] 添加任务历史 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs index 6ffeb40..039f5c7 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs @@ -57,20 +57,19 @@ await RequestWmsTask(conveyorLine, command, childDeviceCode, ProtocalDetailValue); break; case 2: - break; case 3: - break; case 4: - break; case 5: - break; case 6: await CreateAndSendEmptyTrayTask(conveyorLine, command, childDeviceCode, ProtocalDetailValue); break; case 7: + RequestOutNextAddress(conveyorLine, command, childDeviceCode, ProtocalDetailValue); + break; + case 10: + ConveyorLineOutFinish(conveyorLine, command, childDeviceCode, ProtocalDetailValue); break; default: - ConveyorLineOutFinish(conveyorLine, command, childDeviceCode, ProtocalDetailValue); break; } -- Gitblit v1.9.3