From 9cc08f0b6862baf1b50c0702e87a3c4f39f40a52 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 04 十一月 2024 16:01:09 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _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