From a2a2ff05830ca29c15a9d2d9e3dc4ed27145e1f0 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期六, 02 七月 2022 00:09:25 +0800
Subject: [PATCH] 直接调拨单扫描物料条码,启用库存返回值错误修正

---
 CLOUDWEB/WebService1.asmx.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CLOUDWEB/WebService1.asmx.cs b/CLOUDWEB/WebService1.asmx.cs
index 0af2b76..8b57615 100644
--- a/CLOUDWEB/WebService1.asmx.cs
+++ b/CLOUDWEB/WebService1.asmx.cs
@@ -37279,8 +37279,8 @@
                     }
                     else
                     {
-                        HSCWHID = DBUtility.ClsPub.isLong(ds1.Tables[0].Rows[0]["HWhID"]);
-                        HSCSPID = DBUtility.ClsPub.isLong(ds1.Tables[0].Rows[0]["HSPID"]);
+                        HSCWHID = DBUtility.ClsPub.isLong(DsWMS.Tables[0].Rows[0]["HWhID"]);
+                        HSCSPID = DBUtility.ClsPub.isLong(DsWMS.Tables[0].Rows[0]["HSPID"]);
                         sWMSQty = DBUtility.ClsPub.isDoule(DsWMS.Tables[0].Rows[0]["HKFQty"]);
                         //鍒ゆ柇鎵弿鏉$爜鏁伴噺涓庢潯鐮佸簱瀛樻暟閲�
                         if (sRelQty > sWMSQty)

--
Gitblit v1.9.1