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_FormNewOfflinePlan/Response_pHeader_bDetectingNegativeValues_OnClick.def | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Response_pHeader_bDetectingNegativeValues_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Response_pHeader_bDetectingNegativeValues_OnClick.def
new file mode 100644
index 0000000..97ecb8f
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormNewOfflinePlan/Response_pHeader_bDetectingNegativeValues_OnClick.def
@@ -0,0 +1,18 @@
+Quintiq file version 2.0
+#parent: pHeader/bDetectingNegativeValues
+Response OnClick () id:Response_pHeader_bDetectingNegativeValues_OnClick
+{
+ #keys: '[730572.0.159870568]'
+ CanBindMultiple: false
+ DefinitionID: 'Responsedef_WebButton_OnClick'
+ QuillAction
+ {
+ Body:
+ [*
+ res := NewOfflinePlanCell::DetectingNegativeValues( MacroPlan );
+
+ WebMessageBox::Success( res, true );
+ *]
+ GroupServerCalls: false
+ }
+}
--
Gitblit v1.9.3