From 77b654d928c34d32462e212a4ec212f7cc48b50f Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期三, 16 七月 2025 17:35:49 +0800
Subject: [PATCH] 库存信息添加起点货位信息

---
 core/Monitor.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/Monitor.cs b/core/Monitor.cs
index e81d5fd..2d85a2e 100644
--- a/core/Monitor.cs
+++ b/core/Monitor.cs
@@ -226,6 +226,7 @@
                                                                     ITEMCODE = woInfo.S_ITEM_CODE,
                                                                     LOGINNAME = woInfo.S_LINE_NO,
                                                                     SHIFT = "None",
+                                                                    STARTLOC = startLoc.S_CODE,
                                                                 };
                                                                 SpecHelper.InsertInventoryM(target);
                                                             });
@@ -426,6 +427,7 @@
                             ITEMCODE = cginfo.S_ITEM_CODE,
                             LOGINNAME = "鑷姩杞",
                             SHIFT = "鏃�,
+                            STARTLOC = startLoc.S_CODE,
                         };
                         SpecHelper.InsertInventoryM(target);
                     });
@@ -520,6 +522,7 @@
                                     ITEMCODE = outTimeCg.S_ITEM_CODE,
                                     LOGINNAME = "杩囨湡鍚堟牸鍥炲簱杞",
                                     SHIFT = "None",
+                                    STARTLOC = startLoc_2.S_CODE,
                                 };
                                 SpecHelper.InsertInventoryM(target);
                             });

--
Gitblit v1.9.1