From 24aa07ba059478859bb79fa352f834d2c3881a0e Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期二, 02 十二月 2025 10:27:31 +0800
Subject: [PATCH] 调拨增加调出部门调入部门字段

---
 WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs b/WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs
index 87b3d99..0e97cae 100644
--- a/WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs
+++ b/WebApi/Gs.Warehouse/Services/MesInvItemMovesManager.cs
@@ -149,6 +149,8 @@
         string dchzlx = model.dchzlx;//璋冨嚭璐т富绫诲瀷
         string drhzlx = model.drhzlx;//璋冨叆璐т富绫诲瀷
         string inRemark = model.inRemark;//澶囨敞
+        string outDe = model.outDe;//璋冨嚭閮ㄩ棬
+        string inDe = model.inDe;//璋冨叆閮ㄩ棬
         var _sb = new StringBuilder();
         var _split = "|";
         foreach (var m in model.list)
@@ -196,6 +198,8 @@
                         new("@dchzlx", dchzlx),
                         new("@drhzlx", drhzlx),
                         new("@inRemark", inRemark),
+                        new("@outDe", outDe),
+                        new("@inDe", inDe),
                         new("@inEdtUserGuid", _userGuid),
                         new("@inLineList", _sb.ToString())
                 };

--
Gitblit v1.9.3