From 1ba69c3cf5c9e88d36db217bcc84ec8cda5d29b7 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期三, 27 十一月 2024 12:10:01 +0800 Subject: [PATCH] 添加确认对话框 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgRequirementPreprocessing.def | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgRequirementPreprocessing.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgRequirementPreprocessing.def index 93f5269..ba77e78 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgRequirementPreprocessing.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_abgRequirementPreprocessing.def @@ -27,7 +27,7 @@ Properties: [ Image: 'FLASH' - Label: 'Requirement upload' + Label: 'Demand upload' Taborder: 1 ] } @@ -45,6 +45,8 @@ Properties: [ DataType: 'ArchiveExecutionStatus' + FilterArguments: 'userName:QLibMacroPlannerWebUI::ApplicationMacroPlanner.ActionBarMacroPlanner.dhUserName' + FixedFilter: 'object.Filter( userName )' Source: 'ArchiveExecutionStatus' Taborder: 0 Transformation: 'RequirementImportExecutionStatus' @@ -53,9 +55,30 @@ ] Properties: [ + Taborder: 3 + ] + } + Component bBESIWarning + { + #keys: '[414996.0.413910939]' + BaseType: 'WebButton' + Properties: + [ + Image: 'WARNING' + Label: 'BESI warning' Taborder: 2 ] } + Component dhUserName + { + #keys: '[413988.0.1522010283]' + BaseType: 'WebDataHolder' + Databinding: 'String*' + Properties: + [ + Taborder: 4 + ] + } ] Properties: [ -- Gitblit v1.9.3