From a62e028a3ee3368f37c9e01ca3a7d4da8d5a8817 Mon Sep 17 00:00:00 2001 From: admin <admin@admin.com> Date: 星期五, 30 八月 2024 09:32:34 +0800 Subject: [PATCH] 班次时间BUG修复 --- _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsStart_OnCreated.def | 16 ++++++++++++++++ _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsEnd_OnCreated.def | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsEnd_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsEnd_OnCreated.def new file mode 100644 index 0000000..b9f4385 --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsEnd_OnCreated.def @@ -0,0 +1,16 @@ +Quintiq file version 2.0 +#parent: pnlContent/dtsEnd +Response OnCreated () id:Response_pnlContent_dtsEnd_OnCreated +{ + #keys: '[415754.0.188441775]' + CanBindMultiple: false + DefinitionID: 'Responsedef_WebComponent_OnCreated' + QuillAction + { + Body: + [* + this.DateTime( DateTime::Construct( 2024, 1, 1 ) ); + *] + GroupServerCalls: false + } +} diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsStart_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsStart_OnCreated.def new file mode 100644 index 0000000..c6c2392 --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditShiftDayTime/Response_pnlContent_dtsStart_OnCreated.def @@ -0,0 +1,16 @@ +Quintiq file version 2.0 +#parent: pnlContent/dtsStart +Response OnCreated () id:Response_pnlContent_dtsStart_OnCreated +{ + #keys: '[415754.0.186290699]' + CanBindMultiple: false + DefinitionID: 'Responsedef_WebComponent_OnCreated' + QuillAction + { + Body: + [* + this.DateTime( DateTime::Construct( 2024, 1, 1 ) ); + *] + GroupServerCalls: false + } +} -- Gitblit v1.9.3