From da53ff7a774a54bae8248c5fb310dcdeb80c3cc7 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期三, 25 九月 2024 11:44:09 +0800 Subject: [PATCH] 新增下发班次信息报表,修复一些bug --- _Main/BL/Type_Test/StaticMethod_Test.qbl | 19 +++---------------- 1 files changed, 3 insertions(+), 16 deletions(-) diff --git a/_Main/BL/Type_Test/StaticMethod_Test.qbl b/_Main/BL/Type_Test/StaticMethod_Test.qbl index 238e016..04dd2e2 100644 --- a/_Main/BL/Type_Test/StaticMethod_Test.qbl +++ b/_Main/BL/Type_Test/StaticMethod_Test.qbl @@ -11,21 +11,8 @@ { TextBody: [* - archive.ArchivePP( relflush ); - archive.ArchiveBudget( relflush ); - - archive.ArchivePP( relnew,Name := "2025 M" ) - archive.ArchivePP( relnew,Name := "2025 W" ) - archive.ArchivePP( relnew,Name := "2026 M" ) - archive.ArchivePP( relnew,Name := "2026 W" ) - archive.ArchivePP( relnew,Name := "2027 M" ) - archive.ArchivePP( relnew,Name := "2027 W" ) - - archive.ArchiveBudget( relnew,Name := "VWED-2025 M" ) - archive.ArchiveBudget( relnew,Name := "VWED-2025 W" ) - archive.ArchiveBudget( relnew,Name := "VWED-2026 M" ) - archive.ArchiveBudget( relnew,Name := "VWED-2026 W" ) - archive.ArchiveBudget( relnew,Name := "2VWED-027 M" ) - archive.ArchiveBudget( relnew,Name := "VWED-2027 W" ) + traverse( macroPlan,Product_MP,product ){ + archive.ActualDailyProductionData( relnew,ProductNo := product.ID(),ProductionDate := Date::Construct( 2020,4,1 ),ActualOut := 100); + } *] } -- Gitblit v1.9.3