From f2daf4fe26b4447f16c74851846ced7cd4840a2e Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 6 Mar 2025 15:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=91=E6=96=99=E6=A8=A1=E5=BC=8F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97=E7=9A=84=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/SysConfig/SelectProductFrm.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs index 334fb6c..040de17 100644 --- a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs +++ b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs @@ -1,4 +1,5 @@ using Rs.Controls; +using Rs.Framework; using Rs.MotionPlat.Commom; using Rs.MotionPlat.Entitys; using Rs.MotionPlat.Flow.NormalFlow; @@ -114,12 +115,14 @@ namespace Rs.MotionPlat.SysConfig EButtonType buttonSelect = Msgbox.ShowTipDialog(EButtonType.Retry | EButtonType.EndInput | EButtonType.Skip, $"slot{i + 1} location fail","location fail",true); if (buttonSelect == EButtonType.EndInput) { + MessageQueue.Instance.Insert("选择了EndInput"); DischargeModuleGoSafePosFlow.Instance.GoSafePostion(); exit = true; return; } else if (buttonSelect == EButtonType.Skip) { + MessageQueue.Instance.Insert("选择了Skip"); logInfo = $"{i + 1},\r\n"; Invoke(new Action(() => { dataGridView1.Rows.Add(i + 1, "");