From f05a9841c606ebef1e41ae7b6720696c6315b53b Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期一, 27 五月 2024 16:57:10 +0800
Subject: [PATCH] 批量维护产能占用事件列表显示

---
 _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
index b377bc6..ba11fff 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
@@ -69,7 +69,9 @@
                                                periodType, periodStartDate, nrOfOccurrences, periodEndDate,
                                                // Subscribers
                                                dhSubscribers.Data() );
-    
+    info( '------------2----------', isnull( sEvent ), isnull( sLeadPart.WrappedInstance() ) );
+    info( sEvent.Subject(), '---', sEvent.EventID(), '---', sEvent.Info() );
+    //info( sLeadPart.WrappedInstance().Info() );
     return event;
   *]
 }

--
Gitblit v1.9.3