From 93652435728de839582440eefd5122c281181d35 Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期二, 24 十月 2023 18:46:04 +0800 Subject: [PATCH] 优先级管理添加注释 --- _Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def index c8e9a52..30ca8f6 100644 --- a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def +++ b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def @@ -6,9 +6,6 @@ [* // Select a secnario, will also be triggered when scenario is activated via scn mgr list - macroPlanOld := MacroPlan; - info( "SelectionScenario.OnSelectionCHanged macroPlanOld : " + [String]macroPlanOld.MDSID() ) - ApplicationLibMacroPlanner.SelectScenarioReadOnly( SelectionScenario.Data() ); // Set active scenario on form @@ -18,9 +15,5 @@ { ApplicationLibMacroPlanner.ComponentMDS_SelectInstance( frm, SelectionScenario.Data() ); } - - macroPlanNew := MacroPlan; - info( "SelectionScenario.OnSelectionCHanged macroPlanNew : " + [String]macroPlanOld.MDSID() ) - ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew ); *] } -- Gitblit v1.9.3