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_FormScenarioManager/Component_ListScenario.def | 138 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def b/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def index 71d6ba4..29091a5 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Component_ListScenario.def @@ -1,4 +1,142 @@ Quintiq file version 2.0 Component ListScenario #extension { + Children: + [ + Component DataSetLevelScenario #extension + { + Children: + [ + Component listContextMenuScenarioFolder #extension + { + Children: + [ + Component MenuRelaeaseNewVersion + { + #keys: '[412960.0.168283194]' + BaseType: 'WebMenu' + Properties: + [ + DelegationID: 'ActionBarScenario_Release' + Description: '鍙戝竷鏂扮増鏈�' + Image: 'EDITOR_ALGORITHM' + Taborder: 10 + Title: 'Release New Version...' + ] + } + Component MenuCopyScenario #extension + { + } + Component MenuSaveNewVersion + { + #keys: '[412960.0.172960163]' + BaseType: 'WebMenu' + Properties: + [ + DelegationID: 'ActionBarScenario_Save' + Description: '鍙戝竷鏂扮増鏈�' + Image: 'DATA_DISK' + Taborder: 11 + Title: 'Save New Version...' + ] + } + Component MenuSeparator2 #extension + { + Properties: + [ + Taborder: 12 + ] + } + Component MenuSeparator3 #extension + { + Properties: + [ + Taborder: 14 + ] + } + Component MenuSelectScenario #extension + { + Properties: + [ + Taborder: 13 + ] + } + Component MenuEditAuthorization #extension + { + Properties: + [ + Taborder: 15 + ] + } + Component MenuSeparator4 #extension + { + Properties: + [ + Taborder: 16 + ] + } + Component MenuLoadScenario #extension + { + Properties: + [ + Taborder: 17 + ] + } + Component MenuUnloadScenario #extension + { + Properties: + [ + Taborder: 18 + ] + } + Component MenuSeparator5 #extension + { + Properties: + [ + Taborder: 19 + ] + } + Component MenuAdministration #extension + { + Properties: + [ + Taborder: 20 + ] + } + Component MenuRestoreItem #extension + { + Properties: + [ + Taborder: 21 + ] + } + Component MenuScenarioDataDistribution + { + #keys: '[414702.1.89337672]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'CABINET_FLASH' + Taborder: 22 + Title: '鏁版嵁鍒嗗彂' + ] + } + ] + } + ] + Properties: + [ + FilterArguments: 'availablescenarios:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderAvailableScenarios' + FixedFilter: 'availablescenarios.Find( object ) >= 0' + ] + } + Component DataExtractorScenario #extension + { + Properties: + [ + FilterArguments: 'availablescenarios:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderAvailableScenarios' + FixedFilter: 'availablescenarios.Find( object ) >= 0' + ] + } + ] } -- Gitblit v1.9.3