From 1994d13fa671b7f6bbc64fa83bbb08f090322e25 Mon Sep 17 00:00:00 2001 From: jhz <jhz@hz-kingdee.com> Date: 星期二, 13 九月 2022 21:45:10 +0800 Subject: [PATCH] 1 --- CLOUDWEB/WebService1.asmx.cs | 34 +++++----------------------------- 1 files changed, 5 insertions(+), 29 deletions(-) diff --git a/CLOUDWEB/WebService1.asmx.cs b/CLOUDWEB/WebService1.asmx.cs index c03ad43..2b19234 100644 --- a/CLOUDWEB/WebService1.asmx.cs +++ b/CLOUDWEB/WebService1.asmx.cs @@ -26436,7 +26436,7 @@ } else { - //鍒ゆ柇鏉$爜搴撳瓨 杩斿洖搴撳瓨鏁伴噺 浠撳簱 浠撲綅 + //鍒ゆ柇鏉$爜搴撳瓨锛堟病鍦ㄨ幏鍙栧簱瀛橈紝鏍规嵁鍙戣揣閫氱煡鍗曡幏鍙栦簡鍘熷崟鐨勪粨搴撲粨浣嶏級 杩斿洖搴撳瓨鏁伴噺 浠撳簱 浠撲綅 DAL.ClsKF_PonderationBillMain_Temp_View Tempdal = new DAL.ClsKF_PonderationBillMain_Temp_View(); if (Tempdal.CheckQtyByBarCode(HBillID, HBillType, sBarCode, ref HWhID, ref HSPID, sRelQty, ref sRelQty)) { @@ -26605,37 +26605,13 @@ } //閿�鍞嚭搴撱�侀攢鍞��搴撴ā鍧楁壂鐮佹祦绋� 椋為緳涓撶敤 if ((HBillType == "1205" || HBillType == "1247") && oSystemParameter.omodel.WMS_CampanyName == "椋為緳") //绯荤粺鍙傛暟 瀹㈡埛瀹氬埗鍖栧悕绉� 绌虹櫧涓洪�氱敤 - { - ////灏嗙墿鏂欐潯鐮佷俊鎭啓鍏ュ嚭鍏ュ簱鏉$爜涓存椂琛� - //if (set_SavePonderationBillMain_Temp_FeiLong(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, ref sHSourceBillNo, ref sHSourceBillType, ref sHSupID, ref sHSupName, ref sHDeptID, ref sHDeptName, ref sHBarType, ref sErrMsg)) - //{ - // oBar.HBarType = sHBarType; - // oBar.HSourceBillType = sHSourceBillType; - // oBar.HSourceBillNo = sHSourceBillNo; - // oBar.HSupID = sHSupID; - // oBar.HSupName = sHSupName; - // oBar.HDeptID = sHDeptID; - // oBar.HDeptName = sHDeptName; - //} - //else - //{ - // sErrMsg = "锛�" + sErrMsg; - return null; - //} - //return oBar; + { + return null; } //鐢熶骇鍏ュ簱 澶氭簮鍗曟ā寮� else if (HBillType == "1202" && oSystemParameter.omodel.Kf_ProductInBill_MulSourceBill == "Y") - { - //oBar = get_CheckTypeByBarCode_MulSourceBill(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, oSystemParameter.omodel, ref sErrMsg); - //if (oBar == null) - //{ - return null; - //} - //else - //{ - // return oBar; - //} + { + return null; } else { -- Gitblit v1.9.1