admin
2024-10-09 b3af6ad7ee5f457fb289bfb90b45f1a5dc4dc53a
上线计划优化
已修改1个文件
8 ■■■■ 文件已修改
_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl
@@ -12,11 +12,11 @@
    
    // 找装配线行
    oprs := selectsortedset( opt, OfflinePlanRow, tempOPR, 
    //                         tempOPR.ProductionLine() = "DL MoMo"
    //                         or
                             tempOPR.ProductionLine() = "DL MoMo"
                             or
                             tempOPR.ProductionLine() = "CC MoMo" 
    //                         or
    //                         tempOPR.ProductionLine() = "DL ZKM"
                             or
                             tempOPR.ProductionLine() = "DL ZKM"
                             , 
                             tempOPR.ProductionLine(), tempOPR.ProductID(), tempOPR.Type() );
    opcs := selectsortedset( opt, OfflinePlanColumn, tempOPC, true, tempOPC.ColumnDate() );