From b51233c005f97c52054a4f1d63a745b76d351f85 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期四, 19 十月 2023 11:09:04 +0800 Subject: [PATCH] 异步分发BusinessType修改 --- _Main/UI/MacroPlannerWebApp/Component_DialogDataDistribution/Component_pnlContent.def | 39 +++++++++++++++++++++++++++------------ 1 files changed, 27 insertions(+), 12 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogDataDistribution/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogDataDistribution/Component_pnlContent.def index 5c05df7..a5e8867 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogDataDistribution/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogDataDistribution/Component_pnlContent.def @@ -5,18 +5,6 @@ BaseType: 'WebPanel' Children: [ - Component dropDownStringListGeneral id:dropDownStringListGeneral_549 - { - #keys: '[414702.1.87540205]' - BaseType: 'WebDropDownStringList' - Properties: - [ - AllowEmpty: true - DataBinding: 'DataHolderScenario.Data.ScenarioName' - Label: 'Scenario Name' - Taborder: 0 - ] - } Component checkboxIsKeyProduct id:checkboxIsKeyProduct_593 { #keys: '[414702.1.87540263]' @@ -49,6 +37,33 @@ Taborder: 3 ] } + Component ddlBusinessType + { + #keys: '[414702.1.169614090]' + BaseType: 'WebDropDownList' + Databinding: 'BusinessType' + Children: + [ + Component deContent + { + #keys: '[414702.1.169614092]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'GlobalOTDTable' + Source: 'GlobalOTDTable' + Taborder: 0 + Transformation: 'BusinessType' + ] + } + ] + Properties: + [ + DisplayField: 'ScenarioName' + Label: 'Scenario Name' + Taborder: 0 + ] + } ] Properties: [ -- Gitblit v1.9.3