From b6e625253aef34494a2e6e0ba70f02281b50302f Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期一, 06 十一月 2023 10:08:45 +0800 Subject: [PATCH] 年度产销增加运行状态 --- _Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/_ROOT_Component_FormCapacityAndSaleBudgeCompare.def | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/_ROOT_Component_FormCapacityAndSaleBudgeCompare.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/_ROOT_Component_FormCapacityAndSaleBudgeCompare.def index d5e9525..fd88e20 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/_ROOT_Component_FormCapacityAndSaleBudgeCompare.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/_ROOT_Component_FormCapacityAndSaleBudgeCompare.def @@ -9,6 +9,31 @@ [ #child: MatrixEditorCapacityAndSaleBudgeCompare #child: pButton + Component dhStatus + { + #keys: '[414702.1.386200525]' + BaseType: 'WebDataHolder' + Databinding: 'CapacityAndSaleBudgeRunStatus' + Children: + [ + Component deStatus + { + #keys: '[414702.1.386200546]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'GlobalOTDSOP' + Source: 'GlobalOTDSOP' + Taborder: 0 + Transformation: 'CapacityAndSaleBudgeRunStatus' + ] + } + ] + Properties: + [ + Taborder: 2 + ] + } ] Properties: [ -- Gitblit v1.9.3