From 2a2008e78e050e8c25d8b40453c962eb15c0ab84 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期四, 10 十月 2024 10:25:12 +0800
Subject: [PATCH] 包装计划优化
---
_Main/BL/Type_PackagingPlanRow/Function_CalcName.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_PackagingPlanRow/Function_CalcName.qbl b/_Main/BL/Type_PackagingPlanRow/Function_CalcName.qbl
index e7b2259..9a558f8 100644
--- a/_Main/BL/Type_PackagingPlanRow/Function_CalcName.qbl
+++ b/_Main/BL/Type_PackagingPlanRow/Function_CalcName.qbl
@@ -6,7 +6,7 @@
[*
// lihongji Jul-24-2024 (created)
- value := guard( this.ProductID() + " in " + this.StockingPointID(), this.ProductID() );
+ value := guard( this.ProductID(), "" );
this.Name( value );
*]
--
Gitblit v1.9.3