From 9fa1722ee249e570b82183107cdc643428fb067b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 15 十一月 2024 17:39:34 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl b/_Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl
index 1ce7d37..4c521e8 100644
--- a/_Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl
+++ b/_Main/BL/Type_NewOfflinePlanCell/StaticMethod_SynchronizeToNewSupply.qbl
@@ -2,12 +2,13 @@
 #parent: #root
 StaticMethod SynchronizeToNewSupply (
   MacroPlan macroPlan,
-  NewOfflinePlanTable nopt
+  NewOfflinePlanTable nopt,
+  NewOfflinePlanRows selectedRows
 )
 {
   TextBody:
   [*
-    traverse ( nopt, NewOfflinePlanRow.NewOfflinePlanCell, cell, 
+    traverse ( selectedRows, Elements.NewOfflinePlanCell, cell, 
                cell.NewOfflinePlanRow().Type() = "1" and cell.Quantity() > 0.0 
     //           and cell.NewOfflinePlanRow().ProductionLine() = "eMotor Assy (France)" and cell.NewOfflinePlanColumn().StartDate() = Date::Construct( 2020, 4, 4 )
              ) 

--
Gitblit v1.9.3