|
|
|
@ -30,7 +30,7 @@ namespace Rs.MotionPlat.SysConfig
|
|
|
|
|
{
|
|
|
|
|
if(!string.IsNullOrEmpty(txtSn.Text))
|
|
|
|
|
{
|
|
|
|
|
ThreePointLocationFlow.Instance.Location(ETrayType.ReTest);
|
|
|
|
|
ThreePointLocationFlow.Instance.Location(ETrayType.ReTest,false);
|
|
|
|
|
}
|
|
|
|
|
SelectProduct();
|
|
|
|
|
}
|
|
|
|
@ -89,9 +89,9 @@ namespace Rs.MotionPlat.SysConfig
|
|
|
|
|
//ret.SN= fixtureret.SN;
|
|
|
|
|
//ret.OffsetX = fixtureret.OffsetX;
|
|
|
|
|
//ret.OffsetY = fixtureret.OffsetY;
|
|
|
|
|
StockTakeFlow.Instance.Take( ETrayType.Grr, i + 1, 1, fixtureret);
|
|
|
|
|
StockTakeFlow.Instance.Take( ETrayType.Grr, i + 1, 1, fixtureret,false);
|
|
|
|
|
TraySlot slot = GlobalTray.RetestTray.GetSlot(Rs.Controls.ESlotStatus.NotHave);
|
|
|
|
|
StockPlaceFlow.Instance.Place(ETrayType.ReTest, slot.Index, 1);
|
|
|
|
|
StockPlaceFlow.Instance.Place(ETrayType.ReTest, slot.Index, 1,false);
|
|
|
|
|
}
|
|
|
|
|
exit = true;
|
|
|
|
|
}
|
|
|
|
|