From 6d3afbb413ae163ac9cd68ae210adf979af9e7fd Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期一, 27 五月 2024 09:48:10 +0800
Subject: [PATCH] 需求导入优化
---
_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