From 91f5cf28f64aa9c990738398dd62f253647a3639 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期四, 21 九月 2023 10:25:00 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lhj --- _Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl | 50 -------------------------------------------------- 1 files changed, 0 insertions(+), 50 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl index f69a011..dd75de6 100644 --- a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl +++ b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl @@ -16,55 +16,5 @@ MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat2, "PROD_2", 1777.0, "PROD_2_DESC" ); MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 3, "鎵嬫満浜嬩笟閮�", "MAT_3", "MAT_3", "TYPE_1", 233.0, "閫氱敤", "鐭懆鏈�" ); MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 4, "鎵嬫満浜嬩笟閮�", "MAT_4", "MAT_4", "TYPE_2", 233.0, "涓撶敤", "鐭懆鏈�" ); - - - // yypsybs Sep-15-2023 (created) - info( "CapacityAndSaleBudge::InitTestData" ) - this.CapacityAndSaleBudge( relflush ); - for( i := 1; i < 100; i := i + 1 ) { - row := this.CapacityAndSaleBudge( relnew, - PlaceOfProductionOfArray := "闈㈡澘鍩哄湴" + [String]Number::Random( 1, 10 ), - BusinessType := "浜嬩笟閮�" + [String]Number::Random( 1, 10 ), - CapacityInPCSInMonth1 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth2 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth3 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth4 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth5 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth6 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth7 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth8 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth9 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth10 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth11 := Number::Random( 1, 10000 ), - CapacityInPCSInMonth12 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth1 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth2 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth3 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth4 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth5 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth6 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth7 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth8 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth9 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth10 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth11 := Number::Random( 1, 10000 ), - CapacityInSheetInMonth12 := Number::Random( 1, 10000 ), - SaleAmountInMonth1 := Number::Random( 1, 10000 ), - SaleAmountInMonth2 := Number::Random( 1, 10000 ), - SaleAmountInMonth3 := Number::Random( 1, 10000 ), - SaleAmountInMonth4 := Number::Random( 1, 10000 ), - SaleAmountInMonth5 := Number::Random( 1, 10000 ), - SaleAmountInMonth6 := Number::Random( 1, 10000 ), - SaleAmountInMonth7 := Number::Random( 1, 10000 ), - SaleAmountInMonth8 := Number::Random( 1, 10000 ), - SaleAmountInMonth9 := Number::Random( 1, 10000 ), - SaleAmountInMonth10 := Number::Random( 1, 10000 ), - SaleAmountInMonth11 := Number::Random( 1, 10000 ), - SaleAmountInMonth12 := Number::Random( 1, 10000 ) - ); - row.CapacityInPCSTotal( row.GetCapacityInPCSInYear() ); - row.CapacityInSheetTotal( row.GetCapacityInSheetInYear() ); - row.SaleAmountTotal( row.GetSaleAmountInYear() ); - } *] } -- Gitblit v1.9.3