From 08315e92511e1ac6ee8a76387db4ffbb3aa81837 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期五, 19 七月 2024 14:46:11 +0800 Subject: [PATCH] 包装计划基础数据维护 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def index db2e7a4..2c89ac6 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def @@ -16,12 +16,14 @@ Taborder: 0 ] } - Component bBlank + Component bPackagingPlan { #keys: '[413988.0.1291640400]' BaseType: 'WebButton' Properties: [ + Image: 'SIXPACK_BEER' + Label: 'Packaging plan' Taborder: 3 ] } @@ -48,6 +50,15 @@ Taborder: 2 ] } + Component btnSecondDevelopmentPlan + { + #keys: '[413988.0.1400700646]' + BaseType: 'WebButton' + Properties: + [ + Taborder: 4 + ] + } ] Properties: [ -- Gitblit v1.9.3