From 181c30631931bd7779962104545c6f9624321005 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 18 十月 2024 17:36:49 +0800
Subject: [PATCH] 机加管线报表显示问题

---
 _Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl b/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
index 2d828d6..7eac237 100644
--- a/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
+++ b/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
@@ -12,10 +12,10 @@
   [*
     // 鐢勫叞楦� Jul-11-2024 (created)
     row           := table.Row( relnew, Name := name, RowNr := rownr, Product := product, Demand := demand );
-    traverse( table, Column, column ){
-      cell        := column.CellValue( relnew, Value := '0' );
-      row.CellValue( relinsert, cell );
-    }
+    //traverse( table, Column, column ){
+    //  cell        := column.CellValue( relnew, Value := '0' );
+    //  row.CellValue( relinsert, cell );
+    //}
     return row;
   *]
 }

--
Gitblit v1.9.3