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 | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
index 0eca66a..2c89ac6 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgSecondDevelopmentPlan.def
@@ -16,13 +16,15 @@
Taborder: 0
]
}
- Component bBlank
+ Component bPackagingPlan
{
#keys: '[413988.0.1291640400]'
BaseType: 'WebButton'
Properties:
[
- Taborder: 2
+ Image: 'SIXPACK_BEER'
+ Label: 'Packaging plan'
+ Taborder: 3
]
}
Component bOfflinePlan
@@ -36,6 +38,27 @@
Taborder: 1
]
}
+ Component bAssemblyOnlinePlan
+ {
+ #keys: '[413988.0.1351375850]'
+ BaseType: 'WebButton'
+ Properties:
+ [
+ Description: 'AssemblyOnlinePlan'
+ Image: 'PALM_TREE'
+ Label: 'Assembly online plan'
+ Taborder: 2
+ ]
+ }
+ Component btnSecondDevelopmentPlan
+ {
+ #keys: '[413988.0.1400700646]'
+ BaseType: 'WebButton'
+ Properties:
+ [
+ Taborder: 4
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3