From f3ad86fe50a0d2ba81b203517184264eea7bf0c0 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期四, 05 六月 2025 17:04:44 +0800
Subject: [PATCH] 入库审核逻辑更改 代码修改

---
 api/ZSCM2_CBZX.cs |  123 ++++++++++++++++++++++++----------------
 1 files changed, 73 insertions(+), 50 deletions(-)

diff --git a/api/ZSCM2_CBZX.cs b/api/ZSCM2_CBZX.cs
index 2524ce4..7b6c9ca 100644
--- a/api/ZSCM2_CBZX.cs
+++ b/api/ZSCM2_CBZX.cs
@@ -25,64 +25,75 @@
 [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.8.3928.0")]
 [System.Diagnostics.DebuggerStepThroughAttribute()]
 [System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Web.Services.WebServiceBindingAttribute(Name="binding", Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
-public partial class ZSCM2_CBZX : System.Web.Services.Protocols.SoapHttpClientProtocol {
-    
+[System.Web.Services.WebServiceBindingAttribute(Name = "binding", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")]
+public partial class ZSCM2_CBZX : System.Web.Services.Protocols.SoapHttpClientProtocol
+{
+
     private System.Threading.SendOrPostCallback ZfmScm2CbzxMm001OperationCompleted;
-    
+
     /// <remarks/>
-    public ZSCM2_CBZX() {
-        this.Url = "http://ceerptest.cee.com.cn:8000/sap/bc/srt/rfc/sap/zscm2_cbzx/110/zscm2_cbzx/bin" +
-            "ding";
+    public ZSCM2_CBZX()
+    {
+        this.Url = "http://10.89.33.201:8001/sap/bc/srt/rfc/sap/zscm2_cbzx/800/zscm2_cbzx/bind" +
+            "ing";
     }
-    
+
     /// <remarks/>
     public event ZfmScm2CbzxMm001CompletedEventHandler ZfmScm2CbzxMm001Completed;
-    
+
     /// <remarks/>
-    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
-    [return: System.Xml.Serialization.XmlElementAttribute("ZfmScm2CbzxMm001Response", Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
-    public ZfmScm2CbzxMm001Response ZfmScm2CbzxMm001([System.Xml.Serialization.XmlElementAttribute("ZfmScm2CbzxMm001", Namespace="urn:sap-com:document:sap:soap:functions:mc-style")] ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011) {
+    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Bare)]
+    [return: System.Xml.Serialization.XmlElementAttribute("ZfmScm2CbzxMm001Response", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")]
+    public ZfmScm2CbzxMm001Response ZfmScm2CbzxMm001([System.Xml.Serialization.XmlElementAttribute("ZfmScm2CbzxMm001", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")] ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011)
+    {
         object[] results = this.Invoke("ZfmScm2CbzxMm001", new object[] {
                     ZfmScm2CbzxMm0011});
         return ((ZfmScm2CbzxMm001Response)(results[0]));
     }
-    
+
     /// <remarks/>
-    public System.IAsyncResult BeginZfmScm2CbzxMm001(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011, System.AsyncCallback callback, object asyncState) {
+    public System.IAsyncResult BeginZfmScm2CbzxMm001(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011, System.AsyncCallback callback, object asyncState)
+    {
         return this.BeginInvoke("ZfmScm2CbzxMm001", new object[] {
                     ZfmScm2CbzxMm0011}, callback, asyncState);
     }
-    
+
     /// <remarks/>
-    public ZfmScm2CbzxMm001Response EndZfmScm2CbzxMm001(System.IAsyncResult asyncResult) {
+    public ZfmScm2CbzxMm001Response EndZfmScm2CbzxMm001(System.IAsyncResult asyncResult)
+    {
         object[] results = this.EndInvoke(asyncResult);
         return ((ZfmScm2CbzxMm001Response)(results[0]));
     }
-    
+
     /// <remarks/>
-    public void ZfmScm2CbzxMm001Async(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011) {
+    public void ZfmScm2CbzxMm001Async(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011)
+    {
         this.ZfmScm2CbzxMm001Async(ZfmScm2CbzxMm0011, null);
     }
-    
+
     /// <remarks/>
-    public void ZfmScm2CbzxMm001Async(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011, object userState) {
-        if ((this.ZfmScm2CbzxMm001OperationCompleted == null)) {
+    public void ZfmScm2CbzxMm001Async(ZfmScm2CbzxMm001 ZfmScm2CbzxMm0011, object userState)
+    {
+        if ((this.ZfmScm2CbzxMm001OperationCompleted == null))
+        {
             this.ZfmScm2CbzxMm001OperationCompleted = new System.Threading.SendOrPostCallback(this.OnZfmScm2CbzxMm001OperationCompleted);
         }
         this.InvokeAsync("ZfmScm2CbzxMm001", new object[] {
                     ZfmScm2CbzxMm0011}, this.ZfmScm2CbzxMm001OperationCompleted, userState);
     }
-    
-    private void OnZfmScm2CbzxMm001OperationCompleted(object arg) {
-        if ((this.ZfmScm2CbzxMm001Completed != null)) {
+
+    private void OnZfmScm2CbzxMm001OperationCompleted(object arg)
+    {
+        if ((this.ZfmScm2CbzxMm001Completed != null))
+        {
             System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
             this.ZfmScm2CbzxMm001Completed(this, new ZfmScm2CbzxMm001CompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
         }
     }
-    
+
     /// <remarks/>
-    public new void CancelAsync(object userState) {
+    public new void CancelAsync(object userState)
+    {
         base.CancelAsync(userState);
     }
 }
@@ -92,18 +103,22 @@
 [System.SerializableAttribute()]
 [System.Diagnostics.DebuggerStepThroughAttribute()]
 [System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
-public partial class ZfmScm2CbzxMm001 {
-    
+[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")]
+public partial class ZfmScm2CbzxMm001
+{
+
     private string inputField;
-    
+
     /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
-    public string Input {
-        get {
+    [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
+    public string Input
+    {
+        get
+        {
             return this.inputField;
         }
-        set {
+        set
+        {
             this.inputField = value;
         }
     }
@@ -114,18 +129,22 @@
 [System.SerializableAttribute()]
 [System.Diagnostics.DebuggerStepThroughAttribute()]
 [System.ComponentModel.DesignerCategoryAttribute("code")]
-[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
-public partial class ZfmScm2CbzxMm001Response {
-    
+[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")]
+public partial class ZfmScm2CbzxMm001Response
+{
+
     private string outputField;
-    
+
     /// <remarks/>
-    [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
-    public string Output {
-        get {
+    [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
+    public string Output
+    {
+        get
+        {
             return this.outputField;
         }
-        set {
+        set
+        {
             this.outputField = value;
         }
     }
@@ -139,18 +158,22 @@
 [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.8.3928.0")]
 [System.Diagnostics.DebuggerStepThroughAttribute()]
 [System.ComponentModel.DesignerCategoryAttribute("code")]
-public partial class ZfmScm2CbzxMm001CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-    
+public partial class ZfmScm2CbzxMm001CompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
+{
+
     private object[] results;
-    
-    internal ZfmScm2CbzxMm001CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
-            base(exception, cancelled, userState) {
+
+    internal ZfmScm2CbzxMm001CompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
+            base(exception, cancelled, userState)
+    {
         this.results = results;
     }
-    
+
     /// <remarks/>
-    public ZfmScm2CbzxMm001Response Result {
-        get {
+    public ZfmScm2CbzxMm001Response Result
+    {
+        get
+        {
             this.RaiseExceptionIfNecessary();
             return ((ZfmScm2CbzxMm001Response)(this.results[0]));
         }

--
Gitblit v1.9.1