From f390fcffbe653866298e4061c19a2a3d5957aa49 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 13 五月 2024 10:25:59 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
WebAPI/Web References/WebS/Reference.cs | 502 +++++++++++++++++++++++++++++++++++++------------------
1 files changed, 334 insertions(+), 168 deletions(-)
diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 3362ea3..f6c0460 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -34,6 +34,10 @@
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsXt_BaseBillMain))]
public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol {
+ private System.Threading.SendOrPostCallback Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted;
+
+ private System.Threading.SendOrPostCallback GetMouldBillEntry_TmpListOperationCompleted;
+
private System.Threading.SendOrPostCallback set_DelSc_MouldStockBillMain_TempOperationCompleted;
private System.Threading.SendOrPostCallback set_SaveMouldStockBill_NewOperationCompleted;
@@ -300,6 +304,10 @@
private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted;
+ private System.Threading.SendOrPostCallback get_SourceBarCode_POStockInBackOperationCompleted;
+
+ private System.Threading.SendOrPostCallback get_SourceBarCode_MateOutBackOperationCompleted;
+
private System.Threading.SendOrPostCallback get_BarCodeOperationCompleted;
private System.Threading.SendOrPostCallback get_SystemParameter_BarCodeOperationCompleted;
@@ -325,10 +333,6 @@
private System.Threading.SendOrPostCallback get_CheckTypeByMouldSourceOperationCompleted;
private System.Threading.SendOrPostCallback getMouldSourceBillListOperationCompleted;
-
- private System.Threading.SendOrPostCallback Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted;
-
- private System.Threading.SendOrPostCallback GetMouldBillEntry_TmpListOperationCompleted;
private System.Threading.SendOrPostCallback set_CheckOtherInBillOperationCompleted;
@@ -1197,6 +1201,12 @@
}
/// <remarks/>
+ public event Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventHandler Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted;
+
+ /// <remarks/>
+ public event GetMouldBillEntry_TmpListCompletedEventHandler GetMouldBillEntry_TmpListCompleted;
+
+ /// <remarks/>
public event set_DelSc_MouldStockBillMain_TempCompletedEventHandler set_DelSc_MouldStockBillMain_TempCompleted;
/// <remarks/>
@@ -1596,6 +1606,12 @@
public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted;
/// <remarks/>
+ public event get_SourceBarCode_POStockInBackCompletedEventHandler get_SourceBarCode_POStockInBackCompleted;
+
+ /// <remarks/>
+ public event get_SourceBarCode_MateOutBackCompletedEventHandler get_SourceBarCode_MateOutBackCompleted;
+
+ /// <remarks/>
public event get_BarCodeCompletedEventHandler get_BarCodeCompleted;
/// <remarks/>
@@ -1633,12 +1649,6 @@
/// <remarks/>
public event getMouldSourceBillListCompletedEventHandler getMouldSourceBillListCompleted;
-
- /// <remarks/>
- public event Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventHandler Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted;
-
- /// <remarks/>
- public event GetMouldBillEntry_TmpListCompletedEventHandler GetMouldBillEntry_TmpListCompleted;
/// <remarks/>
public event set_CheckOtherInBillCompletedEventHandler set_CheckOtherInBillCompleted;
@@ -2881,6 +2891,96 @@
/// <remarks/>
public event GetSc_ICMOBackBillListCompletedEventHandler GetSc_ICMOBackBillListCompleted;
+
+ /// <remarks/>
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Get_CheckTypeByMouldBarCode_ProdCheckStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ public bool Get_CheckTypeByMouldBarCode_ProdCheckStock(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, ref string sErrMsg) {
+ object[] results = this.Invoke("Get_CheckTypeByMouldBarCode_ProdCheckStock", new object[] {
+ sBarCode,
+ HBillID,
+ HBillType,
+ HBillNo,
+ HWhID,
+ HSPID,
+ HStockCheckItemID,
+ HStockCheckNumber,
+ HCorrespondentTypeID,
+ HCorrespondentID,
+ HMaker,
+ HOWNERID,
+ sErrMsg});
+ sErrMsg = ((string)(results[1]));
+ return ((bool)(results[0]));
+ }
+
+ /// <remarks/>
+ public void Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, string sErrMsg) {
+ this.Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(sBarCode, HBillID, HBillType, HBillNo, HWhID, HSPID, HStockCheckItemID, HStockCheckNumber, HCorrespondentTypeID, HCorrespondentID, HMaker, HOWNERID, sErrMsg, null);
+ }
+
+ /// <remarks/>
+ public void Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, string sErrMsg, object userState) {
+ if ((this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted == null)) {
+ this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGet_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted);
+ }
+ this.InvokeAsync("Get_CheckTypeByMouldBarCode_ProdCheckStock", new object[] {
+ sBarCode,
+ HBillID,
+ HBillType,
+ HBillNo,
+ HWhID,
+ HSPID,
+ HStockCheckItemID,
+ HStockCheckNumber,
+ HCorrespondentTypeID,
+ HCorrespondentID,
+ HMaker,
+ HOWNERID,
+ sErrMsg}, this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted, userState);
+ }
+
+ private void OnGet_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted(object arg) {
+ if ((this.Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted(this, new Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ /// <remarks/>
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMouldBillEntry_TmpList", 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 GetMouldBillEntry_TmpList(long HInterID, string HBillNo, string HBillType, ref string sErrMsg) {
+ object[] results = this.Invoke("GetMouldBillEntry_TmpList", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ sErrMsg});
+ sErrMsg = ((string)(results[1]));
+ return ((System.Data.DataSet)(results[0]));
+ }
+
+ /// <remarks/>
+ public void GetMouldBillEntry_TmpListAsync(long HInterID, string HBillNo, string HBillType, string sErrMsg) {
+ this.GetMouldBillEntry_TmpListAsync(HInterID, HBillNo, HBillType, sErrMsg, null);
+ }
+
+ /// <remarks/>
+ public void GetMouldBillEntry_TmpListAsync(long HInterID, string HBillNo, string HBillType, string sErrMsg, object userState) {
+ if ((this.GetMouldBillEntry_TmpListOperationCompleted == null)) {
+ this.GetMouldBillEntry_TmpListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMouldBillEntry_TmpListOperationCompleted);
+ }
+ this.InvokeAsync("GetMouldBillEntry_TmpList", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ sErrMsg}, this.GetMouldBillEntry_TmpListOperationCompleted, userState);
+ }
+
+ private void OnGetMouldBillEntry_TmpListOperationCompleted(object arg) {
+ if ((this.GetMouldBillEntry_TmpListCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.GetMouldBillEntry_TmpListCompleted(this, new GetMouldBillEntry_TmpListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_DelSc_MouldStockBillMain_Temp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
@@ -9229,6 +9329,94 @@
}
/// <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[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HSourceBillNo,
+ HSourceBillType,
+ HMaker,
+ HStockOrgID,
+ sErrMsg});
+ sErrMsg = ((string)(results[1]));
+ return ((ClsKf_ICStockBill_WMS)(results[0]));
+ }
+
+ /// <remarks/>
+ public void get_SourceBarCode_POStockInBackAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, string sErrMsg) {
+ this.get_SourceBarCode_POStockInBackAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockOrgID, sErrMsg, null);
+ }
+
+ /// <remarks/>
+ public void get_SourceBarCode_POStockInBackAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, string sErrMsg, object userState) {
+ if ((this.get_SourceBarCode_POStockInBackOperationCompleted == null)) {
+ this.get_SourceBarCode_POStockInBackOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_POStockInBackOperationCompleted);
+ }
+ this.InvokeAsync("get_SourceBarCode_POStockInBack", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HSourceBillNo,
+ HSourceBillType,
+ HMaker,
+ HStockOrgID,
+ sErrMsg}, this.get_SourceBarCode_POStockInBackOperationCompleted, userState);
+ }
+
+ private void Onget_SourceBarCode_POStockInBackOperationCompleted(object arg) {
+ if ((this.get_SourceBarCode_POStockInBackCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.get_SourceBarCode_POStockInBackCompleted(this, new get_SourceBarCode_POStockInBackCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ /// <remarks/>
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MateOutBack", 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_MateOutBack(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, ref string sErrMsg) {
+ object[] results = this.Invoke("get_SourceBarCode_MateOutBack", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HSourceBillNo,
+ HSourceBillType,
+ HMaker,
+ HStockOrgID,
+ sErrMsg});
+ sErrMsg = ((string)(results[1]));
+ return ((ClsKf_ICStockBill_WMS)(results[0]));
+ }
+
+ /// <remarks/>
+ public void get_SourceBarCode_MateOutBackAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, string sErrMsg) {
+ this.get_SourceBarCode_MateOutBackAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockOrgID, sErrMsg, null);
+ }
+
+ /// <remarks/>
+ public void get_SourceBarCode_MateOutBackAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, string sErrMsg, object userState) {
+ if ((this.get_SourceBarCode_MateOutBackOperationCompleted == null)) {
+ this.get_SourceBarCode_MateOutBackOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MateOutBackOperationCompleted);
+ }
+ this.InvokeAsync("get_SourceBarCode_MateOutBack", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HSourceBillNo,
+ HSourceBillType,
+ HMaker,
+ HStockOrgID,
+ sErrMsg}, this.get_SourceBarCode_MateOutBackOperationCompleted, userState);
+ }
+
+ private void Onget_SourceBarCode_MateOutBackOperationCompleted(object arg) {
+ if ((this.get_SourceBarCode_MateOutBackCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.get_SourceBarCode_MateOutBackCompleted(this, new get_SourceBarCode_MateOutBackCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ /// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BarCode", 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(
string sBarCode,
@@ -10310,96 +10498,6 @@
if ((this.getMouldSourceBillListCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.getMouldSourceBillListCompleted(this, new getMouldSourceBillListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Get_CheckTypeByMouldBarCode_ProdCheckStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
- public bool Get_CheckTypeByMouldBarCode_ProdCheckStock(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, ref string sErrMsg) {
- object[] results = this.Invoke("Get_CheckTypeByMouldBarCode_ProdCheckStock", new object[] {
- sBarCode,
- HBillID,
- HBillType,
- HBillNo,
- HWhID,
- HSPID,
- HStockCheckItemID,
- HStockCheckNumber,
- HCorrespondentTypeID,
- HCorrespondentID,
- HMaker,
- HOWNERID,
- sErrMsg});
- sErrMsg = ((string)(results[1]));
- return ((bool)(results[0]));
- }
-
- /// <remarks/>
- public void Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, string sErrMsg) {
- this.Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(sBarCode, HBillID, HBillType, HBillNo, HWhID, HSPID, HStockCheckItemID, HStockCheckNumber, HCorrespondentTypeID, HCorrespondentID, HMaker, HOWNERID, sErrMsg, null);
- }
-
- /// <remarks/>
- public void Get_CheckTypeByMouldBarCode_ProdCheckStockAsync(string sBarCode, long HBillID, string HBillType, string HBillNo, long HWhID, long HSPID, long HStockCheckItemID, string HStockCheckNumber, long HCorrespondentTypeID, long HCorrespondentID, string HMaker, long HOWNERID, string sErrMsg, object userState) {
- if ((this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted == null)) {
- this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGet_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted);
- }
- this.InvokeAsync("Get_CheckTypeByMouldBarCode_ProdCheckStock", new object[] {
- sBarCode,
- HBillID,
- HBillType,
- HBillNo,
- HWhID,
- HSPID,
- HStockCheckItemID,
- HStockCheckNumber,
- HCorrespondentTypeID,
- HCorrespondentID,
- HMaker,
- HOWNERID,
- sErrMsg}, this.Get_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted, userState);
- }
-
- private void OnGet_CheckTypeByMouldBarCode_ProdCheckStockOperationCompleted(object arg) {
- if ((this.Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.Get_CheckTypeByMouldBarCode_ProdCheckStockCompleted(this, new Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
- }
- }
-
- /// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMouldBillEntry_TmpList", 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 GetMouldBillEntry_TmpList(long HInterID, string HBillNo, string HBillType, ref string sErrMsg) {
- object[] results = this.Invoke("GetMouldBillEntry_TmpList", new object[] {
- HInterID,
- HBillNo,
- HBillType,
- sErrMsg});
- sErrMsg = ((string)(results[1]));
- return ((System.Data.DataSet)(results[0]));
- }
-
- /// <remarks/>
- public void GetMouldBillEntry_TmpListAsync(long HInterID, string HBillNo, string HBillType, string sErrMsg) {
- this.GetMouldBillEntry_TmpListAsync(HInterID, HBillNo, HBillType, sErrMsg, null);
- }
-
- /// <remarks/>
- public void GetMouldBillEntry_TmpListAsync(long HInterID, string HBillNo, string HBillType, string sErrMsg, object userState) {
- if ((this.GetMouldBillEntry_TmpListOperationCompleted == null)) {
- this.GetMouldBillEntry_TmpListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMouldBillEntry_TmpListOperationCompleted);
- }
- this.InvokeAsync("GetMouldBillEntry_TmpList", new object[] {
- HInterID,
- HBillNo,
- HBillType,
- sErrMsg}, this.GetMouldBillEntry_TmpListOperationCompleted, userState);
- }
-
- private void OnGetMouldBillEntry_TmpListOperationCompleted(object arg) {
- if ((this.GetMouldBillEntry_TmpListCompleted != null)) {
- System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.GetMouldBillEntry_TmpListCompleted(this, new GetMouldBillEntry_TmpListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
@@ -49551,6 +49649,74 @@
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ public delegate void Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventHandler(object sender, Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs e);
+
+ /// <remarks/>
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs(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 GetMouldBillEntry_TmpListCompletedEventHandler(object sender, GetMouldBillEntry_TmpListCompletedEventArgs e);
+
+ /// <remarks/>
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class GetMouldBillEntry_TmpListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal GetMouldBillEntry_TmpListCompletedEventArgs(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]));
+ }
+ }
+ }
+
+ /// <remarks/>
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
public delegate void set_DelSc_MouldStockBillMain_TempCompletedEventHandler(object sender, set_DelSc_MouldStockBillMain_TempCompletedEventArgs e);
/// <remarks/>
@@ -54425,6 +54591,74 @@
/// <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/>
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class get_SourceBarCode_POStockInBackCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal get_SourceBarCode_POStockInBackCompletedEventArgs(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_MateOutBackCompletedEventHandler(object sender, get_SourceBarCode_MateOutBackCompletedEventArgs 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_MateOutBackCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal get_SourceBarCode_MateOutBackCompletedEventArgs(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_BarCodeCompletedEventHandler(object sender, get_BarCodeCompletedEventArgs e);
/// <remarks/>
@@ -54925,74 +55159,6 @@
get {
this.RaiseExceptionIfNecessary();
return ((ClsKf_ICStockBill_Mould)(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_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventHandler(object sender, Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal Get_CheckTypeByMouldBarCode_ProdCheckStockCompletedEventArgs(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 GetMouldBillEntry_TmpListCompletedEventHandler(object sender, GetMouldBillEntry_TmpListCompletedEventArgs e);
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- public partial class GetMouldBillEntry_TmpListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-
- private object[] results;
-
- internal GetMouldBillEntry_TmpListCompletedEventArgs(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]));
}
}
--
Gitblit v1.9.1