From d5e46a7a9f2cb9123b9aafb39a20e14059faa2e4 Mon Sep 17 00:00:00 2001
From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com>
Date: 星期三, 18 十月 2023 10:55:59 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin
---
_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl b/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
index 7000af7..bc20514 100644
--- a/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
+++ b/_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
@@ -1,17 +1,24 @@
Quintiq file version 2.0
#parent: #root
StaticMethod Test (
- MacroPlan macroPlan
+ MacroPlan macroPlan,
+ GlobalOTDSOP globalOTDSOP
)
{
TextBody:
[*
+ globalOTDSOP.CapacityAllocationResults( relflush );
+
+ capacityAllocationResultsRuleConfiguration := select( globalOTDSOP, CapacityAllocationResultsRuleConfiguration, carrc,
+ carrc.ModuleMaterialCode() = "ProXOver 1 D2.6 A" and
+ carrc.StockingPointID() = "Carco Philadelphia" );
+
traverse ( macroPlan, Product_MP.ProductInStockingPoint_MP, pisp, pisp.ProductID() = "ProXOver 1 D2.6 A" and
pisp.StockingPointID() = "Carco Philadelphia" ) {
traverse ( pisp, ProductInStockingPointInPeriodPlanning.astype( ProductInStockingPointInPeriodPlanningLeaf ).Supply_MP, smp,
- smp.ProductInStockingPointInPeriodPlanning().Start().Date() = Date::Construct( 2020, 4, 7 ) and
- smp.Quantity() > 0 ) {
- CapacityAllocationResults::IterativeGeneration3( smp, 1, smp.Quantity() );
+ /*smp.ProductInStockingPointInPeriodPlanning().Start().Date() = Date::Construct( 2020, 4, 7 ) and*/
+ smp.Quantity() > 0 ) {
+ CapacityAllocationResults::IterativeGeneration3( macroPlan, globalOTDSOP, smp, smp, 1, smp.Quantity(), capacityAllocationResultsRuleConfiguration );
}
}
*]
--
Gitblit v1.9.3