From c425d960e4eefbe0565de33aabbdc83552580e88 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期三, 05 六月 2024 15:29:57 +0800 Subject: [PATCH] 换型损失设置前端form建 --- _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def | 2 +- 1 files changed, 1 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 0587aa7..0a7dd6c 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def +++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def @@ -13,7 +13,7 @@ // Event and LeadingParticipation subject := edtName.Text(); description := edtDescription.Text(); - eventTypeList := edtEventType.Text(); + eventTypeList := ddlEventType.Data(); category := sEvent.EventCategory(); isDefault := ckbApplyToNewResources.Checked(); startDate := dsStartDate.Date(); -- Gitblit v1.9.3