From 4419b51e5cfed824ca592ae5cba7654994ee005d Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期二, 29 十月 2024 17:30:24 +0800 Subject: [PATCH] 下线计划存档前端 --- _Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl b/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl index ccbf580..6eeb85d 100644 --- a/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl +++ b/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl @@ -1,16 +1,16 @@ Quintiq file version 2.0 #parent: #root Method GetRow ( - const AssemblyOnlinePlanRow aoprow + const NewOfflinePlanRow noprow ) as OfflinePlanArchiveRow { TextBody: [* // 鐢勫叞楦� Oct-11-2024 (created) - row := selectobject( this, Row, row, row.ProductID() = aoprow.ProductID() and row.ProductionLine() = aoprow.ProductionLine() and row.Type() = aoprow.Type() ); + row := selectobject( this, Row, row, row.ProductID() = noprow.ProductID() and row.ProductionLine() = noprow.ProductionLine() and row.Type() = noprow.Type() ); if( isnull( row ) ){ - row := this.Row( relnew, ProductID := aoprow.ProductID(), ProductionLine := aoprow.ProductionLine(), Type := aoprow.Type() ); + row := this.Row( relnew, ProductID := noprow.ProductID(), ProductionLine := noprow.ProductionLine(), Type := noprow.Type() ); //鍒濆鍖栧崟鍏冩牸 row.InitializeCell(); } -- Gitblit v1.9.3