From cb087863dfe1e6f3e100dbcc6ebeb1f98229feb9 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 24 八月 2023 14:07:54 +0800
Subject: [PATCH] 用户设置
---
WebAPI/Web References/WebS/Reference.cs | 155 +++++++++++++++++++++++++++++++++++++++------------
1 files changed, 119 insertions(+), 36 deletions(-)
diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index 88d61b5..29ec6af 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -100,6 +100,8 @@
private System.Threading.SendOrPostCallback get_CheckTypeByBarCode_BillCheckOperationCompleted;
+ private System.Threading.SendOrPostCallback get_BillBarCode_VerifyOperationCompleted;
+
private System.Threading.SendOrPostCallback GetKf_PonderationBillMain_Temp_BillCheckOperationCompleted;
private System.Threading.SendOrPostCallback set_UpdateTemp_BillCheckOperationCompleted;
@@ -278,7 +280,7 @@
private System.Threading.SendOrPostCallback get_BarCode_MoveStockOperationCompleted;
- private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted;
+ private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted;
private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiOperationCompleted;
@@ -772,7 +774,7 @@
private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDOperationCompleted;
- private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted;
+ private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted;
private System.Threading.SendOrPostCallback set_CheckXCMoveStockBillOperationCompleted;
@@ -1278,6 +1280,9 @@
public event get_CheckTypeByBarCode_BillCheckCompletedEventHandler get_CheckTypeByBarCode_BillCheckCompleted;
/// <remarks/>
+ public event get_BillBarCode_VerifyCompletedEventHandler get_BillBarCode_VerifyCompleted;
+
+ /// <remarks/>
public event GetKf_PonderationBillMain_Temp_BillCheckCompletedEventHandler GetKf_PonderationBillMain_Temp_BillCheckCompleted;
/// <remarks/>
@@ -1545,7 +1550,7 @@
public event get_BarCode_MoveStockCompletedEventHandler get_BarCode_MoveStockCompleted;
/// <remarks/>
- public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted;
+ public event set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted;
/// <remarks/>
public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiCompleted;
@@ -2286,7 +2291,7 @@
public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDCompleted;
/// <remarks/>
- public event set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted;
+ public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted;
/// <remarks/>
public event set_CheckXCMoveStockBillCompletedEventHandler set_CheckXCMoveStockBillCompleted;
@@ -4179,6 +4184,50 @@
if ((this.get_CheckTypeByBarCode_BillCheckCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.get_CheckTypeByBarCode_BillCheckCompleted(this, new get_CheckTypeByBarCode_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ }
+ }
+
+ /// <remarks/>
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BillBarCode_Verify", 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_BillBarCode_Verify(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, ref string sErrMsg) {
+ object[] results = this.Invoke("get_BillBarCode_Verify", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HBarCode,
+ HQty,
+ HMaker,
+ HStockOrgID,
+ sErrMsg});
+ sErrMsg = ((string)(results[1]));
+ return ((ClsKf_ICStockBill_WMS)(results[0]));
+ }
+
+ /// <remarks/>
+ public void get_BillBarCode_VerifyAsync(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, string sErrMsg) {
+ this.get_BillBarCode_VerifyAsync(HInterID, HBillNo, HBillType, HBarCode, HQty, HMaker, HStockOrgID, sErrMsg, null);
+ }
+
+ /// <remarks/>
+ public void get_BillBarCode_VerifyAsync(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, string sErrMsg, object userState) {
+ if ((this.get_BillBarCode_VerifyOperationCompleted == null)) {
+ this.get_BillBarCode_VerifyOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BillBarCode_VerifyOperationCompleted);
+ }
+ this.InvokeAsync("get_BillBarCode_Verify", new object[] {
+ HInterID,
+ HBillNo,
+ HBillType,
+ HBarCode,
+ HQty,
+ HMaker,
+ HStockOrgID,
+ sErrMsg}, this.get_BillBarCode_VerifyOperationCompleted, userState);
+ }
+
+ private void Onget_BillBarCode_VerifyOperationCompleted(object arg) {
+ if ((this.get_BillBarCode_VerifyCompleted != null)) {
+ System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+ this.get_BillBarCode_VerifyCompleted(this, new get_BillBarCode_VerifyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
@@ -9152,8 +9201,8 @@
}
/// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", 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_MoveStock_AR(
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock", 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_MoveStock(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -9172,7 +9221,7 @@
string HCustom2,
ClsXt_SystemParameterMain oSystemParameterMain,
ref string sErrMsg) {
- object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] {
+ object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] {
omodel_View,
HBillID,
HBillType,
@@ -9196,7 +9245,7 @@
}
/// <remarks/>
- public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(
+ public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -9215,11 +9264,11 @@
string HCustom2,
ClsXt_SystemParameterMain oSystemParameterMain,
string sErrMsg) {
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null);
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null);
}
/// <remarks/>
- public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(
+ public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -9239,10 +9288,10 @@
ClsXt_SystemParameterMain oSystemParameterMain,
string sErrMsg,
object userState) {
- if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted == null)) {
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted);
+ if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted == null)) {
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted);
}
- this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] {
+ this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] {
omodel_View,
HBillID,
HBillType,
@@ -9260,13 +9309,13 @@
HCustom1,
HCustom2,
oSystemParameterMain,
- sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted, userState);
+ sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted, userState);
}
- private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted(object arg) {
- if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted != null)) {
+ private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted(object arg) {
+ if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
@@ -18019,8 +18068,8 @@
}
/// <remarks/>
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock", 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_MoveStock(
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", 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_MoveStock_AR(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -18037,7 +18086,7 @@
long HStockOutOrgID,
ClsXt_SystemParameterMain oSystemParameterMain,
ref string sErrMsg) {
- object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] {
+ object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] {
omodel_View,
HBillID,
HBillType,
@@ -18059,7 +18108,7 @@
}
/// <remarks/>
- public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(
+ public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -18076,11 +18125,11 @@
long HStockOutOrgID,
ClsXt_SystemParameterMain oSystemParameterMain,
string sErrMsg) {
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, oSystemParameterMain, sErrMsg, null);
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, oSystemParameterMain, sErrMsg, null);
}
/// <remarks/>
- public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(
+ public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(
ClsGy_BarCodeBill_WMS_Model_View omodel_View,
long HBillID,
string HBillType,
@@ -18098,10 +18147,10 @@
ClsXt_SystemParameterMain oSystemParameterMain,
string sErrMsg,
object userState) {
- if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted == null)) {
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted);
+ if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted == null)) {
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted);
}
- this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] {
+ this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] {
omodel_View,
HBillID,
HBillType,
@@ -18117,13 +18166,13 @@
HStockInOrgID,
HStockOutOrgID,
oSystemParameterMain,
- sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted, userState);
+ sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted, userState);
}
- private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted(object arg) {
- if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted != null)) {
+ private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted(object arg) {
+ if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
- this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+ this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
@@ -49253,6 +49302,40 @@
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ public delegate void get_BillBarCode_VerifyCompletedEventHandler(object sender, get_BillBarCode_VerifyCompletedEventArgs e);
+
+ /// <remarks/>
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+ [System.Diagnostics.DebuggerStepThroughAttribute()]
+ [System.ComponentModel.DesignerCategoryAttribute("code")]
+ public partial class get_BillBarCode_VerifyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+
+ private object[] results;
+
+ internal get_BillBarCode_VerifyCompletedEventArgs(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 GetKf_PonderationBillMain_Temp_BillCheckCompletedEventHandler(object sender, GetKf_PonderationBillMain_Temp_BillCheckCompletedEventArgs e);
/// <remarks/>
@@ -52671,17 +52754,17 @@
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
- public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs e);
+ public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs 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_MoveStock_ARCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+ public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
- internal set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ internal set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
@@ -60829,17 +60912,17 @@
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
- public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs e);
+ public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs 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_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+ public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
- internal set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+ internal set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
--
Gitblit v1.9.1