From c281aa0fb02f315a8bae931389235cd2fb51c3e6 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期一, 15 七月 2024 16:01:18 +0800
Subject: [PATCH] 日历不可用事件界面初始化无数据

---
 _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
index 0eca66a..db2e7a4 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
@@ -22,7 +22,7 @@
       BaseType: 'WebButton'
       Properties:
       [
-        Taborder: 2
+        Taborder: 3
       ]
     }
     Component bOfflinePlan
@@ -36,6 +36,18 @@
         Taborder: 1
       ]
     }
+    Component bAssemblyOnlinePlan
+    {
+      #keys: '[413988.0.1351375850]'
+      BaseType: 'WebButton'
+      Properties:
+      [
+        Description: 'AssemblyOnlinePlan'
+        Image: 'PALM_TREE'
+        Label: 'Assembly online plan'
+        Taborder: 2
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3