From e7c56c4676e153f0af05083b1f5ab0ed73d4b2c3 Mon Sep 17 00:00:00 2001 From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com> Date: 星期四, 12 十月 2023 19:19:53 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin --- _Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def index 1a52538..8f09095 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Component_pnlContent.def @@ -36,6 +36,7 @@ DataBinding: 'DataHolderEditPriorityFactorDetails.Data.RangeMax' Label: '鏈�澶у��' Taborder: 4 + Visible: false ] } Component RangeMin @@ -46,7 +47,8 @@ [ DataBinding: 'DataHolderEditPriorityFactorDetails.Data.RangeMin' Label: '鏈�灏忓��' - Taborder: 5 + ReadOnly: true + Taborder: 6 ] } Component GradeDesc @@ -59,7 +61,7 @@ FixedSize: false Label: '鎻忚堪' SizeRatio: 3 - Taborder: 6 + Taborder: 8 ] } Component PriorityFactorName @@ -84,6 +86,27 @@ Taborder: 1 ] } + Component RangeMaxTest + { + #keys: '[414382.0.523235618]' + BaseType: 'WebLabel' + Properties: + [ + Label: '鏈�澶у��' + Taborder: 5 + Visible: false + ] + } + Component RangeMinText + { + #keys: '[414382.0.523361009]' + BaseType: 'WebLabel' + Properties: + [ + Label: '鏈�灏忓��' + Taborder: 7 + ] + } ] Properties: [ -- Gitblit v1.9.3