From 7133177a32cdce779c48686150d42e8072edf0f7 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期六, 25 十二月 2021 17:13:41 +0800
Subject: [PATCH] 扫描物料条码,生产入库模块判断是否在源单中,增加根据博日区分

---
 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 da3a3ec..b7a4308 100644
--- a/CLOUDWEB/WebService1.asmx.cs
+++ b/CLOUDWEB/WebService1.asmx.cs
@@ -31579,7 +31579,7 @@
                     {
                         if (HSourceBillNo != "" && SourceFlag == true)
                         {
-                            if (HBillType == "1202") //鐢熶骇鍏ュ簱鏃� 鏉$爜涓诲唴鐮併�佸瓙鍐呯爜鍜屾簮鍗曚富鍐呯爜銆佸瓙鍐呯爜蹇呴』涓�鑷�
+                            if (HBillType == "1202" && oSystemParameter.omodel.WMS_CampanyName != "鍗氭棩绉戞妧") //鐢熶骇鍏ュ簱鏃� 鏉$爜涓诲唴鐮併�佸瓙鍐呯爜鍜屾簮鍗曚富鍐呯爜銆佸瓙鍐呯爜蹇呴』涓�鑷�
                             {
                                 if (dal.omodel_View.HSourceInterID != DBUtility.ClsPub.isLong(ds2.Tables[0].Rows[0]["HSourceInterID"])
                                     && dal.omodel_View.HSourceEntryID != DBUtility.ClsPub.isLong(ds2.Tables[0].Rows[0]["HSourceEntryID"])

--
Gitblit v1.9.1