From 5ae534ab606e6f2ba5ea60914224d665b0447d5a Mon Sep 17 00:00:00 2001
From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com>
Date: 星期二, 07 十一月 2023 22:48:31 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin
---
_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Response_pnlContent_isRange_OnChanged.def | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Response_pnlContent_isRange_OnChanged.def b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Response_pnlContent_isRange_OnChanged.def
index 91202b9..93d57eb 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Response_pnlContent_isRange_OnChanged.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogEditPriorityFactorDetails/Response_pnlContent_isRange_OnChanged.def
@@ -11,12 +11,18 @@
[*
if( this.Checked())
{
- RangeMax.ReadOnly(false);
- RangeMin.ReadOnly(false)
+ RangeMax.Visible(true);
+ RangeMin.Visible(true);
+ RangeMaxTest.Visible(false);
+ RangeMinText.Visible(false);
}
else{
- RangeMax.ReadOnly(true);
- RangeMin.ReadOnly(true)
+ RangeMax.Visible(false);
+ RangeMin.Visible(false);
+ RangeMaxTest.Visible(true)
+ RangeMaxTest.Text([String]DataHolderEditPriorityFactorDetail.Data().RangeMax());
+ RangeMinText.Visible(true)
+ RangeMinText.Text([String]DataHolderEditPriorityFactorDetail.Data().RangeMin());
}
*]
GroupServerCalls: false
--
Gitblit v1.9.3