From 418ccc9375fefafb666ed6284c3e0a0769388300 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 29 十一月 2024 14:37:05 +0800
Subject: [PATCH] 更新 Function_CalcName.qbl

---
 _Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl b/_Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl
index 9a558f8..0419a5a 100644
--- a/_Main/BL/Type_ArchivePackagingPlanRow/Function_CalcName.qbl
+++ b/_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 );
   *]

--
Gitblit v1.9.3