From 765e7ec8426f896bf78a8749e38bd1656ca05474 Mon Sep 17 00:00:00 2001
From: yanweiyuan3 <yanweiyuan3@gmail.com>
Date: 星期四, 21 九月 2023 11:26:46 +0800
Subject: [PATCH] Merge branch 'dev' into dev_yy

---
 _Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Method_New.def |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Method_New.def b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Method_New.def
new file mode 100644
index 0000000..58589ca
--- /dev/null
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Method_New.def
@@ -0,0 +1,18 @@
+Quintiq file version 2.0
+#parent: #root
+Method New (
+  MacroPlan owner
+) id:Method_DialogFillingCapacityOrder_New
+{
+  #keys: '[414382.0.401211772]'
+  Body:
+  [*
+    
+    data := owner.FillingCapacityOrder(relshadow);
+    data.OrderType("Pulling")
+    
+    DataHolderFillingCapacityOrder.Data(&data);
+    
+    ApplicationMacroPlanner.ShowFormModal( this );
+  *]
+}

--
Gitblit v1.9.3