xiaoding721
2024-11-29 418ccc9375fefafb666ed6284c3e0a0769388300
_Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl
@@ -6,7 +6,7 @@
  [*
    // lihongji Jul-24-2024 (created)
    
    value := guard( this.ProductID(), "" );
    value := guard( this.Factory() + " : " +this.ProductID(), "" );
    
    this.Name( value );
  *]