From 34d29be6a3eb0c025da50b77f2107c4ad259c6c0 Mon Sep 17 00:00:00 2001 From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com> Date: 星期一, 25 九月 2023 22:50:04 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into feature/kevin_addsanitycheck --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def | 21 +++++++++++++++++++++ 1 files changed, 21 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 72e5ee3..b0bcb6e 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def @@ -11,6 +11,7 @@ [ #child: ActionBarPageData #child: ActionBarPageSales + #child: applicationDevelopmentActionBarPageDef_1 ] } Component DataHolderCapacityAndSaleBudgeFilterItem @@ -43,5 +44,25 @@ Taborder: 42 ] } + Component DataHolderCapacityAndSaleBudgeFilterBusinessType + { + #keys: '[414384.0.874472860]' + BaseType: 'WebDataHolder' + Databinding: 'structured[CapacityAndSaleBudgeFilterBusinessType]*' + Properties: + [ + Taborder: 43 + ] + } + Component DataHolderCapacityAndSaleBudgeFilterPlaceOfProductionOfArray + { + #keys: '[414384.0.874472866]' + BaseType: 'WebDataHolder' + Databinding: 'structured[CapacityAndSaleBudgeFilterPlaceOfProductionOfArray]*' + Properties: + [ + Taborder: 44 + ] + } ] } -- Gitblit v1.9.3