From deb1a6b4839488316a4eb4dcf48215bea24bbfa8 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 24 五月 2024 17:05:37 +0800 Subject: [PATCH] 批量维护产能占用事件前端ok方法 --- _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent#778.def | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" "b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" index 4a70117..83d259b 100644 --- "a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" +++ "b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" @@ -44,13 +44,13 @@ ParticipationID := [String]Key::NextPersistentKey(), StartDate := start_i.Date( timezone ), EndDate := end_i .Date( timezone ) ); - info( '----------------------', isnull( sLeadPart ) ); + //info( '----------------------', isnull( sLeadPart ) ); // Set the Participation and the related controls // (only the DataHolders, the Date-controls are set later on, after the recurrence has been initialized) dhStartDate.Data( sLeadPart.StartDate() ); //dhEndDate.Data( sLeadPart.EndDate() ); dhLeadingParticipation.Data( &sLeadPart ); - info( '-----------------------', isnull( dhLeadingParticipation.Data() ) ); + //info( '-----------------------', isnull( dhLeadingParticipation.Data() ) ); // Initialize the capacity here, when done in the OnCreate() edtCapacity is not disabled correctly. this.InitializeCapacity(); -- Gitblit v1.9.3