From a97a624c1fb269a059f97629076433c46b4e8b4c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 13 8月 2025 14:42:08 +0800 Subject: [PATCH] //如果是连续打印,则不调用打印服务,解决重复打印的问题 【Editby shaocx,2025-08-13】 --- CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl index 09131d8..11983a7 100644 --- a/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl +++ b/CC/iWareCC_ASRS/Connected Services/StationService/StationService.wsdl @@ -98,6 +98,12 @@ <wsdl:message name="IStationService_ChangeMode_OutputMessage"> <wsdl:part name="parameters" element="tns:ChangeModeResponse" /> </wsdl:message> + <wsdl:message name="IStationService_PartClear_InputMessage"> + <wsdl:part name="parameters" element="tns:PartClear" /> + </wsdl:message> + <wsdl:message name="IStationService_PartClear_OutputMessage"> + <wsdl:part name="parameters" element="tns:PartClearResponse" /> + </wsdl:message> <wsdl:message name="IStationService_WriteInStoreTaskInfo_InputMessage"> <wsdl:part name="parameters" element="tns:WriteInStoreTaskInfo" /> </wsdl:message> @@ -163,6 +169,12 @@ </wsdl:message> <wsdl:message name="IStationService_WriteStation_AllowIn_OutputMessage"> <wsdl:part name="parameters" element="tns:WriteStation_AllowInResponse" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_NgFlag_InputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_NgFlag" /> + </wsdl:message> + <wsdl:message name="IStationService_WriteStation_NgFlag_OutputMessage"> + <wsdl:part name="parameters" element="tns:WriteStation_NgFlagResponse" /> </wsdl:message> <wsdl:message name="IStationService_WriteStation_PersonAllow_InputMessage"> <wsdl:part name="parameters" element="tns:WriteStation_PersonAllow" /> @@ -231,6 +243,10 @@ <wsdl:input wsaw:Action="http://tempuri.org/IStationService/ChangeMode" message="tns:IStationService_ChangeMode_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/ChangeModeResponse" message="tns:IStationService_ChangeMode_OutputMessage" /> </wsdl:operation> + <wsdl:operation name="PartClear"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/PartClear" message="tns:IStationService_PartClear_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/PartClearResponse" message="tns:IStationService_PartClear_OutputMessage" /> + </wsdl:operation> <wsdl:operation name="WriteInStoreTaskInfo"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteInStoreTaskInfo" message="tns:IStationService_WriteInStoreTaskInfo_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteInStoreTaskInfoResponse" message="tns:IStationService_WriteInStoreTaskInfo_OutputMessage" /> @@ -274,6 +290,10 @@ <wsdl:operation name="WriteStation_AllowIn"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_AllowIn" message="tns:IStationService_WriteStation_AllowIn_InputMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_AllowInResponse" message="tns:IStationService_WriteStation_AllowIn_OutputMessage" /> + </wsdl:operation> + <wsdl:operation name="WriteStation_NgFlag"> + <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_NgFlag" message="tns:IStationService_WriteStation_NgFlag_InputMessage" /> + <wsdl:output wsaw:Action="http://tempuri.org/IStationService/WriteStation_NgFlagResponse" message="tns:IStationService_WriteStation_NgFlag_OutputMessage" /> </wsdl:operation> <wsdl:operation name="WriteStation_PersonAllow"> <wsdl:input wsaw:Action="http://tempuri.org/IStationService/WriteStation_PersonAllow" message="tns:IStationService_WriteStation_PersonAllow_InputMessage" /> @@ -417,6 +437,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="PartClear"> + <soap:operation soapAction="http://tempuri.org/IStationService/PartClear" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="WriteInStoreTaskInfo"> <soap:operation soapAction="http://tempuri.org/IStationService/WriteInStoreTaskInfo" style="document" /> <wsdl:input> @@ -516,6 +545,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="WriteStation_NgFlag"> + <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_NgFlag" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="WriteStation_PersonAllow"> <soap:operation soapAction="http://tempuri.org/IStationService/WriteStation_PersonAllow" style="document" /> <wsdl:input> -- Gitblit v1.9.3