From 50f54028acb8191f18552d5b54a958ff9ce9afc8 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期一, 26 六月 2023 09:10:42 +0800 Subject: [PATCH] 新增销售出库二次校验功能(原单据为扫码生成,审核时对原扫描的条码进行核对) --- WebAPI/Web References/WebS/WebService1.wsdl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index cceaf7c..1b192ba 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -1180,6 +1180,28 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="get_BillBarCode_Verify"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> + <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="get_BillBarCode_VerifyResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_VerifyResult" type="tns:ClsKf_ICStockBill_WMS" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="GetKf_PonderationBillMain_Temp_BillCheck"> <s:complexType> <s:sequence> @@ -13854,6 +13876,12 @@ <wsdl:message name="get_CheckTypeByBarCode_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_BillCheckResponse" /> </wsdl:message> + <wsdl:message name="get_BillBarCode_VerifySoapIn"> + <wsdl:part name="parameters" element="tns:get_BillBarCode_Verify" /> + </wsdl:message> + <wsdl:message name="get_BillBarCode_VerifySoapOut"> + <wsdl:part name="parameters" element="tns:get_BillBarCode_VerifyResponse" /> + </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_BillCheck" /> </wsdl:message> @@ -17107,6 +17135,10 @@ <wsdl:input message="tns:get_CheckTypeByBarCode_BillCheckSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCode_BillCheckSoapOut" /> </wsdl:operation> + <wsdl:operation name="get_BillBarCode_Verify"> + <wsdl:input message="tns:get_BillBarCode_VerifySoapIn" /> + <wsdl:output message="tns:get_BillBarCode_VerifySoapOut" /> + </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_BillCheck"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_BillCheckSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_BillCheckSoapOut" /> @@ -19480,6 +19512,15 @@ </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_BillCheck"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_BillCheck" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="get_BillBarCode_Verify"> + <soap:operation soapAction="http://tempuri.org/get_BillBarCode_Verify" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -24467,6 +24508,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="get_BillBarCode_Verify"> + <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_Verify" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_BillCheck"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_BillCheck" style="document" /> <wsdl:input> -- Gitblit v1.9.1