From 2acc93755ddc56beb46e08b655ec9d94968d829f Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期二, 03 六月 2025 17:21:43 +0800
Subject: [PATCH] 满托下线PDA呼叫,容器ID需转换成ASCII字符串

---
 wms/LocationHelper.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wms/LocationHelper.cs b/wms/LocationHelper.cs
index 26c56bb..f159708 100644
--- a/wms/LocationHelper.cs
+++ b/wms/LocationHelper.cs
@@ -365,7 +365,6 @@
         /// <summary>
         /// 浜哄伐鎵嬪姩PDA瑙g粦锛氬垹闄よ揣浣�瀹瑰櫒/璐у搧涓夋柟淇℃伅锛�=瑙g粦璐т綅涓庡鍣紝2=瑙g粦瀹瑰櫒涓庤揣鍝�         /// </summary>
-        /// <param name="model"></EmptyUnBind>
         /// <returns></returns>
         internal static SimpleResult PdaUnBind(PdaUnBindInfo model)
         {
@@ -566,6 +565,7 @@
         public string Spe { get; set; }//瑙勬牸
         public string CarCode { get; set; }//杞﹀彿
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 
     public class ErrorLocCntResetInfo
@@ -580,11 +580,12 @@
         public string rfId { get; set; }//瀹瑰櫒鍙� 
         /// <summary>
-        /// 0鍚堟牸1寰呮2涓嶅悎鏍硷紝涓嬬嚎鍗冲緟妫�+        /// 0鍚堟牸1寰呮2涓嶅悎鏍硷紝涓嬬嚎鍗冲緟妫�紝3杩囨湡锛�鎶�湳鍚堟牸锛�娣峰悎
         /// </summary>
         public int cgState { get; set; }//鐗╂枡鐘舵�
 
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 
     public class ShowCntCountBySpeInfo
@@ -598,9 +599,8 @@
     public class PDAReturnResetInfo
     {
         public string rfId { get; set; }//瀹瑰櫒鍙�-
         public string startLoc { get; set; }//璧风偣璐т綅
-
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 }

--
Gitblit v1.9.1