From 6f15693d25602dda1f6765994c37c4c05ac23442 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期六, 02 十一月 2024 18:29:18 +0800
Subject: [PATCH] BUG修复
---
_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl
index 157ce39..adf176c 100644
--- a/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl
+++ b/_Main/BL/Type_NewAssemblyOnlinePlanCell/StaticMethod_PostLayingProcessing.qbl
@@ -11,13 +11,13 @@
pls := selectuniquevalues( macroPlan, NewAssemblyOnlinePlanRow, tempNAOPR, true, tempNAOPR.ProductionLine() );
// 鏄惁鎵ц澶勭悊鏍囧織
- isFlag := false;
+ isFlag := true;
traverse ( pls, Elements, pl
- // , pl = "CC MoMo"
+ // , pl = "DL ZKM"
) {
traverse ( macroPlan, NewAssemblyOnlinePlanColumn, naopc
- // , naopc.StartDate() <= Date::Construct( 2025, 2, 15 )
+ // , naopc.StartDate() <= Date::Construct( 2025, 1, 11 )
) {
// 闇�瑕佸鐞嗙殑鏁伴噺
targetQuantity := ifexpr( pl = "CC MoMo", guard( macroPlan.AssemblyOnlineQuantity().CCMoMo(), 0 ),
--
Gitblit v1.9.3