From 489256930a3db0c94fc783c307d134b6ff918ce4 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 20 八月 2024 15:25:46 +0800
Subject: [PATCH] 修复Forecast计划周期之外的数据

---
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuInterface.def |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuInterface.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuInterface.def
index 8367d24..77bd762 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuInterface.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuInterface.def
@@ -27,6 +27,27 @@
         Title: 'Machine stock data'
       ]
     }
+    Component MenuFinishedEngineInventory
+    {
+      #keys: '[415136.0.933525462]'
+      BaseType: 'WebMenu'
+      Properties:
+      [
+        Image: 'SPREADSHEET'
+        Taborder: 2
+        Title: 'Finished engine inventory'
+      ]
+    }
+    Component mInterfacePlanInventoryDataPush
+    {
+      #keys: '[413988.0.1495640230]'
+      BaseType: 'WebMenu'
+      Properties:
+      [
+        Taborder: 3
+        Title: '璁″垝搴撳瓨鏁版嵁鎺ㄩ�佹帴鍙f祴璇�'
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3