From e4edcfd0b987b239526f5375881b919789782dad Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 13 十一月 2023 09:32:03 +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