From b4e4a7d449cd586bd4cea1fa45446cac840fdbf0 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 16 二月 2023 09:08:01 +0800
Subject: [PATCH] 校验扫描物料条码判断ERP条码库存返回值修正
---
CLOUDWEB/WebService1.asmx.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CLOUDWEB/WebService1.asmx.cs b/CLOUDWEB/WebService1.asmx.cs
index 11d6562..55dfbf3 100644
--- a/CLOUDWEB/WebService1.asmx.cs
+++ b/CLOUDWEB/WebService1.asmx.cs
@@ -47728,7 +47728,7 @@
{
HWhID = DBUtility.ClsPub.isLong(DsWMS.Tables[0].Rows[0]["HWhID"]);
HSPID = DBUtility.ClsPub.isLong(DsWMS.Tables[0].Rows[0]["HSPID"]);
- sWMSQty = DBUtility.ClsPub.isDoule(DsWMS.Tables[0].Rows[0]["HKFQty"]);
+ sWMSQty = DBUtility.ClsPub.isDoule(DsWMS.Tables[0].Rows[0]["HQty"]);
sWhName = DBUtility.ClsPub.isStrNull(DsWMS.Tables[0].Rows[0]["HWhName"]);
sSPName = DBUtility.ClsPub.isStrNull(DsWMS.Tables[0].Rows[0]["HSPName"]);
--
Gitblit v1.9.1