From 1713480c077282ef1af92177cc210d9e3c0fed9f Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期三, 20 九月 2023 18:27:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def index 075a217..72e5ee3 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def @@ -13,5 +13,35 @@ #child: ActionBarPageSales ] } + Component DataHolderCapacityAndSaleBudgeFilterItem + { + #keys: '[414384.0.814451217]' + BaseType: 'WebDataHolder' + Databinding: 'structured[CapacityAndSaleBudgeFilterItem]*' + Properties: + [ + Taborder: 40 + ] + } + Component DataHolderCapacityAndSaleBudgeFilterMonth + { + #keys: '[414384.0.814441070]' + BaseType: 'WebDataHolder' + Databinding: 'structured[CapacityAndSaleBudgeFilterMonth]*' + Properties: + [ + Taborder: 41 + ] + } + Component DataHolderCapacityAndSaleBudgeFilterYear + { + #keys: '[414384.0.814441076]' + BaseType: 'WebDataHolder' + Databinding: 'structured[CapacityAndSaleBudgeFilterYear]*' + Properties: + [ + Taborder: 42 + ] + } ] } -- Gitblit v1.9.3