From 2d107a69e5d84532a7dd5defe3196280b23b4d1f Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 26 八月 2024 15:24:33 +0800 Subject: [PATCH] 装配上线计划+机加下线计划- SAP接口类 --- _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