From d9fca607743f6aebd710a2caec5cf80ae53a5a5d Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 11 十一月 2024 17:43:20 +0800 Subject: [PATCH] 库存汇总在途数据添加 --- _Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_RefreshData.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_RefreshData.qbl b/_Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_RefreshData.qbl index de27233..86d0c58 100644 --- a/_Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_RefreshData.qbl +++ b/_Main/BL/Type_OfflinePlanArchiveVersion/StaticMethod_RefreshData.qbl @@ -33,7 +33,7 @@ actproductionhandle := actproductiontree.GetHandle( actproductionKey ); actproductiontree.Root().AddChild( actproductionhandle,i ); } - traverse( noptable, NewOfflinePlanRow, noprow ){ + traverse( noptable, NewOfflinePlanRow, noprow, noprow.Type() = '1' ){ row := table.GetRow( noprow ); if( not isnull( row ) ){ traverse( noprow, NewOfflinePlanCell, nopcell ){ -- Gitblit v1.9.3