xiaoding721
2024-11-29 418ccc9375fefafb666ed6284c3e0a0769388300
更新 Function_CalcName.qbl
已修改1个文件
2 ■■■ 文件已修改
_Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_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 );
  *]