From 82ba0ce992e0d84aabe9b0aeb8a2b51bcc4fbf03 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 12 Jun 2024 10:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E5=8F=82=E6=95=B0=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=89=B9=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/Tiobon.Web.pdm | 8 ++++---- Tiobon.Core.Services/CommonServices.cs | 10 ++++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm index 9e7e996d..dc1fa89d 100644 --- a/Model/Tiobon.Web.pdm +++ b/Model/Tiobon.Web.pdm @@ -1,5 +1,5 @@ - + @@ -108320,11 +108320,11 @@ LABL 0 Arial Unicode MS,8,N AnswerContent 1714100011 Administrator -1714100285 +1718094009 Administrator 答案内容 -nvarchar(32) -32 +nvarchar(64) +64 A52547CF-D5F2-40A4-AF47-7E613EE8DB7D diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index 60c2a9b1..e72da3fa 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -947,7 +947,7 @@ public partial class CommonServices : BaseServices>, ICommon if (toolbar != null) { toolbar.fnKey = "TBD4YN"; } break; case "F_Training_Course_Released": - + result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() { display = true, @@ -969,7 +969,7 @@ public partial class CommonServices : BaseServices>, ICommon break; case "F_Training_Course_Disabled": - + result.JM_PageControlT1.Toolbar.Insert(0, new Toolbar() { display = true, @@ -982,6 +982,12 @@ public partial class CommonServices : BaseServices>, ICommon break; + case "F_CourseClassification": + case "F_CourseScene": + index = result.JM_PageControlT1.Toolbar.FindIndex(x => x.fnKey == "BatchUpdateYN"); + result.JM_PageControlT1.Toolbar.RemoveAt(index); + break; + } #endregion