From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项
---
_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSPIR/Method_OnOk.def | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSPIR/Method_OnOk.def b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSPIR/Method_OnOk.def
index 659b1a1..181cb35 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSPIR/Method_OnOk.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogZEDPPSPIR/Method_OnOk.def
@@ -16,12 +16,14 @@
dsEndDate.Date(),
QuintiqUser::CurrentUser().DisplayName(),
msg,
- InterfaceDataset.IsPushSAP_PIR() );
+ InterfaceDataset.IsPushSAP_PIR(),
+ dhProducts.Data() );
sucproduct := selectuniquevalues( loginfo, SAPResponseLoginfo, e, e.IsSuccess(), e.Msg_v1() );
if( sucproduct.Size() = loginfo.SAPResponseLoginfo( relsize ) ){
WebMessageBox::Success( ApplicationMacroPlanner, '鎺ㄩ�佹垚鍔�' );
}else{
- WebMessageBox::Warning( ApplicationMacroPlanner, msg, 'Yes|No' );
+ // WebMessageBox::Warning( ApplicationMacroPlanner, msg, 'Yes|No' );
+ WebMessageBox::Success( ApplicationMacroPlanner, Translations::A_VWED_Success() );
}
}
Form.Close();
--
Gitblit v1.9.3