From 01fd5fa294b8ca5c9fa1d1cbcd1375e297f0aba4 Mon Sep 17 00:00:00 2001 From: icewint Date: Thu, 30 May 2024 15:36:11 +0800 Subject: [PATCH] =?UTF-8?q?[normal]=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WcsMain/ElTag/Atop/BaseOprDataHandler.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/WcsMain/ElTag/Atop/BaseOprDataHandler.cs b/WcsMain/ElTag/Atop/BaseOprDataHandler.cs index fccc7ee..932463c 100644 --- a/WcsMain/ElTag/Atop/BaseOprDataHandler.cs +++ b/WcsMain/ElTag/Atop/BaseOprDataHandler.cs @@ -48,15 +48,6 @@ public class BaseOprDataHandler(AppElTagBaseDao tagBaseDao, AppElTagTaskDao tagT break; } }); - - - - if(tcpServe.SubCommand==(int)AtopSubCommandEnum.Confirm || tcpServe.SubCommand==(int)AtopSubCommandEnum.StockOut) - { - Task.Factory.StartNew(() => Confirm(tcpServe)); // 当确定拣选或者缺货时 - return; - } - }