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_DialogZEDPPSMS64/Component_pnlActions.def | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def
index 1733369..dddb4a1 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSMS64/Component_pnlActions.def
@@ -5,16 +5,6 @@
BaseType: 'WebPanel'
Children:
[
- Component btnApply
- {
- #keys: '[415136.0.1033612184]'
- BaseType: 'WebButton'
- Properties:
- [
- Label: 'Apply'
- Taborder: 0
- ]
- }
Component btnOk
{
#keys: '[415136.0.1033612186]'
@@ -22,7 +12,7 @@
Properties:
[
Label: 'OK'
- Taborder: 1
+ Taborder: 0
]
}
Component btnCancel
@@ -32,7 +22,7 @@
Properties:
[
Label: 'Cancel'
- Taborder: 2
+ Taborder: 1
]
}
]
--
Gitblit v1.9.3