From c4c02944532a9bfda6de9a0cd85a9dfa631ed003 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期六, 17 五月 2025 15:28:19 +0800 Subject: [PATCH] 1 --- WebAPI/Web References/WebS/Reference.cs | 1152 ++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 779 insertions(+), 373 deletions(-) diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs index f4be136..e444cc8 100644 --- a/WebAPI/Web References/WebS/Reference.cs +++ b/WebAPI/Web References/WebS/Reference.cs @@ -34,6 +34,12 @@ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsXt_BaseBillMain))] public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol { + private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; + + private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; + + private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted; + private System.Threading.SendOrPostCallback get_SourceBarCode_POStockInBackOperationCompleted; private System.Threading.SendOrPostCallback get_SourceBarCode_MateOutBackOperationCompleted; @@ -61,6 +67,10 @@ private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiOperationCompleted; private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiOperationCompleted; + + private System.Threading.SendOrPostCallback get_BarCode_MoveStock_AddSourceOperationCompleted; + + private System.Threading.SendOrPostCallback get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted; private System.Threading.SendOrPostCallback GetJXBarCode_SiMoErOperationCompleted; @@ -197,10 +207,6 @@ private System.Threading.SendOrPostCallback set_BarCodeAutoWMSOperationCompleted; private System.Threading.SendOrPostCallback get_CheckTypeByBarCode_MouldOperationCompleted; - - private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; - - private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; private System.Threading.SendOrPostCallback get_ORGANIZATIONS_UserByOrgRelationOperationCompleted; @@ -366,9 +372,9 @@ private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockOperationCompleted; - private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted; + private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStock_XiaBaoOperationCompleted; - private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted; + private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted; private System.Threading.SendOrPostCallback set_CheckEntrustInBillOperationCompleted; @@ -1209,6 +1215,15 @@ } /// <remarks/> + public event DeleteMouldCompletedEventHandler DeleteMouldCompleted; + + /// <remarks/> + public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; + + /// <remarks/> + public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted; + + /// <remarks/> public event get_SourceBarCode_POStockInBackCompletedEventHandler get_SourceBarCode_POStockInBackCompleted; /// <remarks/> @@ -1249,6 +1264,12 @@ /// <remarks/> public event set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted; + + /// <remarks/> + public event get_BarCode_MoveStock_AddSourceCompletedEventHandler get_BarCode_MoveStock_AddSourceCompleted; + + /// <remarks/> + public event get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventHandler get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted; /// <remarks/> public event GetJXBarCode_SiMoErCompletedEventHandler GetJXBarCode_SiMoErCompleted; @@ -1453,12 +1474,6 @@ /// <remarks/> public event get_CheckTypeByBarCode_MouldCompletedEventHandler get_CheckTypeByBarCode_MouldCompleted; - - /// <remarks/> - public event DeleteMouldCompletedEventHandler DeleteMouldCompleted; - - /// <remarks/> - public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; /// <remarks/> public event get_ORGANIZATIONS_UserByOrgRelationCompletedEventHandler get_ORGANIZATIONS_UserByOrgRelationCompleted; @@ -1707,10 +1722,10 @@ public event get_SourceBarCode_MoveStockCompletedEventHandler get_SourceBarCode_MoveStockCompleted; /// <remarks/> - public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted; + public event get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler get_SourceBarCode_MoveStock_XiaBaoCompleted; /// <remarks/> - public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted; + public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted; /// <remarks/> public event set_CheckEntrustInBillCompletedEventHandler set_CheckEntrustInBillCompleted; @@ -2913,6 +2928,243 @@ public event GetSc_ICMOBackBillListCompletedEventHandler GetSc_ICMOBackBillListCompleted; /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DeleteMould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool DeleteMould(long HInterID, long HItemID, string HBillType, ref string sErrMsg) { + object[] results = this.Invoke("DeleteMould", new object[] { + HInterID, + HItemID, + HBillType, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg) { + this.DeleteMouldAsync(HInterID, HItemID, HBillType, sErrMsg, null); + } + + /// <remarks/> + public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg, object userState) { + if ((this.DeleteMouldOperationCompleted == null)) { + this.DeleteMouldOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteMouldOperationCompleted); + } + this.InvokeAsync("DeleteMould", new object[] { + HInterID, + HItemID, + HBillType, + sErrMsg}, this.DeleteMouldOperationCompleted, userState); + } + + private void OnDeleteMouldOperationCompleted(object arg) { + if ((this.DeleteMouldCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.DeleteMouldCompleted(this, new DeleteMouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool set_SavePonderationBillMain_Temp_BarCode_Mould( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + double HQty, + bool HRedBlueFlag, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HOWNERID, + string HExpressNumber, + long SCWhID, + long HStockInOrgID, + long HStockOutOrgID, + ref string sHSourceBillNo, + ref string sHSourceBillType, + ref long sHSupID, + ref string sHSupName, + ref long sHDeptID, + ref string sHDeptName, + ref string sErrMsg) { + object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HQty, + HRedBlueFlag, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HOWNERID, + HExpressNumber, + SCWhID, + HStockInOrgID, + HStockOutOrgID, + sHSourceBillNo, + sHSourceBillType, + sHSupID, + sHSupName, + sHDeptID, + sHDeptName, + sErrMsg}); + sHSourceBillNo = ((string)(results[1])); + sHSourceBillType = ((string)(results[2])); + sHSupID = ((long)(results[3])); + sHSupName = ((string)(results[4])); + sHDeptID = ((long)(results[5])); + sHDeptName = ((string)(results[6])); + sErrMsg = ((string)(results[7])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + double HQty, + bool HRedBlueFlag, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HOWNERID, + string HExpressNumber, + long SCWhID, + long HStockInOrgID, + long HStockOutOrgID, + string sHSourceBillNo, + string sHSourceBillType, + long sHSupID, + string sHSupName, + long sHDeptID, + string sHDeptName, + string sErrMsg) { + this.set_SavePonderationBillMain_Temp_BarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); + } + + /// <remarks/> + public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + double HQty, + bool HRedBlueFlag, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HOWNERID, + string HExpressNumber, + long SCWhID, + long HStockInOrgID, + long HStockOutOrgID, + string sHSourceBillNo, + string sHSourceBillType, + long sHSupID, + string sHSupName, + long sHDeptID, + string sHDeptName, + string sErrMsg, + object userState) { + if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted == null)) { + this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted); + } + this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HQty, + HRedBlueFlag, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HOWNERID, + HExpressNumber, + SCWhID, + HStockInOrgID, + HStockOutOrgID, + sHSourceBillNo, + sHSourceBillType, + sHSupID, + sHSupName, + sHDeptID, + sHDeptName, + sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted, userState); + } + + private void Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted(object arg) { + if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepIn", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { + object[] results = this.Invoke("get_SourceBarCode_MoveStockStepIn", new object[] { + HInterID, + HBillNo, + HBillType, + HSourceBillNo, + HSourceBillType, + HMaker, + HStockInOrgID, + HStockOutOrgID, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((ClsKf_ICStockBill_WMS)(results[0])); + } + + /// <remarks/> + public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) { + this.get_SourceBarCode_MoveStockStepInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockInOrgID, HStockOutOrgID, sErrMsg, null); + } + + /// <remarks/> + public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) { + if ((this.get_SourceBarCode_MoveStockStepInOperationCompleted == null)) { + this.get_SourceBarCode_MoveStockStepInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepInOperationCompleted); + } + this.InvokeAsync("get_SourceBarCode_MoveStockStepIn", new object[] { + HInterID, + HBillNo, + HBillType, + HSourceBillNo, + HSourceBillType, + HMaker, + HStockInOrgID, + HStockOutOrgID, + sErrMsg}, this.get_SourceBarCode_MoveStockStepInOperationCompleted, userState); + } + + private void Onget_SourceBarCode_MoveStockStepInOperationCompleted(object arg) { + if ((this.get_SourceBarCode_MoveStockStepInCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.get_SourceBarCode_MoveStockStepInCompleted(this, new get_SourceBarCode_MoveStockStepInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_POStockInBack", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ClsKf_ICStockBill_WMS get_SourceBarCode_POStockInBack(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, ref string sErrMsg) { object[] results = this.Invoke("get_SourceBarCode_POStockInBack", new object[] { @@ -4038,6 +4290,249 @@ if ((this.set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BarCode_MoveStock_AddSource", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public ClsKf_ICStockBill_WMS get_BarCode_MoveStock_AddSource( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HScanStyle, + ref string sErrMsg, + string HCustom1, + string HCustom2) { + object[] results = this.Invoke("get_BarCode_MoveStock_AddSource", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HSCWHID, + HSCSPID, + HQty, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HStockInOrgID, + HStockOutOrgID, + HScanStyle, + sErrMsg, + HCustom1, + HCustom2}); + sErrMsg = ((string)(results[1])); + return ((ClsKf_ICStockBill_WMS)(results[0])); + } + + /// <remarks/> + public void get_BarCode_MoveStock_AddSourceAsync( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HScanStyle, + string sErrMsg, + string HCustom1, + string HCustom2) { + this.get_BarCode_MoveStock_AddSourceAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, sErrMsg, HCustom1, HCustom2, null); + } + + /// <remarks/> + public void get_BarCode_MoveStock_AddSourceAsync( + string sBarCode, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillNo, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HScanStyle, + string sErrMsg, + string HCustom1, + string HCustom2, + object userState) { + if ((this.get_BarCode_MoveStock_AddSourceOperationCompleted == null)) { + this.get_BarCode_MoveStock_AddSourceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BarCode_MoveStock_AddSourceOperationCompleted); + } + this.InvokeAsync("get_BarCode_MoveStock_AddSource", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HSCWHID, + HSCSPID, + HQty, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HStockInOrgID, + HStockOutOrgID, + HScanStyle, + sErrMsg, + HCustom1, + HCustom2}, this.get_BarCode_MoveStock_AddSourceOperationCompleted, userState); + } + + private void Onget_BarCode_MoveStock_AddSourceOperationCompleted(object arg) { + if ((this.get_BarCode_MoveStock_AddSourceCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.get_BarCode_MoveStock_AddSourceCompleted(this, new get_BarCode_MoveStock_AddSourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public ClsKf_ICStockBill_WMS get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource( + ClsGy_BarCodeBill_WMS_Model_View omodel_View, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HCustom1, + string HCustom2, + ClsXt_SystemParameterMain oSystemParameterMain, + ref string sErrMsg) { + object[] results = this.Invoke("get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", new object[] { + omodel_View, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HSCWHID, + HSCSPID, + HQty, + SourceFlag, + HSourceBillType, + HStockInOrgID, + HStockOutOrgID, + HCustom1, + HCustom2, + oSystemParameterMain, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((ClsKf_ICStockBill_WMS)(results[0])); + } + + /// <remarks/> + public void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync( + ClsGy_BarCodeBill_WMS_Model_View omodel_View, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HCustom1, + string HCustom2, + ClsXt_SystemParameterMain oSystemParameterMain, + string sErrMsg) { + this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null); + } + + /// <remarks/> + public void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync( + ClsGy_BarCodeBill_WMS_Model_View omodel_View, + long HBillID, + string HBillType, + string HBillNo, + string HMaker, + long HWhID, + long HSPID, + long HSCWHID, + long HSCSPID, + double HQty, + bool SourceFlag, + string HSourceBillType, + long HStockInOrgID, + long HStockOutOrgID, + string HCustom1, + string HCustom2, + ClsXt_SystemParameterMain oSystemParameterMain, + string sErrMsg, + object userState) { + if ((this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted == null)) { + this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted); + } + this.InvokeAsync("get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", new object[] { + omodel_View, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HSCWHID, + HSCSPID, + HQty, + SourceFlag, + HSourceBillType, + HStockInOrgID, + HStockOutOrgID, + HCustom1, + HCustom2, + oSystemParameterMain, + sErrMsg}, this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted, userState); + } + + private void Onget_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted(object arg) { + if ((this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted(this, new get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -6734,197 +7229,6 @@ if ((this.get_CheckTypeByBarCode_MouldCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.get_CheckTypeByBarCode_MouldCompleted(this, new get_CheckTypeByBarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DeleteMould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool DeleteMould(long HInterID, long HItemID, string HBillType, ref string sErrMsg) { - object[] results = this.Invoke("DeleteMould", new object[] { - HInterID, - HItemID, - HBillType, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg) { - this.DeleteMouldAsync(HInterID, HItemID, HBillType, sErrMsg, null); - } - - /// <remarks/> - public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg, object userState) { - if ((this.DeleteMouldOperationCompleted == null)) { - this.DeleteMouldOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteMouldOperationCompleted); - } - this.InvokeAsync("DeleteMould", new object[] { - HInterID, - HItemID, - HBillType, - sErrMsg}, this.DeleteMouldOperationCompleted, userState); - } - - private void OnDeleteMouldOperationCompleted(object arg) { - if ((this.DeleteMouldCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.DeleteMouldCompleted(this, new DeleteMouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool set_SavePonderationBillMain_Temp_BarCode_Mould( - string sBarCode, - long HBillID, - string HBillType, - string HBillNo, - string HMaker, - long HWhID, - long HSPID, - double HQty, - bool HRedBlueFlag, - bool SourceFlag, - string HSourceBillNo, - string HSourceBillType, - long HOWNERID, - string HExpressNumber, - long SCWhID, - long HStockInOrgID, - long HStockOutOrgID, - ref string sHSourceBillNo, - ref string sHSourceBillType, - ref long sHSupID, - ref string sHSupName, - ref long sHDeptID, - ref string sHDeptName, - ref string sErrMsg) { - object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { - sBarCode, - HBillID, - HBillType, - HBillNo, - HMaker, - HWhID, - HSPID, - HQty, - HRedBlueFlag, - SourceFlag, - HSourceBillNo, - HSourceBillType, - HOWNERID, - HExpressNumber, - SCWhID, - HStockInOrgID, - HStockOutOrgID, - sHSourceBillNo, - sHSourceBillType, - sHSupID, - sHSupName, - sHDeptID, - sHDeptName, - sErrMsg}); - sHSourceBillNo = ((string)(results[1])); - sHSourceBillType = ((string)(results[2])); - sHSupID = ((long)(results[3])); - sHSupName = ((string)(results[4])); - sHDeptID = ((long)(results[5])); - sHDeptName = ((string)(results[6])); - sErrMsg = ((string)(results[7])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( - string sBarCode, - long HBillID, - string HBillType, - string HBillNo, - string HMaker, - long HWhID, - long HSPID, - double HQty, - bool HRedBlueFlag, - bool SourceFlag, - string HSourceBillNo, - string HSourceBillType, - long HOWNERID, - string HExpressNumber, - long SCWhID, - long HStockInOrgID, - long HStockOutOrgID, - string sHSourceBillNo, - string sHSourceBillType, - long sHSupID, - string sHSupName, - long sHDeptID, - string sHDeptName, - string sErrMsg) { - this.set_SavePonderationBillMain_Temp_BarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); - } - - /// <remarks/> - public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( - string sBarCode, - long HBillID, - string HBillType, - string HBillNo, - string HMaker, - long HWhID, - long HSPID, - double HQty, - bool HRedBlueFlag, - bool SourceFlag, - string HSourceBillNo, - string HSourceBillType, - long HOWNERID, - string HExpressNumber, - long SCWhID, - long HStockInOrgID, - long HStockOutOrgID, - string sHSourceBillNo, - string sHSourceBillType, - long sHSupID, - string sHSupName, - long sHDeptID, - string sHDeptName, - string sErrMsg, - object userState) { - if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted == null)) { - this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted); - } - this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { - sBarCode, - HBillID, - HBillType, - HBillNo, - HMaker, - HWhID, - HSPID, - HQty, - HRedBlueFlag, - SourceFlag, - HSourceBillNo, - HSourceBillType, - HOWNERID, - HExpressNumber, - SCWhID, - HStockInOrgID, - HStockOutOrgID, - sHSourceBillNo, - sHSourceBillType, - sHSupID, - sHSupName, - sHDeptID, - sHDeptName, - sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted, userState); - } - - private void Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted(object arg) { - if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -11026,6 +11330,52 @@ } /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStock_XiaBao(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, ref string sErrMsg) { + object[] results = this.Invoke("get_SourceBarCode_MoveStock_XiaBao", new object[] { + HInterID, + HBillNo, + HBillType, + HSourceBillNo, + HSourceBillType, + HMaker, + HFIFOWhID, + HOWNERID, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((ClsKf_ICStockBill_WMS)(results[0])); + } + + /// <remarks/> + public void get_SourceBarCode_MoveStock_XiaBaoAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) { + this.get_SourceBarCode_MoveStock_XiaBaoAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null); + } + + /// <remarks/> + public void get_SourceBarCode_MoveStock_XiaBaoAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) { + if ((this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted == null)) { + this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStock_XiaBaoOperationCompleted); + } + this.InvokeAsync("get_SourceBarCode_MoveStock_XiaBao", new object[] { + HInterID, + HBillNo, + HBillType, + HSourceBillNo, + HSourceBillType, + HMaker, + HFIFOWhID, + HOWNERID, + sErrMsg}, this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted, userState); + } + + private void Onget_SourceBarCode_MoveStock_XiaBaoOperationCompleted(object arg) { + if ((this.get_SourceBarCode_MoveStock_XiaBaoCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.get_SourceBarCode_MoveStock_XiaBaoCompleted(this, new get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepOut", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepOut(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { object[] results = this.Invoke("get_SourceBarCode_MoveStockStepOut", new object[] { @@ -11070,52 +11420,6 @@ if ((this.get_SourceBarCode_MoveStockStepOutCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.get_SourceBarCode_MoveStockStepOutCompleted(this, new get_SourceBarCode_MoveStockStepOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepIn", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { - object[] results = this.Invoke("get_SourceBarCode_MoveStockStepIn", new object[] { - HInterID, - HBillNo, - HBillType, - HSourceBillNo, - HSourceBillType, - HMaker, - HStockInOrgID, - HStockOutOrgID, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((ClsKf_ICStockBill_WMS)(results[0])); - } - - /// <remarks/> - public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) { - this.get_SourceBarCode_MoveStockStepInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockInOrgID, HStockOutOrgID, sErrMsg, null); - } - - /// <remarks/> - public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) { - if ((this.get_SourceBarCode_MoveStockStepInOperationCompleted == null)) { - this.get_SourceBarCode_MoveStockStepInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepInOperationCompleted); - } - this.InvokeAsync("get_SourceBarCode_MoveStockStepIn", new object[] { - HInterID, - HBillNo, - HBillType, - HSourceBillNo, - HSourceBillType, - HMaker, - HStockInOrgID, - HStockOutOrgID, - sErrMsg}, this.get_SourceBarCode_MoveStockStepInOperationCompleted, userState); - } - - private void Onget_SourceBarCode_MoveStockStepInOperationCompleted(object arg) { - if ((this.get_SourceBarCode_MoveStockStepInCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.get_SourceBarCode_MoveStockStepInCompleted(this, new get_SourceBarCode_MoveStockStepInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -51255,6 +51559,156 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + public delegate void DeleteMouldCompletedEventHandler(object sender, DeleteMouldCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class DeleteMouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal DeleteMouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public bool Result { + get { + this.RaiseExceptionIfNecessary(); + return ((bool)(this.results[0])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + public delegate void set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public bool Result { + get { + this.RaiseExceptionIfNecessary(); + return ((bool)(this.results[0])); + } + } + + /// <remarks/> + public string sHSourceBillNo { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + + /// <remarks/> + public string sHSourceBillType { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[2])); + } + } + + /// <remarks/> + public long sHSupID { + get { + this.RaiseExceptionIfNecessary(); + return ((long)(this.results[3])); + } + } + + /// <remarks/> + public string sHSupName { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[4])); + } + } + + /// <remarks/> + public long sHDeptID { + get { + this.RaiseExceptionIfNecessary(); + return ((long)(this.results[5])); + } + } + + /// <remarks/> + public string sHDeptName { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[6])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[7])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + public delegate void get_SourceBarCode_MoveStockStepInCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepInCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class get_SourceBarCode_MoveStockStepInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal get_SourceBarCode_MoveStockStepInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public ClsKf_ICStockBill_WMS Result { + get { + this.RaiseExceptionIfNecessary(); + return ((ClsKf_ICStockBill_WMS)(this.results[0])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] public delegate void get_SourceBarCode_POStockInBackCompletedEventHandler(object sender, get_SourceBarCode_POStockInBackCompletedEventArgs e); /// <remarks/> @@ -51789,6 +52243,74 @@ get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + public delegate void get_BarCode_MoveStock_AddSourceCompletedEventHandler(object sender, get_BarCode_MoveStock_AddSourceCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class get_BarCode_MoveStock_AddSourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal get_BarCode_MoveStock_AddSourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public ClsKf_ICStockBill_WMS Result { + get { + this.RaiseExceptionIfNecessary(); + return ((ClsKf_ICStockBill_WMS)(this.results[0])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + public delegate void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventHandler(object sender, get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public ClsKf_ICStockBill_WMS Result { + get { + this.RaiseExceptionIfNecessary(); + return ((ClsKf_ICStockBill_WMS)(this.results[0])); } } @@ -54069,122 +54591,6 @@ get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[1])); - } - } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - public delegate void DeleteMouldCompletedEventHandler(object sender, DeleteMouldCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class DeleteMouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal DeleteMouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : - base(exception, cancelled, userState) { - this.results = results; - } - - /// <remarks/> - public bool Result { - get { - this.RaiseExceptionIfNecessary(); - return ((bool)(this.results[0])); - } - } - - /// <remarks/> - public string sErrMsg { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - public delegate void set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : - base(exception, cancelled, userState) { - this.results = results; - } - - /// <remarks/> - public bool Result { - get { - this.RaiseExceptionIfNecessary(); - return ((bool)(this.results[0])); - } - } - - /// <remarks/> - public string sHSourceBillNo { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - - /// <remarks/> - public string sHSourceBillType { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[2])); - } - } - - /// <remarks/> - public long sHSupID { - get { - this.RaiseExceptionIfNecessary(); - return ((long)(this.results[3])); - } - } - - /// <remarks/> - public string sHSupName { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[4])); - } - } - - /// <remarks/> - public long sHDeptID { - get { - this.RaiseExceptionIfNecessary(); - return ((long)(this.results[5])); - } - } - - /// <remarks/> - public string sHDeptName { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[6])); - } - } - - /// <remarks/> - public string sErrMsg { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[7])); } } } @@ -57275,17 +57681,17 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - public delegate void get_SourceBarCode_MoveStockStepOutCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepOutCompletedEventArgs e); + public delegate void get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler(object sender, get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs e); /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class get_SourceBarCode_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + public partial class get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; - internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + internal get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } @@ -57309,17 +57715,17 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] - public delegate void get_SourceBarCode_MoveStockStepInCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepInCompletedEventArgs e); + public delegate void get_SourceBarCode_MoveStockStepOutCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepOutCompletedEventArgs e); /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class get_SourceBarCode_MoveStockStepInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + public partial class get_SourceBarCode_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; - internal get_SourceBarCode_MoveStockStepInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } -- Gitblit v1.9.1