From 712d2f68e0d1e9e111aa5d870283f4edf2da3739 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期二, 22 十月 2024 14:10:28 +0800
Subject: [PATCH] 财务产量/销量报表刷新导出报错
---
_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
index 77a368c..f6b290e 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ActionBarGroupRestraint.def
@@ -5,17 +5,28 @@
BaseType: 'WebActionBarGroup'
Children:
[
- Component ButtonChangeLossSetting
+ Component ButtonChangeoverLossSetting
{
#keys: '[415136.0.747550259]'
BaseType: 'WebButton'
Properties:
[
Image: 'GEAR'
- Label: 'Change loss setting'
+ Label: 'Changeover loss setting'
Taborder: 0
]
}
+ Component ButtonLockPeriod
+ {
+ #keys: '[412672.0.1039433722]'
+ BaseType: 'WebButton'
+ Properties:
+ [
+ Image: 'GEAR_LOCK'
+ Label: 'Lock period'
+ Taborder: 1
+ ]
+ }
]
Properties:
[
--
Gitblit v1.9.3