xiaoding721
2024-10-21 4668a16a939a1d4d4fdfe11416158f8cd53a536d
_Main/BL/Type_DL_EngineRackRow/Function_CalcName.qbl
@@ -6,7 +6,7 @@
  [*
    // lihongji Aug-12-2024 (created)
    
    value := this.Generation() + " " + this.MLB_MQB();
    value := this.Generation() + ifexpr( this.MLB_MQB() <> "", " " + this.MLB_MQB(), "" );
    
    this.Name( value );
  *]