From 489022017f8b581ab413455b41ec841879a75e03 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期六, 12 十月 2024 17:48:22 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_FormInventorySummaryReport/Component_PanelPower.def | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInventorySummaryReport/Component_PanelPower.def b/_Main/UI/MacroPlannerWebApp/Component_FormInventorySummaryReport/Component_PanelPower.def index f59f987..8ba1d69 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormInventorySummaryReport/Component_PanelPower.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormInventorySummaryReport/Component_PanelPower.def @@ -1,24 +1,25 @@ Quintiq file version 2.0 Component PanelPower { - #keys: '[415136.0.864612097]' + #keys: '[415136.0.1191390095]' BaseType: 'WebPanel' Children: [ - Component ddslPower + #child: ListPower + Component dhPowers { - #keys: '[415136.0.864612098]' - BaseType: 'WebDropDownStringList' + #keys: '[415136.0.1191538402]' + BaseType: 'WebDataHolder' + Databinding: 'structured[ProductPower]*' Properties: [ - Label: 'Power' Taborder: 0 ] } ] Properties: [ - Orientation: 'horizontal' Taborder: 3 + Title: 'Power' ] } -- Gitblit v1.9.3