From 289f9d09fbe1593c6439dc7be3d38b1eec722df5 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期二, 17 十月 2023 14:46:51 +0800 Subject: [PATCH] 物料标签和工单类型数据集切换 --- _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditScenario/Component_PanelGeneral#549.def | 41 +++++++++++++++++++++++++++++------------ 1 files changed, 29 insertions(+), 12 deletions(-) diff --git "a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditScenario/Component_PanelGeneral\043549.def" "b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditScenario/Component_PanelGeneral\043549.def" index f8a1684..687eea6 100644 --- "a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditScenario/Component_PanelGeneral\043549.def" +++ "b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditScenario/Component_PanelGeneral\043549.def" @@ -39,18 +39,6 @@ Taborder: 3 ] } - Component dropDownStringListGeneral - { - #keys: '[414384.0.692930324]' - BaseType: 'WebDropDownStringList' - Properties: - [ - AllowEmpty: true - DataBinding: 'DataHolderDialogData.Data.BusinessType' - Label: 'BusinessType' - Taborder: 4 - ] - } Component CheckboxIsCreateNewVersion { #keys: '[412960.0.157150313]' @@ -62,5 +50,34 @@ Taborder: 7 ] } + Component DropDownListGeneral + { + #keys: '[412960.0.324971441]' + BaseType: 'WebDropDownList' + Databinding: 'BusinessType' + Children: + [ + Component DataExtractorGeneral + { + #keys: '[412960.0.324971443]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'GlobalOTDTable' + Description: '浼犲叆Business Type绫昏繘Dosync' + Source: 'GlobalOTDTable' + Taborder: 0 + Transformation: 'BusinessType' + ] + } + ] + Properties: + [ + AllowEmpty: true + DisplayField: 'ScenarioName' + Label: 'Scenario Name' + Taborder: 4 + ] + } ] } -- Gitblit v1.9.3