From 399eb07af584e1e2f1f7dafcfbb3b2a386cfbf3c Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期二, 02 九月 2025 16:58:38 +0800
Subject: [PATCH] 修改问题

---
 Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
index 38f584c..84724b2 100644
--- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
+++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -750,7 +750,7 @@
                     };
                     #region 閫氳繃鎺ュ彛鍙戦�佽嚦erp
                     //绯荤粺瀵规帴鍚庢斁寮�
-                    /*var jsonData = JsonConvert.SerializeObject(soInfo);
+                    var jsonData = JsonConvert.SerializeObject(soInfo);
 
                     var response = HttpHelper.DoPost(url, jsonData, "鍑哄簱鍗曞畬鎴愪笂浼�", "ERP");
 
@@ -758,7 +758,7 @@
                     if (obj.Success != 0)
                     {
                         throw new Exception("涓婁紶澶辫触" + obj.Message);
-                    }*/
+                    }
                     #endregion
                 }
 
@@ -1955,10 +1955,10 @@
                         //    }
                         //}
 
-                        if (d.Qty != d.CompleteQty)
-                        {
-                            throw new Exception("褰撳墠鍗曟嵁鏄庣粏涓鍒掓暟閲忎笌鎷h揣鏁伴噺涓嶇锛岃鏍稿疄");
-                        }
+                        //if (d.Qty != d.CompleteQty)
+                        //{
+                        //    throw new Exception("褰撳墠鍗曟嵁鏄庣粏涓鍒掓暟閲忎笌鎷h揣鏁伴噺涓嶇锛岃鏍稿疄");
+                        //}
                         #region 搴撳瓨琛ㄥ噺鍘婚攣瀹氭暟閲忎笌鎬绘暟閲�(PDA鎷h揣鐨勬椂鍊欏凡缁忓噺鍘绘暟閲忎簡)
                         /*var sq = stocks.Where(s => s.SkuNo == d.SkuNo);
                         if (!string.IsNullOrWhiteSpace(d.LotNo))

--
Gitblit v1.8.0