lihongji
2024-11-02 6f15693d25602dda1f6765994c37c4c05ac23442
_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 ),