From f3ad86fe50a0d2ba81b203517184264eea7bf0c0 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期四, 05 六月 2025 17:04:44 +0800
Subject: [PATCH] 入库审核逻辑更改 代码修改

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

diff --git a/core/WCSCore.cs b/core/WCSCore.cs
index 4bcd182..40004fc 100644
--- a/core/WCSCore.cs
+++ b/core/WCSCore.cs
@@ -101,7 +101,26 @@
                 WMSHelper.UpdateTaskState(optask);
             }
         }
+        //public static bool SendCd()
+        //{
 
+
+
+        //    var result = false;
+
+        //    var dic = new Dictionary<string, string>();
+        //    var dic1 = new Dictionary<string, string>();
+
+        //    dic.Add("ExtDeviceNo", "1");
+
+        //    //鍒ゆ柇
+        //    var res = NDC.OrderAdd(99, dic, dic1);
+        //    if (res != null && (res.Res.ErrCode == 0 || res.Res.ErrCode == 50009))
+        //    {
+        //        result = true;
+        //    }
+        //    return result;
+        //}
         /// <summary>
         /// 浠诲姟鍒嗗彂锛屾牴鎹皟搴︾被鍨嬪彂缁欎笉鍚岀殑璋冨害绯荤粺
         /// </summary>

--
Gitblit v1.9.1