From 58a8a8843f101b2a1ba25622e2ef8ade605e0c49 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@WIN-16OJST5SSCB> Date: 星期一, 02 十二月 2024 16:28:23 +0800 Subject: [PATCH] OCV2-包装代码 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/Task/RequestInbound.cs | 5 ----- 1 files changed, 0 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..394f630 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,18 +57,13 @@ 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: - break; default: ConveyorLineOutFinish(conveyorLine, command, childDeviceCode, ProtocalDetailValue); break; -- Gitblit v1.9.3