From cec3932a96085633ce920c08eaf0a5471c559678 Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Thu, 16 May 2024 14:44:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3CreateJob=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BD=86=E7=B3=BB=E7=BB=9F=E4=BB=8D=E8=BF=9B=E5=85=A5AutoRunni?= =?UTF-8?q?ng=E7=8A=B6=E6=80=81Abort=20Disable=E5=AF=BC=E8=87=B4=E6=97=A0?= =?UTF-8?q?=E6=B3=95Abort=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/ReleaseNotes.md | 8 ++++++++ SicUI/Models/Operations/Overviews/OverViewViewModel.cs | 4 ++-- SicUI/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index 5036377..6ec55b2 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,14 @@ Manual-GE 手动通用版(适用无EFEM设备) ------ +## Version 1.3.1.40516 +**2024-05-16** + +- Bug修复 + - 修正CreateJob报错但系统仍进入AutoRunning状态Abort Disable导致无法Abort的问题 + +- 新特性 +- ## Version 1.3.1.40515 **2024-05-15** diff --git a/SicUI/Models/Operations/Overviews/OverViewViewModel.cs b/SicUI/Models/Operations/Overviews/OverViewViewModel.cs index 5e2c6d4..c9acf67 100644 --- a/SicUI/Models/Operations/Overviews/OverViewViewModel.cs +++ b/SicUI/Models/Operations/Overviews/OverViewViewModel.cs @@ -595,8 +595,8 @@ namespace SicUI.Models.Operations.Overviews { get { - if (IsAuto) - return !string.IsNullOrEmpty(LoadLockJobStatus); + //if (IsAuto) + // return !string.IsNullOrEmpty(LoadLockJobStatus); return IsRtRunning; } diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index e6ef406..45147d8 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -56,6 +56,6 @@ using System.Windows; -[assembly: AssemblyVersion("1.3.1.40515")] +[assembly: AssemblyVersion("1.3.1.40516")] [assembly: AssemblyInformationalVersion("手动通用版(无EFEM)")]