From 26fe0aa7cf788c49e072e732a0d6de06f1abcc0b Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 06 十一月 2025 09:13:20 +0800
Subject: [PATCH] 自动备料在排产审核时触发

---
 WebApi/Gs.Wom/Service/WompbaGxManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebApi/Gs.Wom/Service/WompbaGxManager.cs b/WebApi/Gs.Wom/Service/WompbaGxManager.cs
index 2816efd..184e9ca 100644
--- a/WebApi/Gs.Wom/Service/WompbaGxManager.cs
+++ b/WebApi/Gs.Wom/Service/WompbaGxManager.cs
@@ -498,6 +498,7 @@
     public ReturnDto<ExpandoObject> EditModelSubmit([FromBody] dynamic mode)
     {
         string _guid = mode.guid;
+        string chkOut = mode.chkOut;
         dynamic m = new ExpandoObject();
         m.outSum = -1;
         m.outMsg = "";
@@ -516,7 +517,7 @@
                         new("@inEdtUserGuid", _userGuid),
                         new("@inOrderGuid", _guid),
                         new("@inFieldValue", 1),
-                        new("@in1", ""),
+                        new("@in1", chkOut),
                         new("@in2", "")
                     };
                     parameters[0].Direction = ParameterDirection.Output;

--
Gitblit v1.9.3