From 6d6cc10d9e8e242661da7fd655dec155a09d676c Mon Sep 17 00:00:00 2001 From: haorenhui <renhui.hao@capgemini.com> Date: 星期一, 30 十月 2023 11:41:12 +0800 Subject: [PATCH] actual关键物料判断 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def | 63 +++++++++++++++++++++++++++++++ 1 files changed, 63 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..219db76 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def @@ -11,6 +11,10 @@ [ #child: ActionBarPageData #child: ActionBarPageSales + #child: applicationDevelopmentActionBarPageDef_1 + #child: ActionBarPagePlan + #child: ActionBarPageInventory + #child: ActionBarPageScenarioSelection ] } Component DataHolderCapacityAndSaleBudgeFilterItem @@ -43,5 +47,64 @@ 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 + ] + } + Component DataHolderAvailableScenarios + { + #keys: '[414702.1.131690403]' + BaseType: 'WebDataHolder' + Databinding: 'structured[ScenarioNode]*' + Properties: + [ + Taborder: 45 + ] + } + Component DataHolderCurrentUser #extension + { + } + Component DataHolderAllScenario + { + #keys: '[414702.1.169450613]' + BaseType: 'WebDataHolder' + Databinding: 'structured[ScenarioNode]*' + Children: + [ + Component DataExtractorAllScenario + { + #keys: '[414702.1.166961408]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'ScenarioManager' + FixedFilter: 'not object.IsDeleted()' + Source: 'ScenarioManager' + Taborder: 0 + Transformation: 'ScenarioNode' + ] + } + ] + Properties: + [ + Taborder: 46 + ] + } ] } -- Gitblit v1.9.3