From 8b964922bdbaa5c31ddb88f997b82ee37d65a4cc Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期二, 03 十二月 2024 16:11:49 +0800 Subject: [PATCH] 导航栏优化 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupPlanViews.def | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupPlanViews.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupPlanViews.def index ad37324..d38880a 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupPlanViews.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupPlanViews.def @@ -14,5 +14,61 @@ Taborder: 8 ] } + Component bTransferPlan id:bTransferPlan_697 + { + #keys: '[413988.1.207593018]' + BaseType: 'WebButton' + Properties: + [ + Image: 'HAND_TRUCK_BOX' + Label: 'Transfer plan' + Taborder: 9 + ] + } + Component bNewOfflinePlan id:bNewOfflinePlan_667 + { + #keys: '[413988.1.207593152]' + BaseType: 'WebButton' + Properties: + [ + Image: 'LIGHTBULB' + Label: 'Output plan' + Taborder: 10 + ] + } + Component bNewAssemblyOnlinePlan id:bNewAssemblyOnlinePlan_670 + { + #keys: '[413988.1.207593219]' + BaseType: 'WebButton' + Properties: + [ + Description: '鏂扮増涓婄嚎璁″垝' + Image: 'PALM_TREE' + Label: 'Filing plan' + Taborder: 11 + ] + } + Component bPackagingPlan id:bPackagingPlan_368 + { + #keys: '[413988.1.207540470]' + BaseType: 'WebButton' + Properties: + [ + Image: 'SIXPACK_BEER' + Label: 'Packaging plan' + Taborder: 12 + ] + } + Component bShippingActualData id:bShippingActualData_957 + { + #keys: '[413988.1.207540537]' + BaseType: 'WebButton' + Properties: + [ + Image: 'TABLE_CONNECTION' + Label: 'Shipping data' + Taborder: 13 + ] + } ] } -- Gitblit v1.9.3