From 1416622ccad797dc3602b6672ca59137bab49c7e Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 31 十月 2024 17:12:30 +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 7eac237..2d828d6 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