From 3258283603cca12b2373529f1333dfe97dca7c61 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 28 二月 2025 17:06:39 +0800
Subject: [PATCH] 雅达-添加日志记录和更新扫描成功信息

---
 Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
index d5f772b..1003d1e 100644
--- a/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
+++ b/Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
@@ -80,7 +80,7 @@
                 }
 
                 action.Data.Data = temps;
-                action.LocaleMsg = Biz.L("WMS.PrintSemiProdLabel.Scan.ScanSuccessed");
+                action.LocaleMsg = Biz.L("WMS.PrintSemiProdLabel.Scan.ScanSuccessed", input.SN);
             }
             catch (Exception ex)
             {

--
Gitblit v1.9.3