From 91868cd1ea7eeb00fb573b4ef7a128e988b7a330 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 27 五月 2024 14:36:08 +0800 Subject: [PATCH] 批量维护产能占用事件新建成功 --- _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent#778.def | 6 +++--- 1 files changed, 3 insertions(+), 3 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 83d259b..74fe8b7 100644 --- "a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" +++ "b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateEvent\043778.def" @@ -30,7 +30,7 @@ { sEvent.Type( LibCal_Event::TYPE_PARTIAL() ); } - + info( '------------------------------', category_i.Name(), sEvent.Type(), sEvent.EventCategory().Name() ); // Set the Event and the related controls... // The values are explicitly assigned here 'at the beginning' to the controls, // so that the values can be used by the rest of the logic. Databinding is executed too late for that. @@ -57,8 +57,8 @@ // Initialize the category here, when done in the OnCreate() there is no selection in the DropDownList. // Select the general category for new events. - this.InitializeCategories(); - ddlCategory.Data( owner_i.CalendarRegistry().GetGeneralEventCategory() ); + //this.InitializeCategories(); + //ddlCategory.Data( owner_i.CalendarRegistry().GetGeneralEventCategory() ); // Must be done here, when done in the OnCreate() the checkmarks are not always set when the dialog is opened for editing an event. // Pre-select all resources as subscriber when creating a common event. -- Gitblit v1.9.3