From b99e22c06c023b82d5062fee06e2f8a29ce04977 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期四, 24 十月 2024 17:22:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- _Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl b/_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl index d4ba83e..fda0be5 100644 --- a/_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl +++ b/_Main/BL/Type_NewOfflinePlanTable/Method_Comparison.qbl @@ -32,7 +32,7 @@ traverse( this,NewOfflinePlanRow,row,row.Type() = "1" ){ productID := row.ProductID(); productLine := row.ProductionLine(); - localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),CustomName := productID + " > " + productLine,ProductID := productID ); + localRow := table.LocalRow( relnew,Index := table.GetRowIndexCache(),CustomName := productID + " > " + productLine,ProductID := productID,ProductionLine := productLine ); traverse( row,NewOfflinePlanCell,cell,cell.NewOfflinePlanColumn().StartDate() >= macroPlan.StartOfPlanning().Date() ){ localColumnHandle := localColumnIndexTree.GetHandle( cell.NewOfflinePlanColumn().StartDate().AsQUILL() ); localColumnIndex := guard( localColumnIndexTree.Root().Child( localColumnHandle ),null( NamedValue )); -- Gitblit v1.9.3