From 89c96171bb971dcaed7cf289b58ef44ca689523c Mon Sep 17 00:00:00 2001
From: limj <limj@taizhitech.com>
Date: 星期四, 21 九月 2023 09:11:20 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lmj

---
 _Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl |   47 -----------------------------------------------
 1 files changed, 0 insertions(+), 47 deletions(-)

diff --git a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
index 4c169d3..dd75de6 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
@@ -16,52 +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 ) {
-      this.CapacityAndSaleBudge( relnew, 
-                                 PlaceOfProductionOfArray := "闈㈡澘鍩哄湴" + [String]Number::Random( 1, 10 ), 
-                                 OrgCode := "浜嬩笟閮�" + [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 ) 
-                               );
-    }
   *]
 }

--
Gitblit v1.9.3