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_OnOK.def | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_OnOK.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_OnOK.def index 2e386a0..c66fb1e 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_OnOK.def +++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_OnOK.def @@ -1,8 +1,6 @@ Quintiq file version 2.0 #parent: #root -Method OnOK ( - structured[LibCal_Calendar] subscribers_i -) id:Method_LibCal_dlgMultipleEvent_OnOK +Method OnOK () id:Method_LibCal_dlgMultipleEvent_OnOK { #keys: '[415136.0.647733138]' Body: @@ -19,14 +17,14 @@ //} // subscribers_i contains the calendars that are checked in the list with subscribers. - subscribers := subscribers_i.Copy(); - dhSubscribers.Data( &subscribers ); + //subscribers := subscribers_i.Copy(); + //dhSubscribers.Data( &subscribers ); // If the dialog was opened from dlgSubscription, update the data in that dialog. - if( not isnull( dhdlgSubscription.Data() ) ) - { - this.CallbackSubscriptionDialog(); - } + //if( not isnull( dhdlgSubscription.Data() ) ) + //{ + // this.CallbackSubscriptionDialog(); + //} // Effectuate the changes and close the form. Form.CreateUpdateEventAndParticipation(); -- Gitblit v1.9.3