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, "");