From aaef34987e5814426a67985dab1da57880ba4b1f Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期三, 27 十一月 2024 17:08:40 +0800 Subject: [PATCH] 发运数据可以修改数量 --- _Main/BL/Type_AssemblyOnlinePlanVersion/Method_GetRow.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_AssemblyOnlinePlanVersion/Method_GetRow.qbl b/_Main/BL/Type_AssemblyOnlinePlanVersion/Method_GetRow.qbl index 78a0530..49dce27 100644 --- a/_Main/BL/Type_AssemblyOnlinePlanVersion/Method_GetRow.qbl +++ b/_Main/BL/Type_AssemblyOnlinePlanVersion/Method_GetRow.qbl @@ -7,7 +7,7 @@ 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.Name() = aoprow.ProductID() and row.ProductionLine() = aoprow.ProductionLine() and row.Type() = aoprow.Type() ); if( isnull( row ) ){ product := selectobject( aoprow.MacroPlan(), Product_MP, product, product.ID() = aoprow.ProductID() ); -- Gitblit v1.9.3