diff --git a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs index 040de17..c7a31ec 100644 --- a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs +++ b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs @@ -110,7 +110,7 @@ namespace Rs.MotionPlat.SysConfig exit = true; } } - else if (fixtureret.Result == EOneGrabSixteenResult.Slant) + else if (fixtureret.Result == EOneGrabSixteenResult.Slant || fixtureret.Result == EOneGrabSixteenResult.NoHaveProdut) { EButtonType buttonSelect = Msgbox.ShowTipDialog(EButtonType.Retry | EButtonType.EndInput | EButtonType.Skip, $"slot{i + 1} location fail","location fail",true); if (buttonSelect == EButtonType.EndInput)