From 67c7f0449f57933c26d785c277ddcd539c899b25 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期五, 04 七月 2025 17:39:39 +0800
Subject: [PATCH] 出库审核逻辑修改

---
 wms/LocationHelper.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wms/LocationHelper.cs b/wms/LocationHelper.cs
index bbe4a15..03c6796 100644
--- a/wms/LocationHelper.cs
+++ b/wms/LocationHelper.cs
@@ -374,13 +374,14 @@
                 {
                     if (lcrList.Count(b => b.S_CNTR_CODE.Trim() == a) == 0)
                     {
+
                         db.Insertable<LocCntrRel>(new LocCntrRel { S_LOC_CODE = loc, S_CNTR_CODE = a }).ExecuteCommand();
                         count++;
                     }
+
+
                 });
                 location.N_CURRENT_NUM = lcrList.Count + count;
-
-
 
 
                 location.N_LOCK_STATE = 0;

--
Gitblit v1.9.1