From 868b18babbe43321158eacf07f0fafdcc422dff5 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Sun, 18 Feb 2024 08:39:27 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E6=9C=80=E5=90=8E8?= =?UTF-8?q?=E4=B8=AA=E4=BA=A7=E5=93=81=E6=97=B6=E4=B8=8D=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=202=E3=80=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7V2.20.24.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs | 1 + Rs.SkyLine/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs index b43519f..c507137 100644 --- a/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/DischargeFlow.cs @@ -646,6 +646,7 @@ namespace Rs.MotionPlat.Flow { if (LoadAndUnloadTask.Instance.GetUnDealedTask().Count > 0) { + ScanBarCode(); StockTrayToTurnoverTray = !StockTrayToTurnoverTray; flowStep = EDischargeFlowStep.到取料位上方; } diff --git a/Rs.SkyLine/Properties/AssemblyInfo.cs b/Rs.SkyLine/Properties/AssemblyInfo.cs index ff11555..0fc1e25 100644 --- a/Rs.SkyLine/Properties/AssemblyInfo.cs +++ b/Rs.SkyLine/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; // //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: - [assembly: AssemblyVersion("2.20.24.8")] + [assembly: AssemblyVersion("2.20.24.9")] //[assembly: AssemblyVersion("1.0.0.0")] //[assembly: AssemblyFileVersion("1.0.0.0")]