From 8e3281d6344b5e072e4a1448eebf6d12e042bdb4 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 27 五月 2024 18:00:53 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_abgRequirementPreprocessing_dhRequirementImportExecuti.def | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_abgRequirementPreprocessing_dhRequirementImportExecuti.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_abgRequirementPreprocessing_dhRequirementImportExecuti.def index 2860d95..2c02609 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_abgRequirementPreprocessing_dhRequirementImportExecuti.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Response_MacroPlanner_abgRequirementPreprocessing_dhRequirementImportExecuti.def @@ -10,7 +10,21 @@ Body: [* if ( not isnull( this.Data() ) ) { + ries := this.Data(); + info( "鎵ц鐢ㄦ埛锛�", this.Data().ExecutionUserName(), " 鎵ц鐘舵�侊細", this.Data().ExecutionUserName(), " 鎵ц娑堟伅锛�", this.Data().ExecutionRespMessage() ); + + if ( ries.ExecutionIsSuccess() ) { + + } else { + if ( ries.ExecutionStatus() = "InProgress" ) { + bRequirementUpload.Image( "APPLICATION_STOP" ); + } else if ( ries.ExecutionStatus() = "Complete" ) { + bRequirementUpload.Image( "FLASH" ); + } + } + + this.Data().Delete(); } *] GroupServerCalls: false -- Gitblit v1.9.3