From 7edeca2ed3587a88d7f94cacf05e49c8db610fb0 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 10 十月 2024 17:54:26 +0800
Subject: [PATCH] 发动机物流成本部分bug处理

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

diff --git a/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl b/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
index bef755c..98c8ffe 100644
--- a/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
+++ b/_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
@@ -21,6 +21,10 @@
     acell         := attricolumn.CellValue( relnew, Value := attriname );
     row.CellValue( relinsert, pcell );
     row.CellValue( relinsert, acell );
+    traverse( table, Column, column, column.Index() > 1 ){
+      cell        := column.CellValue( relnew, Value := '0' );
+      row.CellValue( relinsert, cell );
+    }
     return row;
   *]
 }

--
Gitblit v1.9.3