From b6c72c6dc3a37ecf8742cec536774863392bdbe7 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期三, 20 十一月 2024 11:39:56 +0800 Subject: [PATCH] 存档界面调整 --- _Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_GenerateData.qbl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_GenerateData.qbl b/_Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_GenerateData.qbl index 9c03d40..bd4c18b 100644 --- a/_Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_GenerateData.qbl +++ b/_Main/BL/Type_InventoryPlanArchiveVersion/StaticMethod_GenerateData.qbl @@ -74,6 +74,8 @@ } info( '-------------------------End---------------------'); - showtable.Generate( search ); + productids := selectuniquevalues( table, Row, row, row.Name() ); + productlines := selectuniquevalues( table, Row, row, row.Unit() ); + showtable.Generate( search, productids, productlines ); *] } -- Gitblit v1.9.3