From 18a6adecb8ed0605970dd75bb82065f8297ea699 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 14 十一月 2024 01:13:06 +0800
Subject: [PATCH] 打印出货标签时记录出货单号到在制品信息

---
 Tiger.Business.MES/WorkAction/PrintInStoreLabel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tiger.Business.MES/WorkAction/PrintInStoreLabel.cs b/Tiger.Business.MES/WorkAction/PrintInStoreLabel.cs
index 42c1fbe..2eb4b6d 100644
--- a/Tiger.Business.MES/WorkAction/PrintInStoreLabel.cs
+++ b/Tiger.Business.MES/WorkAction/PrintInStoreLabel.cs
@@ -182,7 +182,7 @@
                     ACT_VALUE_1 = CurPkg?.IsFinished == true ? "Y" : "N",
                     ACT_VALUE_2 = CurPkg?.ToJson(),
                     ACT_VALUE_3 = Label?.ToJson(),
-                    ACT_VALUE_4 = "InStroe",
+                    ACT_VALUE_4 = "InStore",
                     ACT_RESULT = "Y",
                     ELAPSED_TIME = CurStep.GetElapsedTime().TotalMilliseconds.ToInt64(),
                     TRACE_INFO = NoNeedInStorePrint ? $"鏃犻渶鎵撳嵃鍏ュ簱鏍囩" : $"鏍囩{Label?.LABEL_NAME}[{Label?.LABEL_CODE}]鎵撳嵃鎴愬姛",

--
Gitblit v1.9.3