From 2f15110a6b35c72d993d7ea46e8a9be9868ddd81 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 26 七月 2024 17:15:16 +0800
Subject: [PATCH] 接口数据同步到库存更新页面

---
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def |   12 ++++++++++++
 1 files changed, 12 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 d05a449..2a93db6 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/_ROOT_Component_ApplicationMacroPlanner.def
@@ -18,7 +18,9 @@
         #child: applicationFixedPageActionBarPageDef
         #child: applicationDevelopmentActionBarPageDef_1
         #child: abpAlgorithmPostProcessing
+        #child: ActionBarPagePlan
         #child: ActionBarPageReport
+        #child: ActionBarPageScenarioComparison
       ]
     }
     Component dhBinaryDataPR id:dhBinaryDataPR_688
@@ -181,5 +183,15 @@
         Taborder: 51
       ]
     }
+    Component dhSelectedShiftDay
+    {
+      #keys: '[413988.0.1371211822]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'ShiftDay'
+      Properties:
+      [
+        Taborder: 56
+      ]
+    }
   ]
 }

--
Gitblit v1.9.3