From 5193018482586ad90f5a5df6e96d1b90a3f9f911 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 25 三月 2022 17:07:08 +0800
Subject: [PATCH] 条码生成模块、条码档案列表模块,打印、预览功能修改完善
---
WebAPI/Web References/WebS/WebService1.wsdl | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 101 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl
index 63602b1..791bed6 100644
--- a/WebAPI/Web References/WebS/WebService1.wsdl
+++ b/WebAPI/Web References/WebS/WebService1.wsdl
@@ -315,6 +315,28 @@
<s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" />
</s:sequence>
</s:complexType>
+ <s:element name="get_CheckTypeByBarCode_PackUnion">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" />
+ <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+ <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+ <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
+ <s:element name="get_CheckTypeByBarCode_PackUnionResponse">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="1" maxOccurs="1" name="get_CheckTypeByBarCode_PackUnionResult" type="s:boolean" />
+ <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
<s:element name="get_CheckTypeByBarCode_PackSplit">
<s:complexType>
<s:sequence>
@@ -358,6 +380,27 @@
</s:sequence>
</s:complexType>
</s:element>
+ <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
+ <s:element name="set_SavePackUnionBill_New">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" />
+ <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+ <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+ <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
+ <s:element name="set_SavePackUnionBill_NewResponse">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionBill_NewResult" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
</s:sequence>
</s:complexType>
@@ -11448,6 +11491,12 @@
<wsdl:message name="get_CheckTypeByPackBarCode_PackSoapOut">
<wsdl:part name="parameters" element="tns:get_CheckTypeByPackBarCode_PackResponse" />
</wsdl:message>
+ <wsdl:message name="get_CheckTypeByBarCode_PackUnionSoapIn">
+ <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_PackUnion" />
+ </wsdl:message>
+ <wsdl:message name="get_CheckTypeByBarCode_PackUnionSoapOut">
+ <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_PackUnionResponse" />
+ </wsdl:message>
<wsdl:message name="get_CheckTypeByBarCode_PackSplitSoapIn">
<wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_PackSplit" />
</wsdl:message>
@@ -11459,6 +11508,12 @@
</wsdl:message>
<wsdl:message name="GetBillEntry_TmpList_PackSoapOut">
<wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackResponse" />
+ </wsdl:message>
+ <wsdl:message name="set_SavePackUnionBill_NewSoapIn">
+ <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_New" />
+ </wsdl:message>
+ <wsdl:message name="set_SavePackUnionBill_NewSoapOut">
+ <wsdl:part name="parameters" element="tns:set_SavePackUnionBill_NewResponse" />
</wsdl:message>
<wsdl:message name="set_SavePackSplitBill_NewSoapIn">
<wsdl:part name="parameters" element="tns:set_SavePackSplitBill_New" />
@@ -14219,6 +14274,10 @@
<wsdl:input message="tns:get_CheckTypeByPackBarCode_PackSoapIn" />
<wsdl:output message="tns:get_CheckTypeByPackBarCode_PackSoapOut" />
</wsdl:operation>
+ <wsdl:operation name="get_CheckTypeByBarCode_PackUnion">
+ <wsdl:input message="tns:get_CheckTypeByBarCode_PackUnionSoapIn" />
+ <wsdl:output message="tns:get_CheckTypeByBarCode_PackUnionSoapOut" />
+ </wsdl:operation>
<wsdl:operation name="get_CheckTypeByBarCode_PackSplit">
<wsdl:input message="tns:get_CheckTypeByBarCode_PackSplitSoapIn" />
<wsdl:output message="tns:get_CheckTypeByBarCode_PackSplitSoapOut" />
@@ -14226,6 +14285,10 @@
<wsdl:operation name="GetBillEntry_TmpList_Pack">
<wsdl:input message="tns:GetBillEntry_TmpList_PackSoapIn" />
<wsdl:output message="tns:GetBillEntry_TmpList_PackSoapOut" />
+ </wsdl:operation>
+ <wsdl:operation name="set_SavePackUnionBill_New">
+ <wsdl:input message="tns:set_SavePackUnionBill_NewSoapIn" />
+ <wsdl:output message="tns:set_SavePackUnionBill_NewSoapOut" />
</wsdl:operation>
<wsdl:operation name="set_SavePackSplitBill_New">
<wsdl:input message="tns:set_SavePackSplitBill_NewSoapIn" />
@@ -16132,6 +16195,15 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
+ <wsdl:operation name="get_CheckTypeByBarCode_PackUnion">
+ <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_PackUnion" style="document" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
<wsdl:operation name="get_CheckTypeByBarCode_PackSplit">
<soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_PackSplit" style="document" />
<wsdl:input>
@@ -16143,6 +16215,15 @@
</wsdl:operation>
<wsdl:operation name="GetBillEntry_TmpList_Pack">
<soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="set_SavePackUnionBill_New">
+ <soap:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
@@ -20320,6 +20401,15 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
+ <wsdl:operation name="get_CheckTypeByBarCode_PackUnion">
+ <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_PackUnion" style="document" />
+ <wsdl:input>
+ <soap12:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
<wsdl:operation name="get_CheckTypeByBarCode_PackSplit">
<soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_PackSplit" style="document" />
<wsdl:input>
@@ -20331,6 +20421,15 @@
</wsdl:operation>
<wsdl:operation name="GetBillEntry_TmpList_Pack">
<soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_Pack" style="document" />
+ <wsdl:input>
+ <soap12:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap12:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="set_SavePackUnionBill_New">
+ <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionBill_New" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
@@ -24418,10 +24517,10 @@
</wsdl:binding>
<wsdl:service name="WebService1">
<wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
- <soap:address location="http://localhost:8021/webservice/WebService1.asmx" />
+ <soap:address location="http://localhost:8098/WebService1.asmx" />
</wsdl:port>
<wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
- <soap12:address location="http://localhost:8021/webservice/WebService1.asmx" />
+ <soap12:address location="http://localhost:8098/WebService1.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
\ No newline at end of file
--
Gitblit v1.9.1