From 8a8582d827499854fdc8ee191b20306dcebaf213 Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期四, 09 十一月 2023 13:58:43 +0800
Subject: [PATCH] PeggingResult增加运行状态

---
 _Main/UI/MacroPlannerWebApp/Component_FormPeggingResult/Response_ListStockingPoint_140_mGeneratePeggingResult266_OnClick.def |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormPeggingResult/Response_ListStockingPoint_140_mGeneratePeggingResult266_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormPeggingResult/Response_ListStockingPoint_140_mGeneratePeggingResult266_OnClick.def
index 04ac97c..a13e31f 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormPeggingResult/Response_ListStockingPoint_140_mGeneratePeggingResult266_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormPeggingResult/Response_ListStockingPoint_140_mGeneratePeggingResult266_OnClick.def
@@ -12,7 +12,9 @@
   {
     Body:
     [*
-      PeggingResultProductInStockingPoint_MP::CreateData( selection, MacroPlan );
+      RunStatus::OnRun( GlobalOTDLog, "Pegging Result" );
+      
+      PeggingResultProductInStockingPoint_MP::AsyncCreateData( MacroPlan, selection );
     *]
     GroupServerCalls: false
   }

--
Gitblit v1.9.3