| | |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsGy_BarCodeBill_WMS_Model))] |
| | | public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol { |
| | | |
| | | private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted; |
| | |
| | | private System.Threading.SendOrPostCallback get_CheckTypeBySource_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getSourceBillList_NewOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_BillSubTypeOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_NewOperationCompleted; |
| | | |
| | |
| | | private System.Threading.SendOrPostCallback set_UpdateTemp_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetKf_PonderationBillMain_TempList_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted; |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getCheckOpenCompletedEventHandler getCheckOpenCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | public event getSourceBillList_NewCompletedEventHandler getSourceBillList_NewCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_BillSubTypeCompletedEventHandler get_BillSubTypeCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SourceBarCode_NewCompletedEventHandler get_SourceBarCode_NewCompleted; |
| | |
| | | |
| | | /// <remarks/> |
| | | public event GetKf_PonderationBillMain_TempList_BillCheckCompletedEventHandler GetKf_PonderationBillMain_TempList_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted; |
| | |
| | | |
| | | /// <remarks/> |
| | | public event GetSc_ICMOBillListCompletedEventHandler GetSc_ICMOBillListCompleted; |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetByMasterSQL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet getDataSetByMasterSQL(string sSQL, string sTable, ref string sErrMsg) { |
| | | object[] results = this.Invoke("getDataSetByMasterSQL", new object[] { |
| | | sSQL, |
| | | sTable, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg) { |
| | | this.getDataSetByMasterSQLAsync(sSQL, sTable, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg, object userState) { |
| | | if ((this.getDataSetByMasterSQLOperationCompleted == null)) { |
| | | this.getDataSetByMasterSQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetByMasterSQLOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getDataSetByMasterSQL", new object[] { |
| | | sSQL, |
| | | sTable, |
| | | sErrMsg}, this.getDataSetByMasterSQLOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetDataSetByMasterSQLOperationCompleted(object arg) { |
| | | if ((this.getDataSetByMasterSQLCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getDataSetByMasterSQLCompleted(this, new getDataSetByMasterSQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | |
| | | if ((this.getSourceBillList_NewCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getSourceBillList_NewCompleted(this, new getSourceBillList_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BillSubType", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet get_BillSubType(string HBillType, long HStockOrgID) { |
| | | object[] results = this.Invoke("get_BillSubType", new object[] { |
| | | HBillType, |
| | | HStockOrgID}); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BillSubTypeAsync(string HBillType, long HStockOrgID) { |
| | | this.get_BillSubTypeAsync(HBillType, HStockOrgID, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BillSubTypeAsync(string HBillType, long HStockOrgID, object userState) { |
| | | if ((this.get_BillSubTypeOperationCompleted == null)) { |
| | | this.get_BillSubTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BillSubTypeOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_BillSubType", new object[] { |
| | | HBillType, |
| | | HStockOrgID}, this.get_BillSubTypeOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_BillSubTypeOperationCompleted(object arg) { |
| | | if ((this.get_BillSubTypeCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_BillSubTypeCompleted(this, new get_BillSubTypeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | if ((this.GetKf_PonderationBillMain_TempList_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.GetKf_PonderationBillMain_TempList_BillCheckCompleted(this, new GetKf_PonderationBillMain_TempList_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetByMasterSQL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public System.Data.DataSet getDataSetByMasterSQL(string sSQL, string sTable, ref string sErrMsg) { |
| | | object[] results = this.Invoke("getDataSetByMasterSQL", new object[] { |
| | | sSQL, |
| | | sTable, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((System.Data.DataSet)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg) { |
| | | this.getDataSetByMasterSQLAsync(sSQL, sTable, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg, object userState) { |
| | | if ((this.getDataSetByMasterSQLOperationCompleted == null)) { |
| | | this.getDataSetByMasterSQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetByMasterSQLOperationCompleted); |
| | | } |
| | | this.InvokeAsync("getDataSetByMasterSQL", new object[] { |
| | | sSQL, |
| | | sTable, |
| | | sErrMsg}, this.getDataSetByMasterSQLOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OngetDataSetByMasterSQLOperationCompleted(object arg) { |
| | | if ((this.getDataSetByMasterSQLCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.getDataSetByMasterSQLCompleted(this, new getDataSetByMasterSQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | private string wMS_CloudModeField; |
| | | |
| | | private string wMS_BillDateModeField; |
| | | |
| | | private string barCode_SourceQtyCtlField; |
| | | |
| | | private long barCode_PrintQtyField; |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string WMS_BillDateMode { |
| | | get { |
| | | return this.wMS_BillDateModeField; |
| | | } |
| | | set { |
| | | this.wMS_BillDateModeField = value; |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string BarCode_SourceQtyCtl { |
| | | get { |
| | | return this.barCode_SourceQtyCtlField; |
| | |
| | | } |
| | | set { |
| | | this.hBillNoField = value; |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getDataSetByMasterSQLCompletedEventHandler(object sender, getDataSetByMasterSQLCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getDataSetByMasterSQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getDataSetByMasterSQLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void get_BillSubTypeCompletedEventHandler(object sender, get_BillSubTypeCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_BillSubTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_BillSubTypeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | public delegate void getDataSetByMasterSQLCompletedEventHandler(object sender, getDataSetByMasterSQLCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class getDataSetByMasterSQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal getDataSetByMasterSQLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.Data.DataSet Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((System.Data.DataSet)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |