From 7144477f73c20bef2b078e1317133b8378e11ea9 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期四, 26 十二月 2024 09:54:51 +0800
Subject: [PATCH] 调拨计划优化

---
 _Main/BL/Type_TransferPlanCell/StaticMethod_GenerateReport.qbl |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_Main/BL/Type_TransferPlanCell/StaticMethod_GenerateReport.qbl b/_Main/BL/Type_TransferPlanCell/StaticMethod_GenerateReport.qbl
index ed9b769..bb75a58 100644
--- a/_Main/BL/Type_TransferPlanCell/StaticMethod_GenerateReport.qbl
+++ b/_Main/BL/Type_TransferPlanCell/StaticMethod_GenerateReport.qbl
@@ -75,12 +75,12 @@
     }
     
     // 鐢熸垚浜у搧鍒�
-    minDateTPC := macroPlan.TransferPlanColumn( relnew,
-                                                ColumnDate := Date::MinDate() );
-    traverse ( macroPlan, TransferPlanRow, tpr ) {
-      productCell := minDateTPC.TransferPlanCell( relnew, Value := tpr.Category() + "_" + tpr.ProductID() );
-      productCell.TransferPlanRow( relset, tpr );
-    }
+    //minDateTPC := macroPlan.TransferPlanColumn( relnew,
+    //                                            ColumnDate := Date::MinDate() );
+    //traverse ( macroPlan, TransferPlanRow, tpr ) {
+    //  productCell := minDateTPC.TransferPlanCell( relnew, Value := tpr.Category() + "_" + tpr.ProductID() );
+    //  productCell.TransferPlanRow( relset, tpr );
+    //}
     
     // 璋冩嫧鏁伴噺璋冩暣
   *]

--
Gitblit v1.9.3