From 8a69c2f5505f7d54a7ce097765ca7c6c0e265725 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期一, 11 九月 2023 15:08:29 +0800 Subject: [PATCH] 物料标签&计划策略优化 --- _Main/UI/MacroPlannerWebApp/Component_DialogMaterialLabelingAndPlanningStrategy/Component_pnlActions.def | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogEdit/Component_pnlActions.def b/_Main/UI/MacroPlannerWebApp/Component_DialogMaterialLabelingAndPlanningStrategy/Component_pnlActions.def similarity index 82% rename from _Main/UI/MacroPlannerWebApp/Component_DialogEdit/Component_pnlActions.def rename to _Main/UI/MacroPlannerWebApp/Component_DialogMaterialLabelingAndPlanningStrategy/Component_pnlActions.def index 16082f0..adcf81f 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogEdit/Component_pnlActions.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogMaterialLabelingAndPlanningStrategy/Component_pnlActions.def @@ -1,13 +1,13 @@ Quintiq file version 2.0 Component pnlActions { - #keys: '[414384.0.770880997]' + #keys: '[414702.0.131771244]' BaseType: 'WebPanel' Children: [ Component btnOk { - #keys: '[414384.0.770881001]' + #keys: '[414702.0.131771248]' BaseType: 'WebButton' Properties: [ @@ -17,7 +17,7 @@ } Component btnCancel { - #keys: '[414384.0.770881003]' + #keys: '[414702.0.131771250]' BaseType: 'WebButton' Properties: [ @@ -35,6 +35,6 @@ Orientation: 'horizontal' Padding: 'true' Style: 'footer' - Taborder: 1 + Taborder: 2 ] } -- Gitblit v1.9.3