From e4edcfd0b987b239526f5375881b919789782dad Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期一, 13 十一月 2023 09:32:03 +0800 Subject: [PATCH] 修改优先级因子的一些功能和关系 --- _Main/UI/MacroPlannerWebApp/Component_FormPriorityPolicy/Component_PanelPriorityPolicyOperationButton#713.def | 48 +++++++++++++++++++++++++++++++++++++----------- 1 files changed, 37 insertions(+), 11 deletions(-) diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormPriorityPolicy/Component_PanelPriorityPolicyOperationButton\043713.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormPriorityPolicy/Component_PanelPriorityPolicyOperationButton\043713.def" index 571a83c..379fc05 100644 --- "a/_Main/UI/MacroPlannerWebApp/Component_FormPriorityPolicy/Component_PanelPriorityPolicyOperationButton\043713.def" +++ "b/_Main/UI/MacroPlannerWebApp/Component_FormPriorityPolicy/Component_PanelPriorityPolicyOperationButton\043713.def" @@ -12,7 +12,7 @@ Properties: [ Label: '娣诲姞' - Taborder: 1 + Taborder: 2 ] } Component Buttonplus @@ -22,7 +22,7 @@ Properties: [ Label: '+' - Taborder: 2 + Taborder: 3 ] } Component ButtonSubtract @@ -32,7 +32,7 @@ Properties: [ Label: '-' - Taborder: 3 + Taborder: 4 ] } Component ButtonMultiply @@ -42,7 +42,7 @@ Properties: [ Label: 'x' - Taborder: 4 + Taborder: 5 ] } Component ButtonDivide @@ -52,7 +52,7 @@ Properties: [ Label: '/' - Taborder: 5 + Taborder: 6 ] } Component ButtonLeftParenthesis @@ -62,7 +62,7 @@ Properties: [ Label: '(' - Taborder: 6 + Taborder: 7 ] } Component ButtonRightParenthesis @@ -72,7 +72,7 @@ Properties: [ Label: ')' - Taborder: 7 + Taborder: 8 ] } Component ButtonRollBack @@ -82,19 +82,45 @@ Properties: [ Label: '<-' - Taborder: 8 + Taborder: 9 ] } - Component DropDownStringList + Component DropDownListPriorityFactor { - #keys: '[414382.0.501480353]' - BaseType: 'WebDropDownStringList' + #keys: '[414996.0.100761502]' + BaseType: 'WebDropDownList' + Children: + [ + Component DataExtractorPriorityPolicyOperationButton + { + #keys: '[414996.0.100761504]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'BusinessType' + Source: 'DataHolderBusinessTypeSelect' + Taborder: 0 + Transformation: 'PriorityFactor' + ] + } + ] Properties: [ + DisplayField: 'Name' Label: '浼樺厛绾у洜瀛�' Taborder: 0 ] } + Component DataHolderPriorityFactorSelect + { + #keys: '[414996.0.104017667]' + BaseType: 'WebDataHolder' + Databinding: 'PriorityFactor' + Properties: + [ + Taborder: 1 + ] + } ] Properties: [ -- Gitblit v1.9.3