From 690f3bc25ec004fcf9ada3f0cfbbacb88853b281 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期二, 19 九月 2023 20:57:55 +0800 Subject: [PATCH] 数据全局化 --- _Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl | 48 ++++++++++++++++++++++++++++++++++++------------ 1 files changed, 36 insertions(+), 12 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl b/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl index 65c9dda..a365d78 100644 --- a/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl +++ b/_Main/BL/Type_GlobalDTOTable/StaticMethod_SynchronizationAllMappingBrokerAndAPI.qbl @@ -7,18 +7,42 @@ { TextBody: [* - //globalOTDTable.GlobalOTDTable_UnitOfMeasure_MP().Execute(); + globalOTDTable.Global_MappingUnitOfMeasure_MP( relflush ); + globalOTDTable.Global_MappingSalesSegment_MP( relflush ); + globalOTDTable.Global_MappingStockingPoint_MP( relflush ); + globalOTDTable.Global_MappingCurrency_MP( relflush ); + globalOTDTable.Global_MappingCurrencyRate_MP( relflush ); + globalOTDTable.Global_MappingProduct_MP( relflush ); + globalOTDTable.Global_MappingConversionFactor( relflush ); + globalOTDTable.Global_MappingOperation( relflush ); + globalOTDTable.Global_MappingOperationBOM( relflush ); + globalOTDTable.Global_MappingLane( relflush ); + globalOTDTable.Global_MappingLaneLeg( relflush ); + globalOTDTable.Global_MappingProductInLane( relflush ); + globalOTDTable.Global_MappingActualProductInStockingPointInPeriod( relflush ); + globalOTDTable.Global_MappingInventorySupply( relflush ); + globalOTDTable.Global_MappingStockingPointCost( relflush ); + globalOTDTable.Global_MappingOperationCost( relflush ); + globalOTDTable.Global_MappingForecast( relflush ); + globalOTDTable.Global_MappingCustomOrder( relflush ); - //globalOTDTable.GlobalOTDTable_SalesSegment_MP().Execute(); - - //Global_MappingStockingPoint_MP::CreateByAPI( globalOTDTable ); - - //Global_MappingCurrency_MP::CreateByAPI( globalOTDTable ); - - //Global_MappingCurrencyRate_MP::CreateByAPI( globalOTDTable ); - - //globalOTDTable.GlobalOTDTable_Product_MP().Execute(); - - //globalOTDTable.GlobalOTDTable_ConversionFactor().Execute(); + //globalOTDTable.GlobalOTDTable_UnitOfMeasure_MP().AsyncExecute(); + //globalOTDTable.GlobalOTDTable_SalesSegment_MP().AsyncExecute(); + //Global_MappingStockingPoint_MP::CreateByAPI( globalOTDTable );鍚庨潰琛� + //Global_MappingCurrency_MP::CreateByAPI( globalOTDTable );鍚庨潰琛� + //Global_MappingCurrencyRate_MP::CreateByAPI( globalOTDTable );鍚庨潰琛� + //globalOTDTable.GlobalOTDTable_Product_MP().AsyncExecute(); + globalOTDTable.GlobalOTDTable_ConversionFactor().AsyncExecute(); + globalOTDTable.GlobalOTDTable_Operation().AsyncExecute(); + globalOTDTable.GlobalOTDTable_OperationBOM().AsyncExecute(); + //Global_MappingLane::CreateByAPI( globalOTDTable ); + //Global_MappingLaneLeg::CreateByAPI( globalOTDTable ); + globalOTDTable.GlobalOTDTable_ProductInLane().AsyncExecute(); + globalOTDTable.GlobalOTDTable_AIPISPIP().AsyncExecute(); + globalOTDTable.GlobalOTDTable_InventorySupply().AsyncExecute(); + globalOTDTable.GlobalOTDTable_StockingPointCost().AsyncExecute(); + globalOTDTable.GlobalOTDTable_OperationCost().AsyncExecute(); + globalOTDTable.GlobalOTDTable_Forecast().AsyncExecute(); + //globalOTDTable.GlobalOTDTable_CustomOrder().AsyncExecute(); *] } -- Gitblit v1.9.3