From bac6da002528f06ab9c91bb48d5a6e72493b2b60 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 29 八月 2024 17:01:07 +0800
Subject: [PATCH] 装配上线计划添加一个4位码
---
_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def | 13 +++++++++++++
1 files changed, 13 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 db6cb34..ec25220 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
@@ -17,6 +17,9 @@
#child: ActionBarPageScenarioSelection
#child: applicationFixedPageActionBarPageDef
#child: applicationDevelopmentActionBarPageDef_1
+ #child: abpAlgorithmPostProcessing
+ #child: ActionBarPagePlan
+ #child: ActionBarPageReport
]
}
Component dhBinaryDataPR id:dhBinaryDataPR_688
@@ -179,5 +182,15 @@
Taborder: 51
]
}
+ Component dhSelectedShiftDay
+ {
+ #keys: '[413988.0.1371211822]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'ShiftDay'
+ Properties:
+ [
+ Taborder: 56
+ ]
+ }
]
}
--
Gitblit v1.9.3