From 6e4713d36e144f8c6e67ed780e20004734818f84 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期二, 19 八月 2025 13:55:18 +0800
Subject: [PATCH] 新增工序汇报单同步至金蝶云调用方法;新增直接调拨免扫码模块,扫描源单、上传生成单据调用方法

---
 WebAPI/Web References/WebS/WebService1.wsdl            | 3104 +++++++++--------
 WebAPI/Web References/WebS/Reference.cs                | 6793 +++++++++++++++++++++-------------------
 WebAPI/Controllers/条码管理/WEBSController.cs              |  167 
 WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs |   45 
 4 files changed, 5,364 insertions(+), 4,745 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index 52f9891..871a794 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -23,6 +23,7 @@
         public DBUtility.ClsPub.Enum_BillStatus BillStatus;
         Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter();
         public DAL.ClsSc_ICMOBill BillOld = new DAL.ClsSc_ICMOBill();
+        public WebS.WebService1 oWebs = new WebS.WebService1();
         private json objJsonResult = new json();
         SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
         DataSet ds;
@@ -4320,5 +4321,49 @@
             }
         }
         #endregion
+
+
+        #region 宸ュ簭姹囨姤鍗曞悓姝ヨ嚦閲戣澏浜�
+
+        /// <summary>
+        /// 宸ュ簭姹囨姤鍗曞悓姝ヨ嚦閲戣澏浜�
+        /// </summary>
+        /// <returns></returns>
+        [Route("Cj_StationOutBill/set_SaveStationOutBill_CLD_Json")]
+        [HttpGet]
+        public object set_SaveStationOutBill_CLD_Json(Int64 HInterID, string HBillNo, string HMaker)
+        {
+            try
+            {
+                if (oWebs.set_SaveStationOutBill_CLD(HInterID, HBillNo, HMaker, ref DBUtility.ClsPub.sErrInfo))
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 1;
+                    objJsonResult.Message = "鎴愬姛";
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+                else
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 0;
+                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+            }
+            catch (Exception e)
+            {
+                objJsonResult.code = "0";
+                objJsonResult.count = 0;
+                objJsonResult.Message = "鍚屾鑷抽噾铦朵簯澶辫触锛�" + e.ToString();
+                objJsonResult.data = null;
+                return objJsonResult;
+            }
+        }
+
+        #endregion
+
+
     }
 }
\ No newline at end of file
diff --git "a/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs" "b/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
index 4b9ec14..b551237 100644
--- "a/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
+++ "b/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
@@ -3886,6 +3886,127 @@
 
         #endregion
 
+        #region 鐩存帴璋冩嫧鍏嶆壂鐗╂枡鏉$爜    鏂板妯″紡
+
+        /// <summary>
+        /// 鐩存帴璋冩嫧鏂板涓婁紶
+        /// </summary>
+        /// <returns></returns>
+        [Route("WEBSController/set_SaveMoveStockBill_AutoBarCode_Json")]
+        [HttpPost]
+        public object set_SaveMoveStockBill_AutoBarCode_Json([FromBody] JObject oMain)
+        {
+            var _value = oMain["oMain"].ToString();
+            string msg1 = _value.ToString();
+            string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries);
+            string sMainStr = sArray[0].ToString();         //涓昏〃鏁版嵁
+            string sSubStr = sArray[1].ToString();          //瀛愯〃鏁版嵁
+            try
+            {
+                //涓昏〃璧嬪��
+                List<Model.ClsKf_MoveStockBillMain> lsmain = new List<Model.ClsKf_MoveStockBillMain>();
+                ListModels oListModels = new ListModels();
+                lsmain = oListModels.getMoveStockBillMainByJson(sMainStr);
+                WebS.ClsKf_MoveStockBillMain websLsmain = new WebS.ClsKf_MoveStockBillMain();
+                string sSourceType = lsmain[0].HMainSourceBillType;
+                websLsmain.HInterID = lsmain[0].HInterID;
+                websLsmain.HBillNo = lsmain[0].HBillNo;
+                websLsmain.HBillType = lsmain[0].HBillType;
+                websLsmain.HDate = lsmain[0].HDate;
+                websLsmain.HDeptID = lsmain[0].HDeptID;
+                websLsmain.HWHID = lsmain[0].HWHID;
+                websLsmain.HSCWHID = lsmain[0].HSCWHID;
+                websLsmain.HSupID = lsmain[0].HSupID;
+                websLsmain.HKeeperID = lsmain[0].HKeeperID;
+                websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
+                websLsmain.HEmpID = lsmain[0].HEmpID;
+                websLsmain.HManagerID = lsmain[0].HManagerID;
+                websLsmain.HRemark = lsmain[0].HRemark;
+                websLsmain.HExplanation = lsmain[0].HExplanation;
+                websLsmain.HInnerBillNo = lsmain[0].HInnerBillNo;
+                websLsmain.HRedBlueFlag = lsmain[0].HRedBlueFlag;
+                websLsmain.HBillSubType = lsmain[0].HBillSubType;
+                websLsmain.HStockStyle = lsmain[0].HStockStyle;
+                websLsmain.HTransferDirect = lsmain[0].HTransferDirect;
+                websLsmain.HShipType = lsmain[0].HShipType;
+                if (lsmain[0].HMainSourceBillType == "3720")
+                {
+                    websLsmain.HMainSourceBillType = "鐢熶骇鐢ㄦ枡娓呭崟";
+                }
+                else
+                {
+                    websLsmain.HMainSourceBillType = "鎵嬪伐褰曞叆";
+                }
+                websLsmain.HMaker = lsmain[0].HMaker;
+                websLsmain.HBillerID = lsmain[0].HBillerID;
+                websLsmain.HStockInOrgID = lsmain[0].HStockInOrgID;
+                websLsmain.HStockOutOrgID = lsmain[0].HStockOutOrgID;
+                websLsmain.HSTOCKORGID = lsmain[0].HStockOutOrgID;
+                websLsmain.HOWNERID = lsmain[0].HStockOutOrgID;
+
+                //瀛愯〃璧嬪��
+                sSubStr = sSubStr.Replace("\\", "");
+                sSubStr = sSubStr.Replace("\n", "");
+                List<Models.ClsKf_ICStockBillSub> sub = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Models.ClsKf_ICStockBillSub>>(sSubStr);
+
+                foreach (var item in sub)
+                {
+                    //鏁伴噺涓庢簮鍗曟暟閲忎笉涓�鑷存椂锛屾洿鏂版潯鐮佸嚭鍏ュ簱涓存椂琛� HQty 瀛楁鍊�
+                    if (item.HQty != item.HQtyMust)
+                    {
+                        oCn.RunProc("Update KF_PonderationBillMain_Temp set HQty=" + item.HQty.ToString() + " where HInterID= " + websLsmain.HInterID.ToString() + " and HBillType='" + websLsmain.HBillType + "' and HSourceInterID= " + item.HSourceInterID.ToString() + " and HSourceEntryID= " + item.HSourceEntryID.ToString());
+                    }
+                }
+
+                ds = oCn.RunProcReturn("exec h_p_WMS_AutoBarCode_MoveStockBill " + websLsmain.HInterID.ToString() + ",'" + websLsmain.HBillType + "'," + websLsmain.HWHID.ToString() + ",0," + websLsmain.HSCWHID.ToString() + ",0", "h_p_WMS_AutoBarCode_MoveStockBill");
+                if (ds == null || ds.Tables[0].Rows.Count == 0)
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 0;
+                    objJsonResult.Message = "鍏嶆壂鐮佸垽鏂彂鐢熼敊璇紒";
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+                else if (DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HBack"]) == 1)
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 0;
+                    objJsonResult.Message = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HRemark"]);
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+                else
+                {
+                    if (oWebs.set_SaveMoveStockBill(websLsmain, sSourceType, ref DBUtility.ClsPub.sErrInfo))
+                    {
+                        objJsonResult.code = "0";
+                        objJsonResult.count = 1;
+                        objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //鎴愬姛锛�
+                        objJsonResult.data = null;
+                        return objJsonResult;
+                    }
+                    else
+                    {
+                        objJsonResult.code = "0";
+                        objJsonResult.count = 0;
+                        objJsonResult.Message = DBUtility.ClsPub.sErrInfo;  //澶辫触锛�
+                        objJsonResult.data = null;
+                        return objJsonResult;
+                    }
+                }
+            }
+            catch (Exception e)
+            {
+                objJsonResult.code = "0";
+                objJsonResult.count = 0;
+                objJsonResult.Message = "鐩存帴璋冩嫧鍗曚笂浼犲け璐ワ紒" + e.ToString();
+                objJsonResult.data = null;
+                return objJsonResult;
+            }
+        }
+
+        #endregion
+
         #region 鐩存帴璋冩嫧    鏍¢獙妯″紡
 
         /// <summary>
@@ -5401,6 +5522,52 @@
         }
 
         /// <summary>
+        /// 鐩存帴璋冩嫧鍏嶆壂鐗╂枡鏉$爜妯″潡    鎵弿婧愬崟鏉$爜  20250818
+        /// </summary>
+        /// <returns></returns>
+        [Route("WEBSController/get_SourceBarCode_MoveStock_AutoBarCode_Json")]
+        [HttpGet]
+        public object get_SourceBarCode_MoveStock_AutoBarCode_Json(Int64 HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, Int64 HOWNERID)
+        {
+            try
+            {
+                ds = oCn.RunProcReturn("exec h_p_WMS_AddSourceBarCode_MoveStock_AutoBarCode " + HInterID.ToString() + ",'" + HBillNo + "','" + HBillType + "','" + HSourceBillNo + "','" + HSourceBillType + "','" + HMaker + "'," + HOWNERID.ToString(), "h_p_WMS_AddSourceBarCode_MoveStock_AutoBarCode");
+                if (ds == null || ds.Tables[0].Rows.Count == 0)
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 0;
+                    objJsonResult.Message = "鎵弿婧愬崟鏉$爜鍙戠敓閿欒锛�";
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+                else if (DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HBack"]) == 1)
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 0;
+                    objJsonResult.Message = DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0]["HRemark"]);
+                    objJsonResult.data = null;
+                    return objJsonResult;
+                }
+                else
+                {
+                    objJsonResult.code = "0";
+                    objJsonResult.count = 1;
+                    objJsonResult.Message = "鎴愬姛锛�";
+                    objJsonResult.data = ds.Tables[0];
+                    return objJsonResult;
+                }
+            }
+            catch (Exception e)
+            {
+                objJsonResult.code = "0";
+                objJsonResult.count = 0;
+                objJsonResult.Message = "鎵弿婧愬崟鏉$爜澶辫触锛�" + e.ToString();
+                objJsonResult.data = null;
+                return objJsonResult;
+            }
+        }
+
+        /// <summary>
         /// 澶忓疂涓撶敤璋冩嫧    鎵弿婧愬崟鏉$爜    20250513
         /// </summary>
         /// <returns></returns>
diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index e444cc8..6f61d97 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -34,9 +34,45 @@
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsXt_BaseBillMain))]
     public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol {
         
+        private System.Threading.SendOrPostCallback getDataSetBySQLOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback getRunProcOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback getRunProcByMulOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback getSecurity_LogOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback set_CancelltionBarCodeBillOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback set_UnCancelltionBarCodeBillOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback Set_BPrintQtyBarCodeOperationCompleted;
+        
+        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_SourceBarCode_OtherInOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_MateOutOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_SellOutOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_EntrustOutOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_OtherOutOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_MateReplenishOutOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStock_XiaBaoOperationCompleted;
+        
+        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted;
         
         private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted;
         
@@ -190,23 +226,23 @@
         
         private System.Threading.SendOrPostCallback getSub_GetCurPeriodOperationCompleted;
         
-        private System.Threading.SendOrPostCallback getDataSetBySQLOperationCompleted;
+        private System.Threading.SendOrPostCallback get_SaveBarCodeFormServerOperationCompleted;
         
-        private System.Threading.SendOrPostCallback getRunProcOperationCompleted;
+        private System.Threading.SendOrPostCallback set_SaveScanToServerOperationCompleted;
         
-        private System.Threading.SendOrPostCallback getRunProcByMulOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileListOperationCompleted;
         
-        private System.Threading.SendOrPostCallback getSecurity_LogOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileListForWMSOperationCompleted;
         
-        private System.Threading.SendOrPostCallback set_CancelltionBarCodeBillOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileListForNBWMSOperationCompleted;
         
-        private System.Threading.SendOrPostCallback set_UnCancelltionBarCodeBillOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileListForNBLMESOperationCompleted;
         
-        private System.Threading.SendOrPostCallback Set_BPrintQtyBarCodeOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileOperationCompleted;
         
-        private System.Threading.SendOrPostCallback set_BarCodeAutoWMSOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ServerFileForWMSOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_CheckTypeByBarCode_MouldOperationCompleted;
+        private System.Threading.SendOrPostCallback get_ORGANIZATIONSOperationCompleted;
         
         private System.Threading.SendOrPostCallback get_ORGANIZATIONS_UserByOrgRelationOperationCompleted;
         
@@ -358,23 +394,13 @@
         
         private System.Threading.SendOrPostCallback get_SourceBarCode_EntrustInOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_SourceBarCode_OtherInOperationCompleted;
+        private System.Threading.SendOrPostCallback set_SaveEntrustInBackBillOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_SourceBarCode_MateOutOperationCompleted;
+        private System.Threading.SendOrPostCallback set_SaveEntrustInBackBill_NewOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_SourceBarCode_SellOutOperationCompleted;
+        private System.Threading.SendOrPostCallback set_SaveEntrustInBillOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_SourceBarCode_EntrustOutOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_SourceBarCode_OtherOutOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_SourceBarCode_MateReplenishOutOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStock_XiaBaoOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted;
+        private System.Threading.SendOrPostCallback set_CheckAddEntrustInBillOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_CheckEntrustInBillOperationCompleted;
         
@@ -434,6 +460,8 @@
         
         private System.Threading.SendOrPostCallback set_SaveProExchReport_CLDOperationCompleted;
         
+        private System.Threading.SendOrPostCallback set_SaveStationOutBill_CLDOperationCompleted;
+        
         private System.Threading.SendOrPostCallback set_SaveNoPassProdCheckBill_NewOperationCompleted;
         
         private System.Threading.SendOrPostCallback GetKf_PonderationBillMain_TempListOperationCompleted;
@@ -490,23 +518,13 @@
         
         private System.Threading.SendOrPostCallback DeleteByICStockBillOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_SaveBarCodeFormServerOperationCompleted;
+        private System.Threading.SendOrPostCallback set_CheckEntrustOutBillOperationCompleted;
         
-        private System.Threading.SendOrPostCallback set_SaveScanToServerOperationCompleted;
+        private System.Threading.SendOrPostCallback set_CheckEntrustOutBill_RowOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_ServerFileListOperationCompleted;
+        private System.Threading.SendOrPostCallback set_AuditEntrustOutBillOperationCompleted;
         
-        private System.Threading.SendOrPostCallback get_ServerFileListForWMSOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_ServerFileListForNBWMSOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_ServerFileListForNBLMESOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_ServerFileOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_ServerFileForWMSOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback get_ORGANIZATIONSOperationCompleted;
+        private System.Threading.SendOrPostCallback GetKf_EntrustOutBill_K3_SourceOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_SaveEntrustOutBill_NewOperationCompleted;
         
@@ -596,13 +614,7 @@
         
         private System.Threading.SendOrPostCallback set_SaveProductInBill_BillCheckOperationCompleted;
         
-        private System.Threading.SendOrPostCallback set_SaveEntrustInBackBillOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_SaveEntrustInBackBill_NewOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_SaveEntrustInBillOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_CheckAddEntrustInBillOperationCompleted;
+        private System.Threading.SendOrPostCallback set_SaveMoveStockStepOutBill_NewOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_SaveMoveStockStepOutBill_CLD_NewOperationCompleted;
         
@@ -695,14 +707,6 @@
         private System.Threading.SendOrPostCallback set_SaveEntrustOutBillOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_CheckAddEntrustOutBillOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_CheckEntrustOutBillOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_CheckEntrustOutBill_RowOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_AuditEntrustOutBillOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback GetKf_EntrustOutBill_K3_SourceOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_ClearPonderationBillMain_Temp_ChangGuiOperationCompleted;
         
@@ -833,8 +837,6 @@
         private System.Threading.SendOrPostCallback set_SaveMoveStockBill_MESOperationCompleted;
         
         private System.Threading.SendOrPostCallback set_SaveMoveStockBill_BillCheckOperationCompleted;
-        
-        private System.Threading.SendOrPostCallback set_SaveMoveStockStepOutBill_NewOperationCompleted;
         
         private System.Threading.SendOrPostCallback GetSc_ICMOBillListOperationCompleted;
         
@@ -1215,10 +1217,64 @@
         }
         
         /// <remarks/>
+        public event getDataSetBySQLCompletedEventHandler getDataSetBySQLCompleted;
+        
+        /// <remarks/>
+        public event getRunProcCompletedEventHandler getRunProcCompleted;
+        
+        /// <remarks/>
+        public event getRunProcByMulCompletedEventHandler getRunProcByMulCompleted;
+        
+        /// <remarks/>
+        public event getSecurity_LogCompletedEventHandler getSecurity_LogCompleted;
+        
+        /// <remarks/>
+        public event set_CancelltionBarCodeBillCompletedEventHandler set_CancelltionBarCodeBillCompleted;
+        
+        /// <remarks/>
+        public event set_UnCancelltionBarCodeBillCompletedEventHandler set_UnCancelltionBarCodeBillCompleted;
+        
+        /// <remarks/>
+        public event Set_BPrintQtyBarCodeCompletedEventHandler Set_BPrintQtyBarCodeCompleted;
+        
+        /// <remarks/>
+        public event set_BarCodeAutoWMSCompletedEventHandler set_BarCodeAutoWMSCompleted;
+        
+        /// <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_SourceBarCode_OtherInCompletedEventHandler get_SourceBarCode_OtherInCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_MateOutCompletedEventHandler get_SourceBarCode_MateOutCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_SellOutCompletedEventHandler get_SourceBarCode_SellOutCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_EntrustOutCompletedEventHandler get_SourceBarCode_EntrustOutCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_OtherOutCompletedEventHandler get_SourceBarCode_OtherOutCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_MateReplenishOutCompletedEventHandler get_SourceBarCode_MateReplenishOutCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_MoveStockCompletedEventHandler get_SourceBarCode_MoveStockCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler get_SourceBarCode_MoveStock_XiaBaoCompleted;
+        
+        /// <remarks/>
+        public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted;
         
         /// <remarks/>
         public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted;
@@ -1449,31 +1505,31 @@
         public event getSub_GetCurPeriodCompletedEventHandler getSub_GetCurPeriodCompleted;
         
         /// <remarks/>
-        public event getDataSetBySQLCompletedEventHandler getDataSetBySQLCompleted;
+        public event get_SaveBarCodeFormServerCompletedEventHandler get_SaveBarCodeFormServerCompleted;
         
         /// <remarks/>
-        public event getRunProcCompletedEventHandler getRunProcCompleted;
+        public event set_SaveScanToServerCompletedEventHandler set_SaveScanToServerCompleted;
         
         /// <remarks/>
-        public event getRunProcByMulCompletedEventHandler getRunProcByMulCompleted;
+        public event get_ServerFileListCompletedEventHandler get_ServerFileListCompleted;
         
         /// <remarks/>
-        public event getSecurity_LogCompletedEventHandler getSecurity_LogCompleted;
+        public event get_ServerFileListForWMSCompletedEventHandler get_ServerFileListForWMSCompleted;
         
         /// <remarks/>
-        public event set_CancelltionBarCodeBillCompletedEventHandler set_CancelltionBarCodeBillCompleted;
+        public event get_ServerFileListForNBWMSCompletedEventHandler get_ServerFileListForNBWMSCompleted;
         
         /// <remarks/>
-        public event set_UnCancelltionBarCodeBillCompletedEventHandler set_UnCancelltionBarCodeBillCompleted;
+        public event get_ServerFileListForNBLMESCompletedEventHandler get_ServerFileListForNBLMESCompleted;
         
         /// <remarks/>
-        public event Set_BPrintQtyBarCodeCompletedEventHandler Set_BPrintQtyBarCodeCompleted;
+        public event get_ServerFileCompletedEventHandler get_ServerFileCompleted;
         
         /// <remarks/>
-        public event set_BarCodeAutoWMSCompletedEventHandler set_BarCodeAutoWMSCompleted;
+        public event get_ServerFileForWMSCompletedEventHandler get_ServerFileForWMSCompleted;
         
         /// <remarks/>
-        public event get_CheckTypeByBarCode_MouldCompletedEventHandler get_CheckTypeByBarCode_MouldCompleted;
+        public event get_ORGANIZATIONSCompletedEventHandler get_ORGANIZATIONSCompleted;
         
         /// <remarks/>
         public event get_ORGANIZATIONS_UserByOrgRelationCompletedEventHandler get_ORGANIZATIONS_UserByOrgRelationCompleted;
@@ -1701,31 +1757,16 @@
         public event get_SourceBarCode_EntrustInCompletedEventHandler get_SourceBarCode_EntrustInCompleted;
         
         /// <remarks/>
-        public event get_SourceBarCode_OtherInCompletedEventHandler get_SourceBarCode_OtherInCompleted;
+        public event set_SaveEntrustInBackBillCompletedEventHandler set_SaveEntrustInBackBillCompleted;
         
         /// <remarks/>
-        public event get_SourceBarCode_MateOutCompletedEventHandler get_SourceBarCode_MateOutCompleted;
+        public event set_SaveEntrustInBackBill_NewCompletedEventHandler set_SaveEntrustInBackBill_NewCompleted;
         
         /// <remarks/>
-        public event get_SourceBarCode_SellOutCompletedEventHandler get_SourceBarCode_SellOutCompleted;
+        public event set_SaveEntrustInBillCompletedEventHandler set_SaveEntrustInBillCompleted;
         
         /// <remarks/>
-        public event get_SourceBarCode_EntrustOutCompletedEventHandler get_SourceBarCode_EntrustOutCompleted;
-        
-        /// <remarks/>
-        public event get_SourceBarCode_OtherOutCompletedEventHandler get_SourceBarCode_OtherOutCompleted;
-        
-        /// <remarks/>
-        public event get_SourceBarCode_MateReplenishOutCompletedEventHandler get_SourceBarCode_MateReplenishOutCompleted;
-        
-        /// <remarks/>
-        public event get_SourceBarCode_MoveStockCompletedEventHandler get_SourceBarCode_MoveStockCompleted;
-        
-        /// <remarks/>
-        public event get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler get_SourceBarCode_MoveStock_XiaBaoCompleted;
-        
-        /// <remarks/>
-        public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted;
+        public event set_CheckAddEntrustInBillCompletedEventHandler set_CheckAddEntrustInBillCompleted;
         
         /// <remarks/>
         public event set_CheckEntrustInBillCompletedEventHandler set_CheckEntrustInBillCompleted;
@@ -1815,6 +1856,9 @@
         public event set_SaveProExchReport_CLDCompletedEventHandler set_SaveProExchReport_CLDCompleted;
         
         /// <remarks/>
+        public event set_SaveStationOutBill_CLDCompletedEventHandler set_SaveStationOutBill_CLDCompleted;
+        
+        /// <remarks/>
         public event set_SaveNoPassProdCheckBill_NewCompletedEventHandler set_SaveNoPassProdCheckBill_NewCompleted;
         
         /// <remarks/>
@@ -1899,31 +1943,16 @@
         public event DeleteByICStockBillCompletedEventHandler DeleteByICStockBillCompleted;
         
         /// <remarks/>
-        public event get_SaveBarCodeFormServerCompletedEventHandler get_SaveBarCodeFormServerCompleted;
+        public event set_CheckEntrustOutBillCompletedEventHandler set_CheckEntrustOutBillCompleted;
         
         /// <remarks/>
-        public event set_SaveScanToServerCompletedEventHandler set_SaveScanToServerCompleted;
+        public event set_CheckEntrustOutBill_RowCompletedEventHandler set_CheckEntrustOutBill_RowCompleted;
         
         /// <remarks/>
-        public event get_ServerFileListCompletedEventHandler get_ServerFileListCompleted;
+        public event set_AuditEntrustOutBillCompletedEventHandler set_AuditEntrustOutBillCompleted;
         
         /// <remarks/>
-        public event get_ServerFileListForWMSCompletedEventHandler get_ServerFileListForWMSCompleted;
-        
-        /// <remarks/>
-        public event get_ServerFileListForNBWMSCompletedEventHandler get_ServerFileListForNBWMSCompleted;
-        
-        /// <remarks/>
-        public event get_ServerFileListForNBLMESCompletedEventHandler get_ServerFileListForNBLMESCompleted;
-        
-        /// <remarks/>
-        public event get_ServerFileCompletedEventHandler get_ServerFileCompleted;
-        
-        /// <remarks/>
-        public event get_ServerFileForWMSCompletedEventHandler get_ServerFileForWMSCompleted;
-        
-        /// <remarks/>
-        public event get_ORGANIZATIONSCompletedEventHandler get_ORGANIZATIONSCompleted;
+        public event GetKf_EntrustOutBill_K3_SourceCompletedEventHandler GetKf_EntrustOutBill_K3_SourceCompleted;
         
         /// <remarks/>
         public event set_SaveEntrustOutBill_NewCompletedEventHandler set_SaveEntrustOutBill_NewCompleted;
@@ -2058,16 +2087,7 @@
         public event set_SaveProductInBill_BillCheckCompletedEventHandler set_SaveProductInBill_BillCheckCompleted;
         
         /// <remarks/>
-        public event set_SaveEntrustInBackBillCompletedEventHandler set_SaveEntrustInBackBillCompleted;
-        
-        /// <remarks/>
-        public event set_SaveEntrustInBackBill_NewCompletedEventHandler set_SaveEntrustInBackBill_NewCompleted;
-        
-        /// <remarks/>
-        public event set_SaveEntrustInBillCompletedEventHandler set_SaveEntrustInBillCompleted;
-        
-        /// <remarks/>
-        public event set_CheckAddEntrustInBillCompletedEventHandler set_CheckAddEntrustInBillCompleted;
+        public event set_SaveMoveStockStepOutBill_NewCompletedEventHandler set_SaveMoveStockStepOutBill_NewCompleted;
         
         /// <remarks/>
         public event set_SaveMoveStockStepOutBill_CLD_NewCompletedEventHandler set_SaveMoveStockStepOutBill_CLD_NewCompleted;
@@ -2206,18 +2226,6 @@
         
         /// <remarks/>
         public event set_CheckAddEntrustOutBillCompletedEventHandler set_CheckAddEntrustOutBillCompleted;
-        
-        /// <remarks/>
-        public event set_CheckEntrustOutBillCompletedEventHandler set_CheckEntrustOutBillCompleted;
-        
-        /// <remarks/>
-        public event set_CheckEntrustOutBill_RowCompletedEventHandler set_CheckEntrustOutBill_RowCompleted;
-        
-        /// <remarks/>
-        public event set_AuditEntrustOutBillCompletedEventHandler set_AuditEntrustOutBillCompleted;
-        
-        /// <remarks/>
-        public event GetKf_EntrustOutBill_K3_SourceCompletedEventHandler GetKf_EntrustOutBill_K3_SourceCompleted;
         
         /// <remarks/>
         public event set_ClearPonderationBillMain_Temp_ChangGuiCompletedEventHandler set_ClearPonderationBillMain_Temp_ChangGuiCompleted;
@@ -2413,9 +2421,6 @@
         
         /// <remarks/>
         public event set_SaveMoveStockBill_BillCheckCompletedEventHandler set_SaveMoveStockBill_BillCheckCompleted;
-        
-        /// <remarks/>
-        public event set_SaveMoveStockStepOutBill_NewCompletedEventHandler set_SaveMoveStockStepOutBill_NewCompleted;
         
         /// <remarks/>
         public event GetSc_ICMOBillListCompletedEventHandler GetSc_ICMOBillListCompleted;
@@ -2928,6 +2933,381 @@
         public event GetSc_ICMOBackBillListCompletedEventHandler GetSc_ICMOBackBillListCompleted;
         
         /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetBySQL", 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 getDataSetBySQL(string sSQL, string sTable, ref string sErrMsg) {
+            object[] results = this.Invoke("getDataSetBySQL", new object[] {
+                        sSQL,
+                        sTable,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((System.Data.DataSet)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void getDataSetBySQLAsync(string sSQL, string sTable, string sErrMsg) {
+            this.getDataSetBySQLAsync(sSQL, sTable, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void getDataSetBySQLAsync(string sSQL, string sTable, string sErrMsg, object userState) {
+            if ((this.getDataSetBySQLOperationCompleted == null)) {
+                this.getDataSetBySQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetBySQLOperationCompleted);
+            }
+            this.InvokeAsync("getDataSetBySQL", new object[] {
+                        sSQL,
+                        sTable,
+                        sErrMsg}, this.getDataSetBySQLOperationCompleted, userState);
+        }
+        
+        private void OngetDataSetBySQLOperationCompleted(object arg) {
+            if ((this.getDataSetBySQLCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.getDataSetBySQLCompleted(this, new getDataSetBySQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getRunProc", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+        public void getRunProc(string sSQL, ref string sErrMsg) {
+            object[] results = this.Invoke("getRunProc", new object[] {
+                        sSQL,
+                        sErrMsg});
+            sErrMsg = ((string)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void getRunProcAsync(string sSQL, string sErrMsg) {
+            this.getRunProcAsync(sSQL, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void getRunProcAsync(string sSQL, string sErrMsg, object userState) {
+            if ((this.getRunProcOperationCompleted == null)) {
+                this.getRunProcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRunProcOperationCompleted);
+            }
+            this.InvokeAsync("getRunProc", new object[] {
+                        sSQL,
+                        sErrMsg}, this.getRunProcOperationCompleted, userState);
+        }
+        
+        private void OngetRunProcOperationCompleted(object arg) {
+            if ((this.getRunProcCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.getRunProcCompleted(this, new getRunProcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getRunProcByMul", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+        public void getRunProcByMul(string[] sSQL, ref string sErrMsg) {
+            object[] results = this.Invoke("getRunProcByMul", new object[] {
+                        sSQL,
+                        sErrMsg});
+            sErrMsg = ((string)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void getRunProcByMulAsync(string[] sSQL, string sErrMsg) {
+            this.getRunProcByMulAsync(sSQL, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void getRunProcByMulAsync(string[] sSQL, string sErrMsg, object userState) {
+            if ((this.getRunProcByMulOperationCompleted == null)) {
+                this.getRunProcByMulOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRunProcByMulOperationCompleted);
+            }
+            this.InvokeAsync("getRunProcByMul", new object[] {
+                        sSQL,
+                        sErrMsg}, this.getRunProcByMulOperationCompleted, userState);
+        }
+        
+        private void OngetRunProcByMulOperationCompleted(object arg) {
+            if ((this.getRunProcByMulCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.getRunProcByMulCompleted(this, new getRunProcByMulCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSecurity_Log", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+        public bool getSecurity_Log(string ModRightNameCheck, string CurUserName, ref string sErrMsg) {
+            object[] results = this.Invoke("getSecurity_Log", new object[] {
+                        ModRightNameCheck,
+                        CurUserName,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void getSecurity_LogAsync(string ModRightNameCheck, string CurUserName, string sErrMsg) {
+            this.getSecurity_LogAsync(ModRightNameCheck, CurUserName, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void getSecurity_LogAsync(string ModRightNameCheck, string CurUserName, string sErrMsg, object userState) {
+            if ((this.getSecurity_LogOperationCompleted == null)) {
+                this.getSecurity_LogOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSecurity_LogOperationCompleted);
+            }
+            this.InvokeAsync("getSecurity_Log", new object[] {
+                        ModRightNameCheck,
+                        CurUserName,
+                        sErrMsg}, this.getSecurity_LogOperationCompleted, userState);
+        }
+        
+        private void OngetSecurity_LogOperationCompleted(object arg) {
+            if ((this.getSecurity_LogCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.getSecurity_LogCompleted(this, new getSecurity_LogCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CancelltionBarCodeBill", 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_CancelltionBarCodeBill(string sBarCode) {
+            object[] results = this.Invoke("set_CancelltionBarCodeBill", new object[] {
+                        sBarCode});
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void set_CancelltionBarCodeBillAsync(string sBarCode) {
+            this.set_CancelltionBarCodeBillAsync(sBarCode, null);
+        }
+        
+        /// <remarks/>
+        public void set_CancelltionBarCodeBillAsync(string sBarCode, object userState) {
+            if ((this.set_CancelltionBarCodeBillOperationCompleted == null)) {
+                this.set_CancelltionBarCodeBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CancelltionBarCodeBillOperationCompleted);
+            }
+            this.InvokeAsync("set_CancelltionBarCodeBill", new object[] {
+                        sBarCode}, this.set_CancelltionBarCodeBillOperationCompleted, userState);
+        }
+        
+        private void Onset_CancelltionBarCodeBillOperationCompleted(object arg) {
+            if ((this.set_CancelltionBarCodeBillCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.set_CancelltionBarCodeBillCompleted(this, new set_CancelltionBarCodeBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_UnCancelltionBarCodeBill", 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_UnCancelltionBarCodeBill(string sBarCode) {
+            object[] results = this.Invoke("set_UnCancelltionBarCodeBill", new object[] {
+                        sBarCode});
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void set_UnCancelltionBarCodeBillAsync(string sBarCode) {
+            this.set_UnCancelltionBarCodeBillAsync(sBarCode, null);
+        }
+        
+        /// <remarks/>
+        public void set_UnCancelltionBarCodeBillAsync(string sBarCode, object userState) {
+            if ((this.set_UnCancelltionBarCodeBillOperationCompleted == null)) {
+                this.set_UnCancelltionBarCodeBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_UnCancelltionBarCodeBillOperationCompleted);
+            }
+            this.InvokeAsync("set_UnCancelltionBarCodeBill", new object[] {
+                        sBarCode}, this.set_UnCancelltionBarCodeBillOperationCompleted, userState);
+        }
+        
+        private void Onset_UnCancelltionBarCodeBillOperationCompleted(object arg) {
+            if ((this.set_UnCancelltionBarCodeBillCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.set_UnCancelltionBarCodeBillCompleted(this, new set_UnCancelltionBarCodeBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Set_BPrintQtyBarCode", 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_BPrintQtyBarCode(string sBarCode, ref string sReturn) {
+            object[] results = this.Invoke("Set_BPrintQtyBarCode", new object[] {
+                        sBarCode,
+                        sReturn});
+            sReturn = ((string)(results[1]));
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void Set_BPrintQtyBarCodeAsync(string sBarCode, string sReturn) {
+            this.Set_BPrintQtyBarCodeAsync(sBarCode, sReturn, null);
+        }
+        
+        /// <remarks/>
+        public void Set_BPrintQtyBarCodeAsync(string sBarCode, string sReturn, object userState) {
+            if ((this.Set_BPrintQtyBarCodeOperationCompleted == null)) {
+                this.Set_BPrintQtyBarCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSet_BPrintQtyBarCodeOperationCompleted);
+            }
+            this.InvokeAsync("Set_BPrintQtyBarCode", new object[] {
+                        sBarCode,
+                        sReturn}, this.Set_BPrintQtyBarCodeOperationCompleted, userState);
+        }
+        
+        private void OnSet_BPrintQtyBarCodeOperationCompleted(object arg) {
+            if ((this.Set_BPrintQtyBarCodeCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.Set_BPrintQtyBarCodeCompleted(this, new Set_BPrintQtyBarCodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_BarCodeAutoWMS", 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_BarCodeAutoWMS(long HInterID, string HSourceBillType, long HStockOrgID, ref string sErrMsg) {
+            object[] results = this.Invoke("set_BarCodeAutoWMS", new object[] {
+                        HInterID,
+                        HSourceBillType,
+                        HStockOrgID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void set_BarCodeAutoWMSAsync(long HInterID, string HSourceBillType, long HStockOrgID, string sErrMsg) {
+            this.set_BarCodeAutoWMSAsync(HInterID, HSourceBillType, HStockOrgID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void set_BarCodeAutoWMSAsync(long HInterID, string HSourceBillType, long HStockOrgID, string sErrMsg, object userState) {
+            if ((this.set_BarCodeAutoWMSOperationCompleted == null)) {
+                this.set_BarCodeAutoWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_BarCodeAutoWMSOperationCompleted);
+            }
+            this.InvokeAsync("set_BarCodeAutoWMS", new object[] {
+                        HInterID,
+                        HSourceBillType,
+                        HStockOrgID,
+                        sErrMsg}, this.set_BarCodeAutoWMSOperationCompleted, userState);
+        }
+        
+        private void Onset_BarCodeAutoWMSOperationCompleted(object arg) {
+            if ((this.set_BarCodeAutoWMSCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.set_BarCodeAutoWMSCompleted(this, new set_BarCodeAutoWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_CheckTypeByBarCode_Mould", 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_Mould get_CheckTypeByBarCode_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 sErrMsg) {
+            object[] results = this.Invoke("get_CheckTypeByBarCode_Mould", new object[] {
+                        sBarCode,
+                        HBillID,
+                        HBillType,
+                        HBillNo,
+                        HMaker,
+                        HWhID,
+                        HSPID,
+                        HQty,
+                        HRedBlueFlag,
+                        SourceFlag,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HOWNERID,
+                        HExpressNumber,
+                        SCWhID,
+                        HStockInOrgID,
+                        HStockOutOrgID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((ClsKf_ICStockBill_Mould)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_CheckTypeByBarCode_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 sErrMsg) {
+            this.get_CheckTypeByBarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_CheckTypeByBarCode_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 sErrMsg, 
+                    object userState) {
+            if ((this.get_CheckTypeByBarCode_MouldOperationCompleted == null)) {
+                this.get_CheckTypeByBarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_CheckTypeByBarCode_MouldOperationCompleted);
+            }
+            this.InvokeAsync("get_CheckTypeByBarCode_Mould", new object[] {
+                        sBarCode,
+                        HBillID,
+                        HBillType,
+                        HBillNo,
+                        HMaker,
+                        HWhID,
+                        HSPID,
+                        HQty,
+                        HRedBlueFlag,
+                        SourceFlag,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HOWNERID,
+                        HExpressNumber,
+                        SCWhID,
+                        HStockInOrgID,
+                        HStockOutOrgID,
+                        sErrMsg}, this.get_CheckTypeByBarCode_MouldOperationCompleted, userState);
+        }
+        
+        private void Onget_CheckTypeByBarCode_MouldOperationCompleted(object arg) {
+            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[] {
@@ -3115,6 +3495,424 @@
             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_OtherIn", 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_OtherIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, ref string sErrMsg) {
+            object[] results = this.Invoke("get_SourceBarCode_OtherIn", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HOWNERID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((ClsKf_ICStockBill_WMS)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_OtherInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_OtherInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_OtherInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_OtherInOperationCompleted == null)) {
+                this.get_SourceBarCode_OtherInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_OtherInOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_OtherIn", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_OtherInOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_OtherInOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_OtherInCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_OtherInCompleted(this, new get_SourceBarCode_OtherInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MateOut", 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_MateOut(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, ref string sErrMsg) {
+            object[] results = this.Invoke("get_SourceBarCode_MateOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HPTQty,
+                        HPlanMode,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((ClsKf_ICStockBill_WMS)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MateOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_MateOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HPTQty, HPlanMode, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MateOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_MateOutOperationCompleted == null)) {
+                this.get_SourceBarCode_MateOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MateOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_MateOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HPTQty,
+                        HPlanMode,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_MateOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_MateOutOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_MateOutCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_MateOutCompleted(this, new get_SourceBarCode_MateOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_SellOut", 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_SellOut(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_SellOut", 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_SellOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_SellOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_SellOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_SellOutOperationCompleted == null)) {
+                this.get_SourceBarCode_SellOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_SellOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_SellOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_SellOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_SellOutOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_SellOutCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_SellOutCompleted(this, new get_SourceBarCode_SellOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_EntrustOut", 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_EntrustOut(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_EntrustOut", 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_EntrustOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_EntrustOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_EntrustOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_EntrustOutOperationCompleted == null)) {
+                this.get_SourceBarCode_EntrustOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_EntrustOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_EntrustOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_EntrustOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_EntrustOutOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_EntrustOutCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_EntrustOutCompleted(this, new get_SourceBarCode_EntrustOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_OtherOut", 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_OtherOut(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_OtherOut", 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_OtherOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_OtherOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_OtherOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_OtherOutOperationCompleted == null)) {
+                this.get_SourceBarCode_OtherOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_OtherOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_OtherOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_OtherOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_OtherOutOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_OtherOutCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_OtherOutCompleted(this, new get_SourceBarCode_OtherOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MateReplenishOut", 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_MateReplenishOut(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_MateReplenishOut", 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_MateReplenishOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_MateReplenishOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MateReplenishOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_MateReplenishOutOperationCompleted == null)) {
+                this.get_SourceBarCode_MateReplenishOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MateReplenishOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_MateReplenishOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_MateReplenishOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_MateReplenishOutOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_MateReplenishOutCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_MateReplenishOutCompleted(this, new get_SourceBarCode_MateReplenishOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStock", 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(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", 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_MoveStockAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
+            this.get_SourceBarCode_MoveStockAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MoveStockAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_MoveStockOperationCompleted == null)) {
+                this.get_SourceBarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_MoveStock", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HOWNERID,
+                        sErrMsg}, this.get_SourceBarCode_MoveStockOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_MoveStockOperationCompleted(object arg) {
+            if ((this.get_SourceBarCode_MoveStockCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_SourceBarCode_MoveStockCompleted(this, new get_SourceBarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <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[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HStockInOrgID,
+                        HStockOutOrgID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((ClsKf_ICStockBill_WMS)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MoveStockStepOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) {
+            this.get_SourceBarCode_MoveStockStepOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HStockInOrgID, HStockOutOrgID, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void get_SourceBarCode_MoveStockStepOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) {
+            if ((this.get_SourceBarCode_MoveStockStepOutOperationCompleted == null)) {
+                this.get_SourceBarCode_MoveStockStepOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepOutOperationCompleted);
+            }
+            this.InvokeAsync("get_SourceBarCode_MoveStockStepOut", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HBillType,
+                        HSourceBillNo,
+                        HSourceBillType,
+                        HMaker,
+                        HFIFOWhID,
+                        HStockInOrgID,
+                        HStockOutOrgID,
+                        sErrMsg}, this.get_SourceBarCode_MoveStockStepOutOperationCompleted, userState);
+        }
+        
+        private void Onget_SourceBarCode_MoveStockStepOutOperationCompleted(object arg) {
+            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));
             }
         }
         
@@ -6858,377 +7656,269 @@
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetBySQL", 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 getDataSetBySQL(string sSQL, string sTable, ref string sErrMsg) {
-            object[] results = this.Invoke("getDataSetBySQL", new object[] {
-                        sSQL,
-                        sTable,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SaveBarCodeFormServer", 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_SaveBarCodeFormServer(long Days, ref string sErr) {
+            object[] results = this.Invoke("get_SaveBarCodeFormServer", new object[] {
+                        Days,
+                        sErr});
+            sErr = ((string)(results[1]));
             return ((System.Data.DataSet)(results[0]));
         }
         
         /// <remarks/>
-        public void getDataSetBySQLAsync(string sSQL, string sTable, string sErrMsg) {
-            this.getDataSetBySQLAsync(sSQL, sTable, sErrMsg, null);
+        public void get_SaveBarCodeFormServerAsync(long Days, string sErr) {
+            this.get_SaveBarCodeFormServerAsync(Days, sErr, null);
         }
         
         /// <remarks/>
-        public void getDataSetBySQLAsync(string sSQL, string sTable, string sErrMsg, object userState) {
-            if ((this.getDataSetBySQLOperationCompleted == null)) {
-                this.getDataSetBySQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetBySQLOperationCompleted);
+        public void get_SaveBarCodeFormServerAsync(long Days, string sErr, object userState) {
+            if ((this.get_SaveBarCodeFormServerOperationCompleted == null)) {
+                this.get_SaveBarCodeFormServerOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SaveBarCodeFormServerOperationCompleted);
             }
-            this.InvokeAsync("getDataSetBySQL", new object[] {
-                        sSQL,
-                        sTable,
-                        sErrMsg}, this.getDataSetBySQLOperationCompleted, userState);
+            this.InvokeAsync("get_SaveBarCodeFormServer", new object[] {
+                        Days,
+                        sErr}, this.get_SaveBarCodeFormServerOperationCompleted, userState);
         }
         
-        private void OngetDataSetBySQLOperationCompleted(object arg) {
-            if ((this.getDataSetBySQLCompleted != null)) {
+        private void Onget_SaveBarCodeFormServerOperationCompleted(object arg) {
+            if ((this.get_SaveBarCodeFormServerCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.getDataSetBySQLCompleted(this, new getDataSetBySQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.get_SaveBarCodeFormServerCompleted(this, new get_SaveBarCodeFormServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getRunProc", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
-        public void getRunProc(string sSQL, ref string sErrMsg) {
-            object[] results = this.Invoke("getRunProc", new object[] {
-                        sSQL,
-                        sErrMsg});
-            sErrMsg = ((string)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void getRunProcAsync(string sSQL, string sErrMsg) {
-            this.getRunProcAsync(sSQL, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void getRunProcAsync(string sSQL, string sErrMsg, object userState) {
-            if ((this.getRunProcOperationCompleted == null)) {
-                this.getRunProcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRunProcOperationCompleted);
-            }
-            this.InvokeAsync("getRunProc", new object[] {
-                        sSQL,
-                        sErrMsg}, this.getRunProcOperationCompleted, userState);
-        }
-        
-        private void OngetRunProcOperationCompleted(object arg) {
-            if ((this.getRunProcCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.getRunProcCompleted(this, new getRunProcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getRunProcByMul", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
-        public void getRunProcByMul(string[] sSQL, ref string sErrMsg) {
-            object[] results = this.Invoke("getRunProcByMul", new object[] {
-                        sSQL,
-                        sErrMsg});
-            sErrMsg = ((string)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void getRunProcByMulAsync(string[] sSQL, string sErrMsg) {
-            this.getRunProcByMulAsync(sSQL, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void getRunProcByMulAsync(string[] sSQL, string sErrMsg, object userState) {
-            if ((this.getRunProcByMulOperationCompleted == null)) {
-                this.getRunProcByMulOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetRunProcByMulOperationCompleted);
-            }
-            this.InvokeAsync("getRunProcByMul", new object[] {
-                        sSQL,
-                        sErrMsg}, this.getRunProcByMulOperationCompleted, userState);
-        }
-        
-        private void OngetRunProcByMulOperationCompleted(object arg) {
-            if ((this.getRunProcByMulCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.getRunProcByMulCompleted(this, new getRunProcByMulCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSecurity_Log", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
-        public bool getSecurity_Log(string ModRightNameCheck, string CurUserName, ref string sErrMsg) {
-            object[] results = this.Invoke("getSecurity_Log", new object[] {
-                        ModRightNameCheck,
-                        CurUserName,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveScanToServer", 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_SaveScanToServer(long lInterID, System.Data.DataSet ds, ref string sErr) {
+            object[] results = this.Invoke("set_SaveScanToServer", new object[] {
+                        lInterID,
+                        ds,
+                        sErr});
+            sErr = ((string)(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void getSecurity_LogAsync(string ModRightNameCheck, string CurUserName, string sErrMsg) {
-            this.getSecurity_LogAsync(ModRightNameCheck, CurUserName, sErrMsg, null);
+        public void set_SaveScanToServerAsync(long lInterID, System.Data.DataSet ds, string sErr) {
+            this.set_SaveScanToServerAsync(lInterID, ds, sErr, null);
         }
         
         /// <remarks/>
-        public void getSecurity_LogAsync(string ModRightNameCheck, string CurUserName, string sErrMsg, object userState) {
-            if ((this.getSecurity_LogOperationCompleted == null)) {
-                this.getSecurity_LogOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSecurity_LogOperationCompleted);
+        public void set_SaveScanToServerAsync(long lInterID, System.Data.DataSet ds, string sErr, object userState) {
+            if ((this.set_SaveScanToServerOperationCompleted == null)) {
+                this.set_SaveScanToServerOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveScanToServerOperationCompleted);
             }
-            this.InvokeAsync("getSecurity_Log", new object[] {
-                        ModRightNameCheck,
-                        CurUserName,
-                        sErrMsg}, this.getSecurity_LogOperationCompleted, userState);
+            this.InvokeAsync("set_SaveScanToServer", new object[] {
+                        lInterID,
+                        ds,
+                        sErr}, this.set_SaveScanToServerOperationCompleted, userState);
         }
         
-        private void OngetSecurity_LogOperationCompleted(object arg) {
-            if ((this.getSecurity_LogCompleted != null)) {
+        private void Onset_SaveScanToServerOperationCompleted(object arg) {
+            if ((this.set_SaveScanToServerCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.getSecurity_LogCompleted(this, new getSecurity_LogCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_SaveScanToServerCompleted(this, new set_SaveScanToServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CancelltionBarCodeBill", 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_CancelltionBarCodeBill(string sBarCode) {
-            object[] results = this.Invoke("set_CancelltionBarCodeBill", new object[] {
-                        sBarCode});
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileList", 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_ServerFileList() {
+            object[] results = this.Invoke("get_ServerFileList", new object[0]);
+            return ((System.Data.DataSet)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListAsync() {
+            this.get_ServerFileListAsync(null);
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListAsync(object userState) {
+            if ((this.get_ServerFileListOperationCompleted == null)) {
+                this.get_ServerFileListOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListOperationCompleted);
+            }
+            this.InvokeAsync("get_ServerFileList", new object[0], this.get_ServerFileListOperationCompleted, userState);
+        }
+        
+        private void Onget_ServerFileListOperationCompleted(object arg) {
+            if ((this.get_ServerFileListCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_ServerFileListCompleted(this, new get_ServerFileListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForWMS", 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_ServerFileListForWMS() {
+            object[] results = this.Invoke("get_ServerFileListForWMS", new object[0]);
+            return ((System.Data.DataSet)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForWMSAsync() {
+            this.get_ServerFileListForWMSAsync(null);
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForWMSAsync(object userState) {
+            if ((this.get_ServerFileListForWMSOperationCompleted == null)) {
+                this.get_ServerFileListForWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForWMSOperationCompleted);
+            }
+            this.InvokeAsync("get_ServerFileListForWMS", new object[0], this.get_ServerFileListForWMSOperationCompleted, userState);
+        }
+        
+        private void Onget_ServerFileListForWMSOperationCompleted(object arg) {
+            if ((this.get_ServerFileListForWMSCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_ServerFileListForWMSCompleted(this, new get_ServerFileListForWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForNBWMS", 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_ServerFileListForNBWMS() {
+            object[] results = this.Invoke("get_ServerFileListForNBWMS", new object[0]);
+            return ((System.Data.DataSet)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForNBWMSAsync() {
+            this.get_ServerFileListForNBWMSAsync(null);
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForNBWMSAsync(object userState) {
+            if ((this.get_ServerFileListForNBWMSOperationCompleted == null)) {
+                this.get_ServerFileListForNBWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForNBWMSOperationCompleted);
+            }
+            this.InvokeAsync("get_ServerFileListForNBWMS", new object[0], this.get_ServerFileListForNBWMSOperationCompleted, userState);
+        }
+        
+        private void Onget_ServerFileListForNBWMSOperationCompleted(object arg) {
+            if ((this.get_ServerFileListForNBWMSCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_ServerFileListForNBWMSCompleted(this, new get_ServerFileListForNBWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForNBLMES", 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_ServerFileListForNBLMES() {
+            object[] results = this.Invoke("get_ServerFileListForNBLMES", new object[0]);
+            return ((System.Data.DataSet)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForNBLMESAsync() {
+            this.get_ServerFileListForNBLMESAsync(null);
+        }
+        
+        /// <remarks/>
+        public void get_ServerFileListForNBLMESAsync(object userState) {
+            if ((this.get_ServerFileListForNBLMESOperationCompleted == null)) {
+                this.get_ServerFileListForNBLMESOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForNBLMESOperationCompleted);
+            }
+            this.InvokeAsync("get_ServerFileListForNBLMES", new object[0], this.get_ServerFileListForNBLMESOperationCompleted, userState);
+        }
+        
+        private void Onget_ServerFileListForNBLMESOperationCompleted(object arg) {
+            if ((this.get_ServerFileListForNBLMESCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.get_ServerFileListForNBLMESCompleted(this, new get_ServerFileListForNBLMESCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFile", 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_ServerFile(string sSQL, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] ref byte[] FileItem) {
+            object[] results = this.Invoke("get_ServerFile", new object[] {
+                        sSQL,
+                        FileItem});
+            FileItem = ((byte[])(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void set_CancelltionBarCodeBillAsync(string sBarCode) {
-            this.set_CancelltionBarCodeBillAsync(sBarCode, null);
+        public void get_ServerFileAsync(string sSQL, byte[] FileItem) {
+            this.get_ServerFileAsync(sSQL, FileItem, null);
         }
         
         /// <remarks/>
-        public void set_CancelltionBarCodeBillAsync(string sBarCode, object userState) {
-            if ((this.set_CancelltionBarCodeBillOperationCompleted == null)) {
-                this.set_CancelltionBarCodeBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CancelltionBarCodeBillOperationCompleted);
+        public void get_ServerFileAsync(string sSQL, byte[] FileItem, object userState) {
+            if ((this.get_ServerFileOperationCompleted == null)) {
+                this.get_ServerFileOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileOperationCompleted);
             }
-            this.InvokeAsync("set_CancelltionBarCodeBill", new object[] {
-                        sBarCode}, this.set_CancelltionBarCodeBillOperationCompleted, userState);
+            this.InvokeAsync("get_ServerFile", new object[] {
+                        sSQL,
+                        FileItem}, this.get_ServerFileOperationCompleted, userState);
         }
         
-        private void Onset_CancelltionBarCodeBillOperationCompleted(object arg) {
-            if ((this.set_CancelltionBarCodeBillCompleted != null)) {
+        private void Onget_ServerFileOperationCompleted(object arg) {
+            if ((this.get_ServerFileCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_CancelltionBarCodeBillCompleted(this, new set_CancelltionBarCodeBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.get_ServerFileCompleted(this, new get_ServerFileCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_UnCancelltionBarCodeBill", 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_UnCancelltionBarCodeBill(string sBarCode) {
-            object[] results = this.Invoke("set_UnCancelltionBarCodeBill", new object[] {
-                        sBarCode});
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileForWMS", 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_ServerFileForWMS(string sSQL, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] ref byte[] FileItem) {
+            object[] results = this.Invoke("get_ServerFileForWMS", new object[] {
+                        sSQL,
+                        FileItem});
+            FileItem = ((byte[])(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void set_UnCancelltionBarCodeBillAsync(string sBarCode) {
-            this.set_UnCancelltionBarCodeBillAsync(sBarCode, null);
+        public void get_ServerFileForWMSAsync(string sSQL, byte[] FileItem) {
+            this.get_ServerFileForWMSAsync(sSQL, FileItem, null);
         }
         
         /// <remarks/>
-        public void set_UnCancelltionBarCodeBillAsync(string sBarCode, object userState) {
-            if ((this.set_UnCancelltionBarCodeBillOperationCompleted == null)) {
-                this.set_UnCancelltionBarCodeBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_UnCancelltionBarCodeBillOperationCompleted);
+        public void get_ServerFileForWMSAsync(string sSQL, byte[] FileItem, object userState) {
+            if ((this.get_ServerFileForWMSOperationCompleted == null)) {
+                this.get_ServerFileForWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileForWMSOperationCompleted);
             }
-            this.InvokeAsync("set_UnCancelltionBarCodeBill", new object[] {
-                        sBarCode}, this.set_UnCancelltionBarCodeBillOperationCompleted, userState);
+            this.InvokeAsync("get_ServerFileForWMS", new object[] {
+                        sSQL,
+                        FileItem}, this.get_ServerFileForWMSOperationCompleted, userState);
         }
         
-        private void Onset_UnCancelltionBarCodeBillOperationCompleted(object arg) {
-            if ((this.set_UnCancelltionBarCodeBillCompleted != null)) {
+        private void Onget_ServerFileForWMSOperationCompleted(object arg) {
+            if ((this.get_ServerFileForWMSCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_UnCancelltionBarCodeBillCompleted(this, new set_UnCancelltionBarCodeBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.get_ServerFileForWMSCompleted(this, new get_ServerFileForWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Set_BPrintQtyBarCode", 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_BPrintQtyBarCode(string sBarCode, ref string sReturn) {
-            object[] results = this.Invoke("Set_BPrintQtyBarCode", new object[] {
-                        sBarCode,
-                        sReturn});
-            sReturn = ((string)(results[1]));
-            return ((bool)(results[0]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ORGANIZATIONS", 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_ORGANIZATIONS(string HDataCenterName) {
+            object[] results = this.Invoke("get_ORGANIZATIONS", new object[] {
+                        HDataCenterName});
+            return ((System.Data.DataSet)(results[0]));
         }
         
         /// <remarks/>
-        public void Set_BPrintQtyBarCodeAsync(string sBarCode, string sReturn) {
-            this.Set_BPrintQtyBarCodeAsync(sBarCode, sReturn, null);
+        public void get_ORGANIZATIONSAsync(string HDataCenterName) {
+            this.get_ORGANIZATIONSAsync(HDataCenterName, null);
         }
         
         /// <remarks/>
-        public void Set_BPrintQtyBarCodeAsync(string sBarCode, string sReturn, object userState) {
-            if ((this.Set_BPrintQtyBarCodeOperationCompleted == null)) {
-                this.Set_BPrintQtyBarCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSet_BPrintQtyBarCodeOperationCompleted);
+        public void get_ORGANIZATIONSAsync(string HDataCenterName, object userState) {
+            if ((this.get_ORGANIZATIONSOperationCompleted == null)) {
+                this.get_ORGANIZATIONSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ORGANIZATIONSOperationCompleted);
             }
-            this.InvokeAsync("Set_BPrintQtyBarCode", new object[] {
-                        sBarCode,
-                        sReturn}, this.Set_BPrintQtyBarCodeOperationCompleted, userState);
+            this.InvokeAsync("get_ORGANIZATIONS", new object[] {
+                        HDataCenterName}, this.get_ORGANIZATIONSOperationCompleted, userState);
         }
         
-        private void OnSet_BPrintQtyBarCodeOperationCompleted(object arg) {
-            if ((this.Set_BPrintQtyBarCodeCompleted != null)) {
+        private void Onget_ORGANIZATIONSOperationCompleted(object arg) {
+            if ((this.get_ORGANIZATIONSCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.Set_BPrintQtyBarCodeCompleted(this, new Set_BPrintQtyBarCodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_BarCodeAutoWMS", 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_BarCodeAutoWMS(long HInterID, string HSourceBillType, long HStockOrgID, ref string sErrMsg) {
-            object[] results = this.Invoke("set_BarCodeAutoWMS", new object[] {
-                        HInterID,
-                        HSourceBillType,
-                        HStockOrgID,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_BarCodeAutoWMSAsync(long HInterID, string HSourceBillType, long HStockOrgID, string sErrMsg) {
-            this.set_BarCodeAutoWMSAsync(HInterID, HSourceBillType, HStockOrgID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_BarCodeAutoWMSAsync(long HInterID, string HSourceBillType, long HStockOrgID, string sErrMsg, object userState) {
-            if ((this.set_BarCodeAutoWMSOperationCompleted == null)) {
-                this.set_BarCodeAutoWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_BarCodeAutoWMSOperationCompleted);
-            }
-            this.InvokeAsync("set_BarCodeAutoWMS", new object[] {
-                        HInterID,
-                        HSourceBillType,
-                        HStockOrgID,
-                        sErrMsg}, this.set_BarCodeAutoWMSOperationCompleted, userState);
-        }
-        
-        private void Onset_BarCodeAutoWMSOperationCompleted(object arg) {
-            if ((this.set_BarCodeAutoWMSCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_BarCodeAutoWMSCompleted(this, new set_BarCodeAutoWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_CheckTypeByBarCode_Mould", 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_Mould get_CheckTypeByBarCode_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 sErrMsg) {
-            object[] results = this.Invoke("get_CheckTypeByBarCode_Mould", new object[] {
-                        sBarCode,
-                        HBillID,
-                        HBillType,
-                        HBillNo,
-                        HMaker,
-                        HWhID,
-                        HSPID,
-                        HQty,
-                        HRedBlueFlag,
-                        SourceFlag,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HOWNERID,
-                        HExpressNumber,
-                        SCWhID,
-                        HStockInOrgID,
-                        HStockOutOrgID,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_Mould)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_CheckTypeByBarCode_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 sErrMsg) {
-            this.get_CheckTypeByBarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void get_CheckTypeByBarCode_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 sErrMsg, 
-                    object userState) {
-            if ((this.get_CheckTypeByBarCode_MouldOperationCompleted == null)) {
-                this.get_CheckTypeByBarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_CheckTypeByBarCode_MouldOperationCompleted);
-            }
-            this.InvokeAsync("get_CheckTypeByBarCode_Mould", new object[] {
-                        sBarCode,
-                        HBillID,
-                        HBillType,
-                        HBillNo,
-                        HMaker,
-                        HWhID,
-                        HSPID,
-                        HQty,
-                        HRedBlueFlag,
-                        SourceFlag,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HOWNERID,
-                        HExpressNumber,
-                        SCWhID,
-                        HStockInOrgID,
-                        HStockOutOrgID,
-                        sErrMsg}, this.get_CheckTypeByBarCode_MouldOperationCompleted, userState);
-        }
-        
-        private void Onget_CheckTypeByBarCode_MouldOperationCompleted(object arg) {
-            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));
+                this.get_ORGANIZATIONSCompleted(this, new get_ORGANIZATIONSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -11006,420 +11696,136 @@
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_OtherIn", 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_OtherIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, ref string sErrMsg) {
-            object[] results = this.Invoke("get_SourceBarCode_OtherIn", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HOWNERID,
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill", 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_SaveEntrustInBackBill(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) {
+            object[] results = this.Invoke("set_SaveEntrustInBackBill", new object[] {
+                        oMain,
+                        sHSourceType,
                         sErrMsg});
             sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_WMS)(results[0]));
+            return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_OtherInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_OtherInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HOWNERID, sErrMsg, null);
+        public void set_SaveEntrustInBackBillAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg) {
+            this.set_SaveEntrustInBackBillAsync(oMain, sHSourceType, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_OtherInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_OtherInOperationCompleted == null)) {
-                this.get_SourceBarCode_OtherInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_OtherInOperationCompleted);
+        public void set_SaveEntrustInBackBillAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
+            if ((this.set_SaveEntrustInBackBillOperationCompleted == null)) {
+                this.set_SaveEntrustInBackBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBackBillOperationCompleted);
             }
-            this.InvokeAsync("get_SourceBarCode_OtherIn", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_OtherInOperationCompleted, userState);
+            this.InvokeAsync("set_SaveEntrustInBackBill", new object[] {
+                        oMain,
+                        sHSourceType,
+                        sErrMsg}, this.set_SaveEntrustInBackBillOperationCompleted, userState);
         }
         
-        private void Onget_SourceBarCode_OtherInOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_OtherInCompleted != null)) {
+        private void Onset_SaveEntrustInBackBillOperationCompleted(object arg) {
+            if ((this.set_SaveEntrustInBackBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_OtherInCompleted(this, new get_SourceBarCode_OtherInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_SaveEntrustInBackBillCompleted(this, new set_SaveEntrustInBackBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MateOut", 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_MateOut(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, ref string sErrMsg) {
-            object[] results = this.Invoke("get_SourceBarCode_MateOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HPTQty,
-                        HPlanMode,
-                        HFIFOWhID,
-                        HOWNERID,
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill_New", 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_SaveEntrustInBackBill_New(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) {
+            object[] results = this.Invoke("set_SaveEntrustInBackBill_New", new object[] {
+                        oMain,
+                        sHSourceType,
                         sErrMsg});
             sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_WMS)(results[0]));
+            return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_MateOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_MateOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HPTQty, HPlanMode, HFIFOWhID, HOWNERID, sErrMsg, null);
+        public void set_SaveEntrustInBackBill_NewAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg) {
+            this.set_SaveEntrustInBackBill_NewAsync(oMain, sHSourceType, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_MateOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, double HPTQty, long HPlanMode, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_MateOutOperationCompleted == null)) {
-                this.get_SourceBarCode_MateOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MateOutOperationCompleted);
+        public void set_SaveEntrustInBackBill_NewAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
+            if ((this.set_SaveEntrustInBackBill_NewOperationCompleted == null)) {
+                this.set_SaveEntrustInBackBill_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBackBill_NewOperationCompleted);
             }
-            this.InvokeAsync("get_SourceBarCode_MateOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HPTQty,
-                        HPlanMode,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_MateOutOperationCompleted, userState);
+            this.InvokeAsync("set_SaveEntrustInBackBill_New", new object[] {
+                        oMain,
+                        sHSourceType,
+                        sErrMsg}, this.set_SaveEntrustInBackBill_NewOperationCompleted, userState);
         }
         
-        private void Onget_SourceBarCode_MateOutOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_MateOutCompleted != null)) {
+        private void Onset_SaveEntrustInBackBill_NewOperationCompleted(object arg) {
+            if ((this.set_SaveEntrustInBackBill_NewCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_MateOutCompleted(this, new get_SourceBarCode_MateOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_SaveEntrustInBackBill_NewCompleted(this, new set_SaveEntrustInBackBill_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_SellOut", 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_SellOut(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_SellOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBill", 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_SaveEntrustInBill(ClsKf_EntrustInBillMain oMain, string sHSourceType, ref string sErrMsg) {
+            object[] results = this.Invoke("set_SaveEntrustInBill", new object[] {
+                        oMain,
+                        sHSourceType,
                         sErrMsg});
             sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_WMS)(results[0]));
+            return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_SellOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_SellOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        public void set_SaveEntrustInBillAsync(ClsKf_EntrustInBillMain oMain, string sHSourceType, string sErrMsg) {
+            this.set_SaveEntrustInBillAsync(oMain, sHSourceType, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_SellOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_SellOutOperationCompleted == null)) {
-                this.get_SourceBarCode_SellOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_SellOutOperationCompleted);
+        public void set_SaveEntrustInBillAsync(ClsKf_EntrustInBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
+            if ((this.set_SaveEntrustInBillOperationCompleted == null)) {
+                this.set_SaveEntrustInBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBillOperationCompleted);
             }
-            this.InvokeAsync("get_SourceBarCode_SellOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_SellOutOperationCompleted, userState);
+            this.InvokeAsync("set_SaveEntrustInBill", new object[] {
+                        oMain,
+                        sHSourceType,
+                        sErrMsg}, this.set_SaveEntrustInBillOperationCompleted, userState);
         }
         
-        private void Onget_SourceBarCode_SellOutOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_SellOutCompleted != null)) {
+        private void Onset_SaveEntrustInBillOperationCompleted(object arg) {
+            if ((this.set_SaveEntrustInBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_SellOutCompleted(this, new get_SourceBarCode_SellOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_SaveEntrustInBillCompleted(this, new set_SaveEntrustInBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_EntrustOut", 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_EntrustOut(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_EntrustOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckAddEntrustInBill", 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_CheckAddEntrustInBill(ClsKf_EntrustInBillMain_K3 oMain, ref string sErrMsg) {
+            object[] results = this.Invoke("set_CheckAddEntrustInBill", new object[] {
+                        oMain,
                         sErrMsg});
             sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_WMS)(results[0]));
+            return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_EntrustOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_EntrustOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
+        public void set_CheckAddEntrustInBillAsync(ClsKf_EntrustInBillMain_K3 oMain, string sErrMsg) {
+            this.set_CheckAddEntrustInBillAsync(oMain, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_SourceBarCode_EntrustOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_EntrustOutOperationCompleted == null)) {
-                this.get_SourceBarCode_EntrustOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_EntrustOutOperationCompleted);
+        public void set_CheckAddEntrustInBillAsync(ClsKf_EntrustInBillMain_K3 oMain, string sErrMsg, object userState) {
+            if ((this.set_CheckAddEntrustInBillOperationCompleted == null)) {
+                this.set_CheckAddEntrustInBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckAddEntrustInBillOperationCompleted);
             }
-            this.InvokeAsync("get_SourceBarCode_EntrustOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_EntrustOutOperationCompleted, userState);
+            this.InvokeAsync("set_CheckAddEntrustInBill", new object[] {
+                        oMain,
+                        sErrMsg}, this.set_CheckAddEntrustInBillOperationCompleted, userState);
         }
         
-        private void Onget_SourceBarCode_EntrustOutOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_EntrustOutCompleted != null)) {
+        private void Onset_CheckAddEntrustInBillOperationCompleted(object arg) {
+            if ((this.set_CheckAddEntrustInBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_EntrustOutCompleted(this, new get_SourceBarCode_EntrustOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_OtherOut", 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_OtherOut(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_OtherOut", 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_OtherOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_OtherOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void get_SourceBarCode_OtherOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_OtherOutOperationCompleted == null)) {
-                this.get_SourceBarCode_OtherOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_OtherOutOperationCompleted);
-            }
-            this.InvokeAsync("get_SourceBarCode_OtherOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_OtherOutOperationCompleted, userState);
-        }
-        
-        private void Onget_SourceBarCode_OtherOutOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_OtherOutCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_OtherOutCompleted(this, new get_SourceBarCode_OtherOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MateReplenishOut", 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_MateReplenishOut(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_MateReplenishOut", 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_MateReplenishOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_MateReplenishOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void get_SourceBarCode_MateReplenishOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_MateReplenishOutOperationCompleted == null)) {
-                this.get_SourceBarCode_MateReplenishOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MateReplenishOutOperationCompleted);
-            }
-            this.InvokeAsync("get_SourceBarCode_MateReplenishOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_MateReplenishOutOperationCompleted, userState);
-        }
-        
-        private void Onget_SourceBarCode_MateReplenishOutOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_MateReplenishOutCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_MateReplenishOutCompleted(this, new get_SourceBarCode_MateReplenishOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStock", 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(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", 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_MoveStockAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) {
-            this.get_SourceBarCode_MoveStockAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void get_SourceBarCode_MoveStockAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_MoveStockOperationCompleted == null)) {
-                this.get_SourceBarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockOperationCompleted);
-            }
-            this.InvokeAsync("get_SourceBarCode_MoveStock", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HOWNERID,
-                        sErrMsg}, this.get_SourceBarCode_MoveStockOperationCompleted, userState);
-        }
-        
-        private void Onget_SourceBarCode_MoveStockOperationCompleted(object arg) {
-            if ((this.get_SourceBarCode_MoveStockCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SourceBarCode_MoveStockCompleted(this, new get_SourceBarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <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[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HStockInOrgID,
-                        HStockOutOrgID,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((ClsKf_ICStockBill_WMS)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_SourceBarCode_MoveStockStepOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) {
-            this.get_SourceBarCode_MoveStockStepOutAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HStockInOrgID, HStockOutOrgID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void get_SourceBarCode_MoveStockStepOutAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) {
-            if ((this.get_SourceBarCode_MoveStockStepOutOperationCompleted == null)) {
-                this.get_SourceBarCode_MoveStockStepOutOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepOutOperationCompleted);
-            }
-            this.InvokeAsync("get_SourceBarCode_MoveStockStepOut", new object[] {
-                        HInterID,
-                        HBillNo,
-                        HBillType,
-                        HSourceBillNo,
-                        HSourceBillType,
-                        HMaker,
-                        HFIFOWhID,
-                        HStockInOrgID,
-                        HStockOutOrgID,
-                        sErrMsg}, this.get_SourceBarCode_MoveStockStepOutOperationCompleted, userState);
-        }
-        
-        private void Onget_SourceBarCode_MoveStockStepOutOperationCompleted(object arg) {
-            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));
+                this.set_CheckAddEntrustInBillCompleted(this, new set_CheckAddEntrustInBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -12427,6 +12833,42 @@
         }
         
         /// <remarks/>
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveStationOutBill_CLD", 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_SaveStationOutBill_CLD(long HInterID, string HBillNo, string HMaker, ref string sErrMsg) {
+            object[] results = this.Invoke("set_SaveStationOutBill_CLD", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HMaker,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
+            return ((bool)(results[0]));
+        }
+        
+        /// <remarks/>
+        public void set_SaveStationOutBill_CLDAsync(long HInterID, string HBillNo, string HMaker, string sErrMsg) {
+            this.set_SaveStationOutBill_CLDAsync(HInterID, HBillNo, HMaker, sErrMsg, null);
+        }
+        
+        /// <remarks/>
+        public void set_SaveStationOutBill_CLDAsync(long HInterID, string HBillNo, string HMaker, string sErrMsg, object userState) {
+            if ((this.set_SaveStationOutBill_CLDOperationCompleted == null)) {
+                this.set_SaveStationOutBill_CLDOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveStationOutBill_CLDOperationCompleted);
+            }
+            this.InvokeAsync("set_SaveStationOutBill_CLD", new object[] {
+                        HInterID,
+                        HBillNo,
+                        HMaker,
+                        sErrMsg}, this.set_SaveStationOutBill_CLDOperationCompleted, userState);
+        }
+        
+        private void Onset_SaveStationOutBill_CLDOperationCompleted(object arg) {
+            if ((this.set_SaveStationOutBill_CLDCompleted != null)) {
+                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
+                this.set_SaveStationOutBill_CLDCompleted(this, new set_SaveStationOutBill_CLDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+            }
+        }
+        
+        /// <remarks/>
         [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveNoPassProdCheckBill_New", 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_SaveNoPassProdCheckBill_New(ClsQC_NoPassProdCheckBillMain oMain, string sHSourceType, string BadReasonList, ref string sErrMsg) {
             object[] results = this.Invoke("set_SaveNoPassProdCheckBill_New", new object[] {
@@ -13418,269 +13860,137 @@
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SaveBarCodeFormServer", 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_SaveBarCodeFormServer(long Days, ref string sErr) {
-            object[] results = this.Invoke("get_SaveBarCodeFormServer", new object[] {
-                        Days,
-                        sErr});
-            sErr = ((string)(results[1]));
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_SaveBarCodeFormServerAsync(long Days, string sErr) {
-            this.get_SaveBarCodeFormServerAsync(Days, sErr, null);
-        }
-        
-        /// <remarks/>
-        public void get_SaveBarCodeFormServerAsync(long Days, string sErr, object userState) {
-            if ((this.get_SaveBarCodeFormServerOperationCompleted == null)) {
-                this.get_SaveBarCodeFormServerOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SaveBarCodeFormServerOperationCompleted);
-            }
-            this.InvokeAsync("get_SaveBarCodeFormServer", new object[] {
-                        Days,
-                        sErr}, this.get_SaveBarCodeFormServerOperationCompleted, userState);
-        }
-        
-        private void Onget_SaveBarCodeFormServerOperationCompleted(object arg) {
-            if ((this.get_SaveBarCodeFormServerCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_SaveBarCodeFormServerCompleted(this, new get_SaveBarCodeFormServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveScanToServer", 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_SaveScanToServer(long lInterID, System.Data.DataSet ds, ref string sErr) {
-            object[] results = this.Invoke("set_SaveScanToServer", new object[] {
-                        lInterID,
-                        ds,
-                        sErr});
-            sErr = ((string)(results[1]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckEntrustOutBill", 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_CheckEntrustOutBill(ClsKf_EntrustOutBillMain_K3 oMain, ref string sErrMsg) {
+            object[] results = this.Invoke("set_CheckEntrustOutBill", new object[] {
+                        oMain,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void set_SaveScanToServerAsync(long lInterID, System.Data.DataSet ds, string sErr) {
-            this.set_SaveScanToServerAsync(lInterID, ds, sErr, null);
+        public void set_CheckEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg) {
+            this.set_CheckEntrustOutBillAsync(oMain, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void set_SaveScanToServerAsync(long lInterID, System.Data.DataSet ds, string sErr, object userState) {
-            if ((this.set_SaveScanToServerOperationCompleted == null)) {
-                this.set_SaveScanToServerOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveScanToServerOperationCompleted);
+        public void set_CheckEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg, object userState) {
+            if ((this.set_CheckEntrustOutBillOperationCompleted == null)) {
+                this.set_CheckEntrustOutBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckEntrustOutBillOperationCompleted);
             }
-            this.InvokeAsync("set_SaveScanToServer", new object[] {
-                        lInterID,
-                        ds,
-                        sErr}, this.set_SaveScanToServerOperationCompleted, userState);
+            this.InvokeAsync("set_CheckEntrustOutBill", new object[] {
+                        oMain,
+                        sErrMsg}, this.set_CheckEntrustOutBillOperationCompleted, userState);
         }
         
-        private void Onset_SaveScanToServerOperationCompleted(object arg) {
-            if ((this.set_SaveScanToServerCompleted != null)) {
+        private void Onset_CheckEntrustOutBillOperationCompleted(object arg) {
+            if ((this.set_CheckEntrustOutBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_SaveScanToServerCompleted(this, new set_SaveScanToServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_CheckEntrustOutBillCompleted(this, new set_CheckEntrustOutBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileList", 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_ServerFileList() {
-            object[] results = this.Invoke("get_ServerFileList", new object[0]);
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListAsync() {
-            this.get_ServerFileListAsync(null);
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListAsync(object userState) {
-            if ((this.get_ServerFileListOperationCompleted == null)) {
-                this.get_ServerFileListOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListOperationCompleted);
-            }
-            this.InvokeAsync("get_ServerFileList", new object[0], this.get_ServerFileListOperationCompleted, userState);
-        }
-        
-        private void Onget_ServerFileListOperationCompleted(object arg) {
-            if ((this.get_ServerFileListCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileListCompleted(this, new get_ServerFileListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForWMS", 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_ServerFileListForWMS() {
-            object[] results = this.Invoke("get_ServerFileListForWMS", new object[0]);
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForWMSAsync() {
-            this.get_ServerFileListForWMSAsync(null);
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForWMSAsync(object userState) {
-            if ((this.get_ServerFileListForWMSOperationCompleted == null)) {
-                this.get_ServerFileListForWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForWMSOperationCompleted);
-            }
-            this.InvokeAsync("get_ServerFileListForWMS", new object[0], this.get_ServerFileListForWMSOperationCompleted, userState);
-        }
-        
-        private void Onget_ServerFileListForWMSOperationCompleted(object arg) {
-            if ((this.get_ServerFileListForWMSCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileListForWMSCompleted(this, new get_ServerFileListForWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForNBWMS", 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_ServerFileListForNBWMS() {
-            object[] results = this.Invoke("get_ServerFileListForNBWMS", new object[0]);
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForNBWMSAsync() {
-            this.get_ServerFileListForNBWMSAsync(null);
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForNBWMSAsync(object userState) {
-            if ((this.get_ServerFileListForNBWMSOperationCompleted == null)) {
-                this.get_ServerFileListForNBWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForNBWMSOperationCompleted);
-            }
-            this.InvokeAsync("get_ServerFileListForNBWMS", new object[0], this.get_ServerFileListForNBWMSOperationCompleted, userState);
-        }
-        
-        private void Onget_ServerFileListForNBWMSOperationCompleted(object arg) {
-            if ((this.get_ServerFileListForNBWMSCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileListForNBWMSCompleted(this, new get_ServerFileListForNBWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileListForNBLMES", 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_ServerFileListForNBLMES() {
-            object[] results = this.Invoke("get_ServerFileListForNBLMES", new object[0]);
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForNBLMESAsync() {
-            this.get_ServerFileListForNBLMESAsync(null);
-        }
-        
-        /// <remarks/>
-        public void get_ServerFileListForNBLMESAsync(object userState) {
-            if ((this.get_ServerFileListForNBLMESOperationCompleted == null)) {
-                this.get_ServerFileListForNBLMESOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileListForNBLMESOperationCompleted);
-            }
-            this.InvokeAsync("get_ServerFileListForNBLMES", new object[0], this.get_ServerFileListForNBLMESOperationCompleted, userState);
-        }
-        
-        private void Onget_ServerFileListForNBLMESOperationCompleted(object arg) {
-            if ((this.get_ServerFileListForNBLMESCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileListForNBLMESCompleted(this, new get_ServerFileListForNBLMESCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFile", 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_ServerFile(string sSQL, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] ref byte[] FileItem) {
-            object[] results = this.Invoke("get_ServerFile", new object[] {
-                        sSQL,
-                        FileItem});
-            FileItem = ((byte[])(results[1]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckEntrustOutBill_Row", 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_CheckEntrustOutBill_Row(long HSourceInterID, long HSourceEntryID, ref string sErrMsg) {
+            object[] results = this.Invoke("set_CheckEntrustOutBill_Row", new object[] {
+                        HSourceInterID,
+                        HSourceEntryID,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_ServerFileAsync(string sSQL, byte[] FileItem) {
-            this.get_ServerFileAsync(sSQL, FileItem, null);
+        public void set_CheckEntrustOutBill_RowAsync(long HSourceInterID, long HSourceEntryID, string sErrMsg) {
+            this.set_CheckEntrustOutBill_RowAsync(HSourceInterID, HSourceEntryID, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_ServerFileAsync(string sSQL, byte[] FileItem, object userState) {
-            if ((this.get_ServerFileOperationCompleted == null)) {
-                this.get_ServerFileOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileOperationCompleted);
+        public void set_CheckEntrustOutBill_RowAsync(long HSourceInterID, long HSourceEntryID, string sErrMsg, object userState) {
+            if ((this.set_CheckEntrustOutBill_RowOperationCompleted == null)) {
+                this.set_CheckEntrustOutBill_RowOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckEntrustOutBill_RowOperationCompleted);
             }
-            this.InvokeAsync("get_ServerFile", new object[] {
-                        sSQL,
-                        FileItem}, this.get_ServerFileOperationCompleted, userState);
+            this.InvokeAsync("set_CheckEntrustOutBill_Row", new object[] {
+                        HSourceInterID,
+                        HSourceEntryID,
+                        sErrMsg}, this.set_CheckEntrustOutBill_RowOperationCompleted, userState);
         }
         
-        private void Onget_ServerFileOperationCompleted(object arg) {
-            if ((this.get_ServerFileCompleted != null)) {
+        private void Onset_CheckEntrustOutBill_RowOperationCompleted(object arg) {
+            if ((this.set_CheckEntrustOutBill_RowCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileCompleted(this, new get_ServerFileCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_CheckEntrustOutBill_RowCompleted(this, new set_CheckEntrustOutBill_RowCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ServerFileForWMS", 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_ServerFileForWMS(string sSQL, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] ref byte[] FileItem) {
-            object[] results = this.Invoke("get_ServerFileForWMS", new object[] {
-                        sSQL,
-                        FileItem});
-            FileItem = ((byte[])(results[1]));
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_AuditEntrustOutBill", 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_AuditEntrustOutBill(ClsKf_EntrustOutBillMain_K3 oMain, ref string sErrMsg) {
+            object[] results = this.Invoke("set_AuditEntrustOutBill", new object[] {
+                        oMain,
+                        sErrMsg});
+            sErrMsg = ((string)(results[1]));
             return ((bool)(results[0]));
         }
         
         /// <remarks/>
-        public void get_ServerFileForWMSAsync(string sSQL, byte[] FileItem) {
-            this.get_ServerFileForWMSAsync(sSQL, FileItem, null);
+        public void set_AuditEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg) {
+            this.set_AuditEntrustOutBillAsync(oMain, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void get_ServerFileForWMSAsync(string sSQL, byte[] FileItem, object userState) {
-            if ((this.get_ServerFileForWMSOperationCompleted == null)) {
-                this.get_ServerFileForWMSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ServerFileForWMSOperationCompleted);
+        public void set_AuditEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg, object userState) {
+            if ((this.set_AuditEntrustOutBillOperationCompleted == null)) {
+                this.set_AuditEntrustOutBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_AuditEntrustOutBillOperationCompleted);
             }
-            this.InvokeAsync("get_ServerFileForWMS", new object[] {
-                        sSQL,
-                        FileItem}, this.get_ServerFileForWMSOperationCompleted, userState);
+            this.InvokeAsync("set_AuditEntrustOutBill", new object[] {
+                        oMain,
+                        sErrMsg}, this.set_AuditEntrustOutBillOperationCompleted, userState);
         }
         
-        private void Onget_ServerFileForWMSOperationCompleted(object arg) {
-            if ((this.get_ServerFileForWMSCompleted != null)) {
+        private void Onset_AuditEntrustOutBillOperationCompleted(object arg) {
+            if ((this.set_AuditEntrustOutBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ServerFileForWMSCompleted(this, new get_ServerFileForWMSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_AuditEntrustOutBillCompleted(this, new set_AuditEntrustOutBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_ORGANIZATIONS", 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_ORGANIZATIONS(string HDataCenterName) {
-            object[] results = this.Invoke("get_ORGANIZATIONS", new object[] {
-                        HDataCenterName});
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetKf_EntrustOutBill_K3_Source", 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 GetKf_EntrustOutBill_K3_Source(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere) {
+            object[] results = this.Invoke("GetKf_EntrustOutBill_K3_Source", new object[] {
+                        HSupID,
+                        HMaterID,
+                        HInstructID,
+                        HSeOrderBillID,
+                        sWhere});
             return ((System.Data.DataSet)(results[0]));
         }
         
         /// <remarks/>
-        public void get_ORGANIZATIONSAsync(string HDataCenterName) {
-            this.get_ORGANIZATIONSAsync(HDataCenterName, null);
+        public void GetKf_EntrustOutBill_K3_SourceAsync(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere) {
+            this.GetKf_EntrustOutBill_K3_SourceAsync(HSupID, HMaterID, HInstructID, HSeOrderBillID, sWhere, null);
         }
         
         /// <remarks/>
-        public void get_ORGANIZATIONSAsync(string HDataCenterName, object userState) {
-            if ((this.get_ORGANIZATIONSOperationCompleted == null)) {
-                this.get_ORGANIZATIONSOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_ORGANIZATIONSOperationCompleted);
+        public void GetKf_EntrustOutBill_K3_SourceAsync(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere, object userState) {
+            if ((this.GetKf_EntrustOutBill_K3_SourceOperationCompleted == null)) {
+                this.GetKf_EntrustOutBill_K3_SourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetKf_EntrustOutBill_K3_SourceOperationCompleted);
             }
-            this.InvokeAsync("get_ORGANIZATIONS", new object[] {
-                        HDataCenterName}, this.get_ORGANIZATIONSOperationCompleted, userState);
+            this.InvokeAsync("GetKf_EntrustOutBill_K3_Source", new object[] {
+                        HSupID,
+                        HMaterID,
+                        HInstructID,
+                        HSeOrderBillID,
+                        sWhere}, this.GetKf_EntrustOutBill_K3_SourceOperationCompleted, userState);
         }
         
-        private void Onget_ORGANIZATIONSOperationCompleted(object arg) {
-            if ((this.get_ORGANIZATIONSCompleted != null)) {
+        private void OnGetKf_EntrustOutBill_K3_SourceOperationCompleted(object arg) {
+            if ((this.GetKf_EntrustOutBill_K3_SourceCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.get_ORGANIZATIONSCompleted(this, new get_ORGANIZATIONSCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.GetKf_EntrustOutBill_K3_SourceCompleted(this, new GetKf_EntrustOutBill_K3_SourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -15180,9 +15490,9 @@
         }
         
         /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill", 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_SaveEntrustInBackBill(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) {
-            object[] results = this.Invoke("set_SaveEntrustInBackBill", new object[] {
+        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveMoveStockStepOutBill_New", 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_SaveMoveStockStepOutBill_New(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, ref string sErrMsg) {
+            object[] results = this.Invoke("set_SaveMoveStockStepOutBill_New", new object[] {
                         oMain,
                         sHSourceType,
                         sErrMsg});
@@ -15191,125 +15501,25 @@
         }
         
         /// <remarks/>
-        public void set_SaveEntrustInBackBillAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg) {
-            this.set_SaveEntrustInBackBillAsync(oMain, sHSourceType, sErrMsg, null);
+        public void set_SaveMoveStockStepOutBill_NewAsync(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, string sErrMsg) {
+            this.set_SaveMoveStockStepOutBill_NewAsync(oMain, sHSourceType, sErrMsg, null);
         }
         
         /// <remarks/>
-        public void set_SaveEntrustInBackBillAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
-            if ((this.set_SaveEntrustInBackBillOperationCompleted == null)) {
-                this.set_SaveEntrustInBackBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBackBillOperationCompleted);
+        public void set_SaveMoveStockStepOutBill_NewAsync(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
+            if ((this.set_SaveMoveStockStepOutBill_NewOperationCompleted == null)) {
+                this.set_SaveMoveStockStepOutBill_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveMoveStockStepOutBill_NewOperationCompleted);
             }
-            this.InvokeAsync("set_SaveEntrustInBackBill", new object[] {
+            this.InvokeAsync("set_SaveMoveStockStepOutBill_New", new object[] {
                         oMain,
                         sHSourceType,
-                        sErrMsg}, this.set_SaveEntrustInBackBillOperationCompleted, userState);
+                        sErrMsg}, this.set_SaveMoveStockStepOutBill_NewOperationCompleted, userState);
         }
         
-        private void Onset_SaveEntrustInBackBillOperationCompleted(object arg) {
-            if ((this.set_SaveEntrustInBackBillCompleted != null)) {
+        private void Onset_SaveMoveStockStepOutBill_NewOperationCompleted(object arg) {
+            if ((this.set_SaveMoveStockStepOutBill_NewCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_SaveEntrustInBackBillCompleted(this, new set_SaveEntrustInBackBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill_New", 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_SaveEntrustInBackBill_New(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) {
-            object[] results = this.Invoke("set_SaveEntrustInBackBill_New", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_SaveEntrustInBackBill_NewAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg) {
-            this.set_SaveEntrustInBackBill_NewAsync(oMain, sHSourceType, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_SaveEntrustInBackBill_NewAsync(ClsKf_ICStockBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
-            if ((this.set_SaveEntrustInBackBill_NewOperationCompleted == null)) {
-                this.set_SaveEntrustInBackBill_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBackBill_NewOperationCompleted);
-            }
-            this.InvokeAsync("set_SaveEntrustInBackBill_New", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg}, this.set_SaveEntrustInBackBill_NewOperationCompleted, userState);
-        }
-        
-        private void Onset_SaveEntrustInBackBill_NewOperationCompleted(object arg) {
-            if ((this.set_SaveEntrustInBackBill_NewCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_SaveEntrustInBackBill_NewCompleted(this, new set_SaveEntrustInBackBill_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBill", 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_SaveEntrustInBill(ClsKf_EntrustInBillMain oMain, string sHSourceType, ref string sErrMsg) {
-            object[] results = this.Invoke("set_SaveEntrustInBill", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_SaveEntrustInBillAsync(ClsKf_EntrustInBillMain oMain, string sHSourceType, string sErrMsg) {
-            this.set_SaveEntrustInBillAsync(oMain, sHSourceType, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_SaveEntrustInBillAsync(ClsKf_EntrustInBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
-            if ((this.set_SaveEntrustInBillOperationCompleted == null)) {
-                this.set_SaveEntrustInBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustInBillOperationCompleted);
-            }
-            this.InvokeAsync("set_SaveEntrustInBill", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg}, this.set_SaveEntrustInBillOperationCompleted, userState);
-        }
-        
-        private void Onset_SaveEntrustInBillOperationCompleted(object arg) {
-            if ((this.set_SaveEntrustInBillCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_SaveEntrustInBillCompleted(this, new set_SaveEntrustInBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckAddEntrustInBill", 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_CheckAddEntrustInBill(ClsKf_EntrustInBillMain_K3 oMain, ref string sErrMsg) {
-            object[] results = this.Invoke("set_CheckAddEntrustInBill", new object[] {
-                        oMain,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_CheckAddEntrustInBillAsync(ClsKf_EntrustInBillMain_K3 oMain, string sErrMsg) {
-            this.set_CheckAddEntrustInBillAsync(oMain, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_CheckAddEntrustInBillAsync(ClsKf_EntrustInBillMain_K3 oMain, string sErrMsg, object userState) {
-            if ((this.set_CheckAddEntrustInBillOperationCompleted == null)) {
-                this.set_CheckAddEntrustInBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckAddEntrustInBillOperationCompleted);
-            }
-            this.InvokeAsync("set_CheckAddEntrustInBill", new object[] {
-                        oMain,
-                        sErrMsg}, this.set_CheckAddEntrustInBillOperationCompleted, userState);
-        }
-        
-        private void Onset_CheckAddEntrustInBillOperationCompleted(object arg) {
-            if ((this.set_CheckAddEntrustInBillCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_CheckAddEntrustInBillCompleted(this, new set_CheckAddEntrustInBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
+                this.set_SaveMoveStockStepOutBill_NewCompleted(this, new set_SaveMoveStockStepOutBill_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -16864,141 +17074,6 @@
             if ((this.set_CheckAddEntrustOutBillCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                 this.set_CheckAddEntrustOutBillCompleted(this, new set_CheckAddEntrustOutBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckEntrustOutBill", 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_CheckEntrustOutBill(ClsKf_EntrustOutBillMain_K3 oMain, ref string sErrMsg) {
-            object[] results = this.Invoke("set_CheckEntrustOutBill", new object[] {
-                        oMain,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_CheckEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg) {
-            this.set_CheckEntrustOutBillAsync(oMain, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_CheckEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg, object userState) {
-            if ((this.set_CheckEntrustOutBillOperationCompleted == null)) {
-                this.set_CheckEntrustOutBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckEntrustOutBillOperationCompleted);
-            }
-            this.InvokeAsync("set_CheckEntrustOutBill", new object[] {
-                        oMain,
-                        sErrMsg}, this.set_CheckEntrustOutBillOperationCompleted, userState);
-        }
-        
-        private void Onset_CheckEntrustOutBillOperationCompleted(object arg) {
-            if ((this.set_CheckEntrustOutBillCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_CheckEntrustOutBillCompleted(this, new set_CheckEntrustOutBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_CheckEntrustOutBill_Row", 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_CheckEntrustOutBill_Row(long HSourceInterID, long HSourceEntryID, ref string sErrMsg) {
-            object[] results = this.Invoke("set_CheckEntrustOutBill_Row", new object[] {
-                        HSourceInterID,
-                        HSourceEntryID,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_CheckEntrustOutBill_RowAsync(long HSourceInterID, long HSourceEntryID, string sErrMsg) {
-            this.set_CheckEntrustOutBill_RowAsync(HSourceInterID, HSourceEntryID, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_CheckEntrustOutBill_RowAsync(long HSourceInterID, long HSourceEntryID, string sErrMsg, object userState) {
-            if ((this.set_CheckEntrustOutBill_RowOperationCompleted == null)) {
-                this.set_CheckEntrustOutBill_RowOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_CheckEntrustOutBill_RowOperationCompleted);
-            }
-            this.InvokeAsync("set_CheckEntrustOutBill_Row", new object[] {
-                        HSourceInterID,
-                        HSourceEntryID,
-                        sErrMsg}, this.set_CheckEntrustOutBill_RowOperationCompleted, userState);
-        }
-        
-        private void Onset_CheckEntrustOutBill_RowOperationCompleted(object arg) {
-            if ((this.set_CheckEntrustOutBill_RowCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_CheckEntrustOutBill_RowCompleted(this, new set_CheckEntrustOutBill_RowCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_AuditEntrustOutBill", 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_AuditEntrustOutBill(ClsKf_EntrustOutBillMain_K3 oMain, ref string sErrMsg) {
-            object[] results = this.Invoke("set_AuditEntrustOutBill", new object[] {
-                        oMain,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_AuditEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg) {
-            this.set_AuditEntrustOutBillAsync(oMain, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_AuditEntrustOutBillAsync(ClsKf_EntrustOutBillMain_K3 oMain, string sErrMsg, object userState) {
-            if ((this.set_AuditEntrustOutBillOperationCompleted == null)) {
-                this.set_AuditEntrustOutBillOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_AuditEntrustOutBillOperationCompleted);
-            }
-            this.InvokeAsync("set_AuditEntrustOutBill", new object[] {
-                        oMain,
-                        sErrMsg}, this.set_AuditEntrustOutBillOperationCompleted, userState);
-        }
-        
-        private void Onset_AuditEntrustOutBillOperationCompleted(object arg) {
-            if ((this.set_AuditEntrustOutBillCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_AuditEntrustOutBillCompleted(this, new set_AuditEntrustOutBillCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetKf_EntrustOutBill_K3_Source", 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 GetKf_EntrustOutBill_K3_Source(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere) {
-            object[] results = this.Invoke("GetKf_EntrustOutBill_K3_Source", new object[] {
-                        HSupID,
-                        HMaterID,
-                        HInstructID,
-                        HSeOrderBillID,
-                        sWhere});
-            return ((System.Data.DataSet)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void GetKf_EntrustOutBill_K3_SourceAsync(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere) {
-            this.GetKf_EntrustOutBill_K3_SourceAsync(HSupID, HMaterID, HInstructID, HSeOrderBillID, sWhere, null);
-        }
-        
-        /// <remarks/>
-        public void GetKf_EntrustOutBill_K3_SourceAsync(long HSupID, long HMaterID, long HInstructID, long HSeOrderBillID, string sWhere, object userState) {
-            if ((this.GetKf_EntrustOutBill_K3_SourceOperationCompleted == null)) {
-                this.GetKf_EntrustOutBill_K3_SourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetKf_EntrustOutBill_K3_SourceOperationCompleted);
-            }
-            this.InvokeAsync("GetKf_EntrustOutBill_K3_Source", new object[] {
-                        HSupID,
-                        HMaterID,
-                        HInstructID,
-                        HSeOrderBillID,
-                        sWhere}, this.GetKf_EntrustOutBill_K3_SourceOperationCompleted, userState);
-        }
-        
-        private void OnGetKf_EntrustOutBill_K3_SourceOperationCompleted(object arg) {
-            if ((this.GetKf_EntrustOutBill_K3_SourceCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.GetKf_EntrustOutBill_K3_SourceCompleted(this, new GetKf_EntrustOutBill_K3_SourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -19543,40 +19618,6 @@
             if ((this.set_SaveMoveStockBill_BillCheckCompleted != null)) {
                 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                 this.set_SaveMoveStockBill_BillCheckCompleted(this, new set_SaveMoveStockBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
-            }
-        }
-        
-        /// <remarks/>
-        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveMoveStockStepOutBill_New", 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_SaveMoveStockStepOutBill_New(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, ref string sErrMsg) {
-            object[] results = this.Invoke("set_SaveMoveStockStepOutBill_New", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg});
-            sErrMsg = ((string)(results[1]));
-            return ((bool)(results[0]));
-        }
-        
-        /// <remarks/>
-        public void set_SaveMoveStockStepOutBill_NewAsync(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, string sErrMsg) {
-            this.set_SaveMoveStockStepOutBill_NewAsync(oMain, sHSourceType, sErrMsg, null);
-        }
-        
-        /// <remarks/>
-        public void set_SaveMoveStockStepOutBill_NewAsync(ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, string sErrMsg, object userState) {
-            if ((this.set_SaveMoveStockStepOutBill_NewOperationCompleted == null)) {
-                this.set_SaveMoveStockStepOutBill_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveMoveStockStepOutBill_NewOperationCompleted);
-            }
-            this.InvokeAsync("set_SaveMoveStockStepOutBill_New", new object[] {
-                        oMain,
-                        sHSourceType,
-                        sErrMsg}, this.set_SaveMoveStockStepOutBill_NewOperationCompleted, userState);
-        }
-        
-        private void Onset_SaveMoveStockStepOutBill_NewOperationCompleted(object arg) {
-            if ((this.set_SaveMoveStockStepOutBill_NewCompleted != null)) {
-                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
-                this.set_SaveMoveStockStepOutBill_NewCompleted(this, new set_SaveMoveStockStepOutBill_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
             }
         }
         
@@ -25122,7 +25163,7 @@
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
-    public partial class ClsKf_ICStockBill_WMS {
+    public partial class ClsKf_ICStockBill_Mould {
         
         private long hItemIDField;
         
@@ -25141,20 +25182,6 @@
         private string hSPNumberField;
         
         private string hSPNameField;
-        
-        private long hSCWhIDField;
-        
-        private string hSCWhNumberField;
-        
-        private string hSCWhNameField;
-        
-        private bool hSCSPFlagField;
-        
-        private long hSCSPIDField;
-        
-        private string hSCSPNumberField;
-        
-        private string hSCSPNameField;
         
         private long hDeptIDField;
         
@@ -25189,16 +25216,6 @@
         private long hStockOutOrgIDField;
         
         private string hStockOutOrgNameField;
-        
-        private long hInterIDField;
-        
-        private string hBillNoField;
-        
-        private string hRemarkField;
-        
-        private string hBackField;
-        
-        private bool hSourceBarCodeFlagField;
         
         /// <remarks/>
         public long HItemID {
@@ -25287,76 +25304,6 @@
             }
             set {
                 this.hSPNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSCWhID {
-            get {
-                return this.hSCWhIDField;
-            }
-            set {
-                this.hSCWhIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSCWhNumber {
-            get {
-                return this.hSCWhNumberField;
-            }
-            set {
-                this.hSCWhNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSCWhName {
-            get {
-                return this.hSCWhNameField;
-            }
-            set {
-                this.hSCWhNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HSCSPFlag {
-            get {
-                return this.hSCSPFlagField;
-            }
-            set {
-                this.hSCSPFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSCSPID {
-            get {
-                return this.hSCSPIDField;
-            }
-            set {
-                this.hSCSPIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSCSPNumber {
-            get {
-                return this.hSCSPNumberField;
-            }
-            set {
-                this.hSCSPNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSCSPName {
-            get {
-                return this.hSCSPNameField;
-            }
-            set {
-                this.hSCSPNameField = value;
             }
         }
         
@@ -25527,56 +25474,6 @@
             }
             set {
                 this.hStockOutOrgNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HInterID {
-            get {
-                return this.hInterIDField;
-            }
-            set {
-                this.hInterIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HBillNo {
-            get {
-                return this.hBillNoField;
-            }
-            set {
-                this.hBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HRemark {
-            get {
-                return this.hRemarkField;
-            }
-            set {
-                this.hRemarkField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HBack {
-            get {
-                return this.hBackField;
-            }
-            set {
-                this.hBackField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HSourceBarCodeFlag {
-            get {
-                return this.hSourceBarCodeFlagField;
-            }
-            set {
-                this.hSourceBarCodeFlagField = value;
             }
         }
     }
@@ -32717,423 +32614,6 @@
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
-    public partial class ClsKf_EntrustOutBillMain_K3 {
-        
-        private long hInterIDField;
-        
-        private string hBillNoField;
-        
-        private System.DateTime hDateField;
-        
-        private long hYearField;
-        
-        private long hPeriodField;
-        
-        private long hKeeperIDField;
-        
-        private long hSecManagerIDField;
-        
-        private long hManagerIDField;
-        
-        private long hSupIDField;
-        
-        private long hWHIDField;
-        
-        private long hDeptIDField;
-        
-        private long hEmpIDField;
-        
-        private string hExplanationField;
-        
-        private string hInnerBillNoField;
-        
-        private string hAddressField;
-        
-        private bool hRedBlueFlagField;
-        
-        private string hBillTypeField;
-        
-        private string hRemarkField;
-        
-        private long fBillerIDField;
-        
-        private long hBillerIDField;
-        
-        private string hSourceTranTypeField;
-        
-        private string hMakerField;
-        
-        private string hMakeDateField;
-        
-        private string hUpDaterField;
-        
-        private string hUpDateDateField;
-        
-        private string hCheckerField;
-        
-        private string hCheckDateField;
-        
-        private string hChecker2Field;
-        
-        private string hCheckDate2Field;
-        
-        private string hCloseManField;
-        
-        private string hCloseDateField;
-        
-        private string hDeleteManField;
-        
-        private string hDeleteDateField;
-        
-        private long hCheckFlowField;
-        
-        /// <remarks/>
-        public long HInterID {
-            get {
-                return this.hInterIDField;
-            }
-            set {
-                this.hInterIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HBillNo {
-            get {
-                return this.hBillNoField;
-            }
-            set {
-                this.hBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public System.DateTime HDate {
-            get {
-                return this.hDateField;
-            }
-            set {
-                this.hDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HYear {
-            get {
-                return this.hYearField;
-            }
-            set {
-                this.hYearField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HPeriod {
-            get {
-                return this.hPeriodField;
-            }
-            set {
-                this.hPeriodField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HKeeperID {
-            get {
-                return this.hKeeperIDField;
-            }
-            set {
-                this.hKeeperIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSecManagerID {
-            get {
-                return this.hSecManagerIDField;
-            }
-            set {
-                this.hSecManagerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HManagerID {
-            get {
-                return this.hManagerIDField;
-            }
-            set {
-                this.hManagerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSupID {
-            get {
-                return this.hSupIDField;
-            }
-            set {
-                this.hSupIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HWHID {
-            get {
-                return this.hWHIDField;
-            }
-            set {
-                this.hWHIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HDeptID {
-            get {
-                return this.hDeptIDField;
-            }
-            set {
-                this.hDeptIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HEmpID {
-            get {
-                return this.hEmpIDField;
-            }
-            set {
-                this.hEmpIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HExplanation {
-            get {
-                return this.hExplanationField;
-            }
-            set {
-                this.hExplanationField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HInnerBillNo {
-            get {
-                return this.hInnerBillNoField;
-            }
-            set {
-                this.hInnerBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HAddress {
-            get {
-                return this.hAddressField;
-            }
-            set {
-                this.hAddressField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HRedBlueFlag {
-            get {
-                return this.hRedBlueFlagField;
-            }
-            set {
-                this.hRedBlueFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HBillType {
-            get {
-                return this.hBillTypeField;
-            }
-            set {
-                this.hBillTypeField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HRemark {
-            get {
-                return this.hRemarkField;
-            }
-            set {
-                this.hRemarkField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long FBillerID {
-            get {
-                return this.fBillerIDField;
-            }
-            set {
-                this.fBillerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HBillerID {
-            get {
-                return this.hBillerIDField;
-            }
-            set {
-                this.hBillerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSourceTranType {
-            get {
-                return this.hSourceTranTypeField;
-            }
-            set {
-                this.hSourceTranTypeField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HMaker {
-            get {
-                return this.hMakerField;
-            }
-            set {
-                this.hMakerField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HMakeDate {
-            get {
-                return this.hMakeDateField;
-            }
-            set {
-                this.hMakeDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HUpDater {
-            get {
-                return this.hUpDaterField;
-            }
-            set {
-                this.hUpDaterField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HUpDateDate {
-            get {
-                return this.hUpDateDateField;
-            }
-            set {
-                this.hUpDateDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HChecker {
-            get {
-                return this.hCheckerField;
-            }
-            set {
-                this.hCheckerField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCheckDate {
-            get {
-                return this.hCheckDateField;
-            }
-            set {
-                this.hCheckDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HChecker2 {
-            get {
-                return this.hChecker2Field;
-            }
-            set {
-                this.hChecker2Field = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCheckDate2 {
-            get {
-                return this.hCheckDate2Field;
-            }
-            set {
-                this.hCheckDate2Field = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCloseMan {
-            get {
-                return this.hCloseManField;
-            }
-            set {
-                this.hCloseManField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCloseDate {
-            get {
-                return this.hCloseDateField;
-            }
-            set {
-                this.hCloseDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HDeleteMan {
-            get {
-                return this.hDeleteManField;
-            }
-            set {
-                this.hDeleteManField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HDeleteDate {
-            get {
-                return this.hDeleteDateField;
-            }
-            set {
-                this.hDeleteDateField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HCheckFlow {
-            get {
-                return this.hCheckFlowField;
-            }
-            set {
-                this.hCheckFlowField = value;
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
     public partial class ClsKf_MateOutBillMain_K3 {
         
         private long hInterIDField;
@@ -35111,6 +34591,423 @@
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
+    public partial class ClsKf_EntrustOutBillMain_K3 {
+        
+        private long hInterIDField;
+        
+        private string hBillNoField;
+        
+        private System.DateTime hDateField;
+        
+        private long hYearField;
+        
+        private long hPeriodField;
+        
+        private long hKeeperIDField;
+        
+        private long hSecManagerIDField;
+        
+        private long hManagerIDField;
+        
+        private long hSupIDField;
+        
+        private long hWHIDField;
+        
+        private long hDeptIDField;
+        
+        private long hEmpIDField;
+        
+        private string hExplanationField;
+        
+        private string hInnerBillNoField;
+        
+        private string hAddressField;
+        
+        private bool hRedBlueFlagField;
+        
+        private string hBillTypeField;
+        
+        private string hRemarkField;
+        
+        private long fBillerIDField;
+        
+        private long hBillerIDField;
+        
+        private string hSourceTranTypeField;
+        
+        private string hMakerField;
+        
+        private string hMakeDateField;
+        
+        private string hUpDaterField;
+        
+        private string hUpDateDateField;
+        
+        private string hCheckerField;
+        
+        private string hCheckDateField;
+        
+        private string hChecker2Field;
+        
+        private string hCheckDate2Field;
+        
+        private string hCloseManField;
+        
+        private string hCloseDateField;
+        
+        private string hDeleteManField;
+        
+        private string hDeleteDateField;
+        
+        private long hCheckFlowField;
+        
+        /// <remarks/>
+        public long HInterID {
+            get {
+                return this.hInterIDField;
+            }
+            set {
+                this.hInterIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HBillNo {
+            get {
+                return this.hBillNoField;
+            }
+            set {
+                this.hBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public System.DateTime HDate {
+            get {
+                return this.hDateField;
+            }
+            set {
+                this.hDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HYear {
+            get {
+                return this.hYearField;
+            }
+            set {
+                this.hYearField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HPeriod {
+            get {
+                return this.hPeriodField;
+            }
+            set {
+                this.hPeriodField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HKeeperID {
+            get {
+                return this.hKeeperIDField;
+            }
+            set {
+                this.hKeeperIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSecManagerID {
+            get {
+                return this.hSecManagerIDField;
+            }
+            set {
+                this.hSecManagerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HManagerID {
+            get {
+                return this.hManagerIDField;
+            }
+            set {
+                this.hManagerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSupID {
+            get {
+                return this.hSupIDField;
+            }
+            set {
+                this.hSupIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HWHID {
+            get {
+                return this.hWHIDField;
+            }
+            set {
+                this.hWHIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HDeptID {
+            get {
+                return this.hDeptIDField;
+            }
+            set {
+                this.hDeptIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HEmpID {
+            get {
+                return this.hEmpIDField;
+            }
+            set {
+                this.hEmpIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HExplanation {
+            get {
+                return this.hExplanationField;
+            }
+            set {
+                this.hExplanationField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HInnerBillNo {
+            get {
+                return this.hInnerBillNoField;
+            }
+            set {
+                this.hInnerBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HAddress {
+            get {
+                return this.hAddressField;
+            }
+            set {
+                this.hAddressField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HRedBlueFlag {
+            get {
+                return this.hRedBlueFlagField;
+            }
+            set {
+                this.hRedBlueFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HBillType {
+            get {
+                return this.hBillTypeField;
+            }
+            set {
+                this.hBillTypeField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HRemark {
+            get {
+                return this.hRemarkField;
+            }
+            set {
+                this.hRemarkField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long FBillerID {
+            get {
+                return this.fBillerIDField;
+            }
+            set {
+                this.fBillerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HBillerID {
+            get {
+                return this.hBillerIDField;
+            }
+            set {
+                this.hBillerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSourceTranType {
+            get {
+                return this.hSourceTranTypeField;
+            }
+            set {
+                this.hSourceTranTypeField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HMaker {
+            get {
+                return this.hMakerField;
+            }
+            set {
+                this.hMakerField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HMakeDate {
+            get {
+                return this.hMakeDateField;
+            }
+            set {
+                this.hMakeDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HUpDater {
+            get {
+                return this.hUpDaterField;
+            }
+            set {
+                this.hUpDaterField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HUpDateDate {
+            get {
+                return this.hUpDateDateField;
+            }
+            set {
+                this.hUpDateDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HChecker {
+            get {
+                return this.hCheckerField;
+            }
+            set {
+                this.hCheckerField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCheckDate {
+            get {
+                return this.hCheckDateField;
+            }
+            set {
+                this.hCheckDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HChecker2 {
+            get {
+                return this.hChecker2Field;
+            }
+            set {
+                this.hChecker2Field = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCheckDate2 {
+            get {
+                return this.hCheckDate2Field;
+            }
+            set {
+                this.hCheckDate2Field = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCloseMan {
+            get {
+                return this.hCloseManField;
+            }
+            set {
+                this.hCloseManField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCloseDate {
+            get {
+                return this.hCloseDateField;
+            }
+            set {
+                this.hCloseDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HDeleteMan {
+            get {
+                return this.hDeleteManField;
+            }
+            set {
+                this.hDeleteManField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HDeleteDate {
+            get {
+                return this.hDeleteDateField;
+            }
+            set {
+                this.hDeleteDateField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HCheckFlow {
+            get {
+                return this.hCheckFlowField;
+            }
+            set {
+                this.hCheckFlowField = value;
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
+    [System.SerializableAttribute()]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
     public partial class ClsKf_STJGOutBillMain_K3 {
         
         private long hInterIDField;
@@ -36889,9 +36786,9 @@
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain))]
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_MouldProdInBillMain))]
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_OtherInBillMain))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ICStockBillMain))]
-    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustInBillMain))]
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustInBillMain_K3))]
+    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustInBillMain))]
+    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ICStockBillMain))]
     [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_MouldStockBillMain))]
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
     [System.SerializableAttribute()]
@@ -42814,6 +42711,372 @@
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
+    public partial class ClsKf_EntrustInBillMain_K3 : ClsXt_BaseBillMain {
+        
+        private long hKeeperIDField;
+        
+        private long hSecManagerIDField;
+        
+        private long hManagerIDField;
+        
+        private long hSupIDField;
+        
+        private long hWHIDField;
+        
+        private long hDeptIDField;
+        
+        private long hEmpIDField;
+        
+        private string hExplanationField;
+        
+        private string hInnerBillNoField;
+        
+        private string hAddressField;
+        
+        private bool hRedBlueFlagField;
+        
+        private long fBillerIDField;
+        
+        private string hSourceTranTypeField;
+        
+        private string hChecker2Field;
+        
+        private string hCheckDate2Field;
+        
+        private long hCheckFlowField;
+        
+        /// <remarks/>
+        public long HKeeperID {
+            get {
+                return this.hKeeperIDField;
+            }
+            set {
+                this.hKeeperIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSecManagerID {
+            get {
+                return this.hSecManagerIDField;
+            }
+            set {
+                this.hSecManagerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HManagerID {
+            get {
+                return this.hManagerIDField;
+            }
+            set {
+                this.hManagerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSupID {
+            get {
+                return this.hSupIDField;
+            }
+            set {
+                this.hSupIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HWHID {
+            get {
+                return this.hWHIDField;
+            }
+            set {
+                this.hWHIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HDeptID {
+            get {
+                return this.hDeptIDField;
+            }
+            set {
+                this.hDeptIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HEmpID {
+            get {
+                return this.hEmpIDField;
+            }
+            set {
+                this.hEmpIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HExplanation {
+            get {
+                return this.hExplanationField;
+            }
+            set {
+                this.hExplanationField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HInnerBillNo {
+            get {
+                return this.hInnerBillNoField;
+            }
+            set {
+                this.hInnerBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HAddress {
+            get {
+                return this.hAddressField;
+            }
+            set {
+                this.hAddressField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HRedBlueFlag {
+            get {
+                return this.hRedBlueFlagField;
+            }
+            set {
+                this.hRedBlueFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long FBillerID {
+            get {
+                return this.fBillerIDField;
+            }
+            set {
+                this.fBillerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSourceTranType {
+            get {
+                return this.hSourceTranTypeField;
+            }
+            set {
+                this.hSourceTranTypeField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HChecker2 {
+            get {
+                return this.hChecker2Field;
+            }
+            set {
+                this.hChecker2Field = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCheckDate2 {
+            get {
+                return this.hCheckDate2Field;
+            }
+            set {
+                this.hCheckDate2Field = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HCheckFlow {
+            get {
+                return this.hCheckFlowField;
+            }
+            set {
+                this.hCheckFlowField = value;
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
+    [System.SerializableAttribute()]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
+    public partial class ClsKf_EntrustInBillMain : ClsXt_BaseBillMain {
+        
+        private long hSupIDField;
+        
+        private long hEmpIDField;
+        
+        private long hWHIDField;
+        
+        private long hSCWHIDField;
+        
+        private long hMangerIDField;
+        
+        private long hSecManagerIDField;
+        
+        private long hKeeperIDField;
+        
+        private long hDeptIDField;
+        
+        private string hExplanationField;
+        
+        private string hInnerBillNoField;
+        
+        private bool hRedBlueFlagField;
+        
+        private long hSTOCKORGIDField;
+        
+        private long hOWNERIDField;
+        
+        /// <remarks/>
+        public long HSupID {
+            get {
+                return this.hSupIDField;
+            }
+            set {
+                this.hSupIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HEmpID {
+            get {
+                return this.hEmpIDField;
+            }
+            set {
+                this.hEmpIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HWHID {
+            get {
+                return this.hWHIDField;
+            }
+            set {
+                this.hWHIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSCWHID {
+            get {
+                return this.hSCWHIDField;
+            }
+            set {
+                this.hSCWHIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HMangerID {
+            get {
+                return this.hMangerIDField;
+            }
+            set {
+                this.hMangerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSecManagerID {
+            get {
+                return this.hSecManagerIDField;
+            }
+            set {
+                this.hSecManagerIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HKeeperID {
+            get {
+                return this.hKeeperIDField;
+            }
+            set {
+                this.hKeeperIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HDeptID {
+            get {
+                return this.hDeptIDField;
+            }
+            set {
+                this.hDeptIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HExplanation {
+            get {
+                return this.hExplanationField;
+            }
+            set {
+                this.hExplanationField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HInnerBillNo {
+            get {
+                return this.hInnerBillNoField;
+            }
+            set {
+                this.hInnerBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HRedBlueFlag {
+            get {
+                return this.hRedBlueFlagField;
+            }
+            set {
+                this.hRedBlueFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSTOCKORGID {
+            get {
+                return this.hSTOCKORGIDField;
+            }
+            set {
+                this.hSTOCKORGIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HOWNERID {
+            get {
+                return this.hOWNERIDField;
+            }
+            set {
+                this.hOWNERIDField = value;
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
+    [System.SerializableAttribute()]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
     public partial class ClsKf_ICStockBillMain : ClsXt_BaseBillMain {
         
         private long hSupIDField;
@@ -43315,372 +43578,6 @@
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
     [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
-    public partial class ClsKf_EntrustInBillMain : ClsXt_BaseBillMain {
-        
-        private long hSupIDField;
-        
-        private long hEmpIDField;
-        
-        private long hWHIDField;
-        
-        private long hSCWHIDField;
-        
-        private long hMangerIDField;
-        
-        private long hSecManagerIDField;
-        
-        private long hKeeperIDField;
-        
-        private long hDeptIDField;
-        
-        private string hExplanationField;
-        
-        private string hInnerBillNoField;
-        
-        private bool hRedBlueFlagField;
-        
-        private long hSTOCKORGIDField;
-        
-        private long hOWNERIDField;
-        
-        /// <remarks/>
-        public long HSupID {
-            get {
-                return this.hSupIDField;
-            }
-            set {
-                this.hSupIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HEmpID {
-            get {
-                return this.hEmpIDField;
-            }
-            set {
-                this.hEmpIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HWHID {
-            get {
-                return this.hWHIDField;
-            }
-            set {
-                this.hWHIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSCWHID {
-            get {
-                return this.hSCWHIDField;
-            }
-            set {
-                this.hSCWHIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HMangerID {
-            get {
-                return this.hMangerIDField;
-            }
-            set {
-                this.hMangerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSecManagerID {
-            get {
-                return this.hSecManagerIDField;
-            }
-            set {
-                this.hSecManagerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HKeeperID {
-            get {
-                return this.hKeeperIDField;
-            }
-            set {
-                this.hKeeperIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HDeptID {
-            get {
-                return this.hDeptIDField;
-            }
-            set {
-                this.hDeptIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HExplanation {
-            get {
-                return this.hExplanationField;
-            }
-            set {
-                this.hExplanationField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HInnerBillNo {
-            get {
-                return this.hInnerBillNoField;
-            }
-            set {
-                this.hInnerBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HRedBlueFlag {
-            get {
-                return this.hRedBlueFlagField;
-            }
-            set {
-                this.hRedBlueFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSTOCKORGID {
-            get {
-                return this.hSTOCKORGIDField;
-            }
-            set {
-                this.hSTOCKORGIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HOWNERID {
-            get {
-                return this.hOWNERIDField;
-            }
-            set {
-                this.hOWNERIDField = value;
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
-    public partial class ClsKf_EntrustInBillMain_K3 : ClsXt_BaseBillMain {
-        
-        private long hKeeperIDField;
-        
-        private long hSecManagerIDField;
-        
-        private long hManagerIDField;
-        
-        private long hSupIDField;
-        
-        private long hWHIDField;
-        
-        private long hDeptIDField;
-        
-        private long hEmpIDField;
-        
-        private string hExplanationField;
-        
-        private string hInnerBillNoField;
-        
-        private string hAddressField;
-        
-        private bool hRedBlueFlagField;
-        
-        private long fBillerIDField;
-        
-        private string hSourceTranTypeField;
-        
-        private string hChecker2Field;
-        
-        private string hCheckDate2Field;
-        
-        private long hCheckFlowField;
-        
-        /// <remarks/>
-        public long HKeeperID {
-            get {
-                return this.hKeeperIDField;
-            }
-            set {
-                this.hKeeperIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSecManagerID {
-            get {
-                return this.hSecManagerIDField;
-            }
-            set {
-                this.hSecManagerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HManagerID {
-            get {
-                return this.hManagerIDField;
-            }
-            set {
-                this.hManagerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSupID {
-            get {
-                return this.hSupIDField;
-            }
-            set {
-                this.hSupIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HWHID {
-            get {
-                return this.hWHIDField;
-            }
-            set {
-                this.hWHIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HDeptID {
-            get {
-                return this.hDeptIDField;
-            }
-            set {
-                this.hDeptIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HEmpID {
-            get {
-                return this.hEmpIDField;
-            }
-            set {
-                this.hEmpIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HExplanation {
-            get {
-                return this.hExplanationField;
-            }
-            set {
-                this.hExplanationField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HInnerBillNo {
-            get {
-                return this.hInnerBillNoField;
-            }
-            set {
-                this.hInnerBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HAddress {
-            get {
-                return this.hAddressField;
-            }
-            set {
-                this.hAddressField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HRedBlueFlag {
-            get {
-                return this.hRedBlueFlagField;
-            }
-            set {
-                this.hRedBlueFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long FBillerID {
-            get {
-                return this.fBillerIDField;
-            }
-            set {
-                this.fBillerIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSourceTranType {
-            get {
-                return this.hSourceTranTypeField;
-            }
-            set {
-                this.hSourceTranTypeField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HChecker2 {
-            get {
-                return this.hChecker2Field;
-            }
-            set {
-                this.hChecker2Field = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCheckDate2 {
-            get {
-                return this.hCheckDate2Field;
-            }
-            set {
-                this.hCheckDate2Field = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HCheckFlow {
-            get {
-                return this.hCheckFlowField;
-            }
-            set {
-                this.hCheckFlowField = value;
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
     public partial class ClsSc_MouldStockBillMain : ClsXt_BaseBillMain {
         
         private long hSCWHIDField;
@@ -43836,327 +43733,6 @@
             }
             set {
                 this.hCorrespondentTypeIDField = value;
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
-    [System.SerializableAttribute()]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
-    public partial class ClsKf_ICStockBill_Mould {
-        
-        private long hItemIDField;
-        
-        private string hBarTypeField;
-        
-        private long hWhIDField;
-        
-        private string hWhNumberField;
-        
-        private string hWhNameField;
-        
-        private bool hSPFlagField;
-        
-        private long hSPIDField;
-        
-        private string hSPNumberField;
-        
-        private string hSPNameField;
-        
-        private long hDeptIDField;
-        
-        private string hDeptNumberField;
-        
-        private string hDeptNameField;
-        
-        private long hSupIDField;
-        
-        private string hSupNumberField;
-        
-        private string hSupNameField;
-        
-        private string hSourceBillNoField;
-        
-        private string hSourceBillTypeField;
-        
-        private long hOWNERIDField;
-        
-        private string hOWNERNAMEField;
-        
-        private string hCustomField;
-        
-        private long hMulSourceFlagField;
-        
-        private string hStockStyleField;
-        
-        private long hStockInOrgIDField;
-        
-        private string hStockInOrgNameField;
-        
-        private long hStockOutOrgIDField;
-        
-        private string hStockOutOrgNameField;
-        
-        /// <remarks/>
-        public long HItemID {
-            get {
-                return this.hItemIDField;
-            }
-            set {
-                this.hItemIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HBarType {
-            get {
-                return this.hBarTypeField;
-            }
-            set {
-                this.hBarTypeField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HWhID {
-            get {
-                return this.hWhIDField;
-            }
-            set {
-                this.hWhIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HWhNumber {
-            get {
-                return this.hWhNumberField;
-            }
-            set {
-                this.hWhNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HWhName {
-            get {
-                return this.hWhNameField;
-            }
-            set {
-                this.hWhNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public bool HSPFlag {
-            get {
-                return this.hSPFlagField;
-            }
-            set {
-                this.hSPFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSPID {
-            get {
-                return this.hSPIDField;
-            }
-            set {
-                this.hSPIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSPNumber {
-            get {
-                return this.hSPNumberField;
-            }
-            set {
-                this.hSPNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSPName {
-            get {
-                return this.hSPNameField;
-            }
-            set {
-                this.hSPNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HDeptID {
-            get {
-                return this.hDeptIDField;
-            }
-            set {
-                this.hDeptIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HDeptNumber {
-            get {
-                return this.hDeptNumberField;
-            }
-            set {
-                this.hDeptNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HDeptName {
-            get {
-                return this.hDeptNameField;
-            }
-            set {
-                this.hDeptNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HSupID {
-            get {
-                return this.hSupIDField;
-            }
-            set {
-                this.hSupIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSupNumber {
-            get {
-                return this.hSupNumberField;
-            }
-            set {
-                this.hSupNumberField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSupName {
-            get {
-                return this.hSupNameField;
-            }
-            set {
-                this.hSupNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSourceBillNo {
-            get {
-                return this.hSourceBillNoField;
-            }
-            set {
-                this.hSourceBillNoField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HSourceBillType {
-            get {
-                return this.hSourceBillTypeField;
-            }
-            set {
-                this.hSourceBillTypeField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HOWNERID {
-            get {
-                return this.hOWNERIDField;
-            }
-            set {
-                this.hOWNERIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HOWNERNAME {
-            get {
-                return this.hOWNERNAMEField;
-            }
-            set {
-                this.hOWNERNAMEField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HCustom {
-            get {
-                return this.hCustomField;
-            }
-            set {
-                this.hCustomField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HMulSourceFlag {
-            get {
-                return this.hMulSourceFlagField;
-            }
-            set {
-                this.hMulSourceFlagField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HStockStyle {
-            get {
-                return this.hStockStyleField;
-            }
-            set {
-                this.hStockStyleField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HStockInOrgID {
-            get {
-                return this.hStockInOrgIDField;
-            }
-            set {
-                this.hStockInOrgIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HStockInOrgName {
-            get {
-                return this.hStockInOrgNameField;
-            }
-            set {
-                this.hStockInOrgNameField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public long HStockOutOrgID {
-            get {
-                return this.hStockOutOrgIDField;
-            }
-            set {
-                this.hStockOutOrgIDField = value;
-            }
-        }
-        
-        /// <remarks/>
-        public string HStockOutOrgName {
-            get {
-                return this.hStockOutOrgNameField;
-            }
-            set {
-                this.hStockOutOrgNameField = value;
             }
         }
     }
@@ -44848,6 +44424,8 @@
         
         private string kf_POStockInBillCheck_SourceBarCodeCtlField;
         
+        private string kf_POStockInBillCheck_AutoBarCodeField;
+        
         private string kf_POStockInBillCheck_ERPModeField;
         
         private string kf_ProductInBill_AutoSubmitField;
@@ -44888,6 +44466,8 @@
         
         private string kf_ProductInBillCheck_SourceBarCodeCtlField;
         
+        private string kf_ProductInBillCheck_AutoBarCodeField;
+        
         private string kf_ProductInBillCheck_ERPModeField;
         
         private string kf_OtherInBill_AutoSubmitField;
@@ -44925,6 +44505,8 @@
         private string kf_OtherInBillCheck_MultilineCtlField;
         
         private string kf_OtherInBillCheck_SourceBarCodeCtlField;
+        
+        private string kf_OtherInBillCheck_AutoBarCodeField;
         
         private string kf_OtherInBillCheck_ERPModeField;
         
@@ -44998,6 +44580,8 @@
         
         private string kf_MateOutBillCheck_SourceBarCodeCtlField;
         
+        private string kf_MateOutBillCheck_AutoBarCodeField;
+        
         private string kf_MateOutBillCheck_ERPModeField;
         
         private string kf_SellOutBill_AutoSubmitField;
@@ -45044,6 +44628,8 @@
         
         private string kf_SellOutBillCheck_SourceBarCodeCtlField;
         
+        private string kf_SellOutBillCheck_AutoBarCodeField;
+        
         private string kf_SellOutBillCheck_ERPModeField;
         
         private string kf_OtherOutBill_AutoSubmitField;
@@ -45083,6 +44669,8 @@
         private string kf_OtherOutBillCheck_MultilineCtlField;
         
         private string kf_OtherOutBillCheck_SourceBarCodeCtlField;
+        
+        private string kf_OtherOutBillCheck_AutoBarCodeField;
         
         private string kf_OtherOutBillCheck_ERPModeField;
         
@@ -45126,6 +44714,8 @@
         
         private string kf_EntrustOutBillCheck_SourceBarCodeCtlField;
         
+        private string kf_EntrustOutBillCheck_AutoBarCodeField;
+        
         private string kf_EntrustOutBillCheck_ERPModeField;
         
         private string kf_MateReplenishOutBill_AutoSubmitField;
@@ -45166,6 +44756,8 @@
         
         private string kf_MateReplenishOutBillCheck_SourceBarCodeCtlField;
         
+        private string kf_MateReplenishOutBillCheck_AutoBarCodeField;
+        
         private string kf_MateReplenishOutBillCheck_ERPModeField;
         
         private string kf_EntrustReplenishOutBill_AutoSubmitField;
@@ -45205,6 +44797,8 @@
         private string kf_EntrustReplenishOutBillCheck_MultilineCtlField;
         
         private string kf_EntrustReplenishOutBillCheck_SourceBarCodeCtlField;
+        
+        private string kf_EntrustReplenishOutBillCheck_AutoBarCodeField;
         
         private string kf_EntrustReplenishOutBillCheck_ERPModeField;
         
@@ -45247,6 +44841,8 @@
         private string kf_MoveStockBillCheck_MultilineCtlField;
         
         private string kf_MoveStockBillCheck_SourceBarCodeCtlField;
+        
+        private string kf_MoveStockBillCheck_AutoBarCodeField;
         
         private string kf_MoveStockBillCheck_ERPModeField;
         
@@ -45534,7 +45130,13 @@
         
         private string sc_PackUnionBill_SourceBillNoCtlField;
         
+        private string sc_PackUnionBill_MaterialCtlField;
+        
         private string sc_PackUnionBill_DeleterAndMakerMustSameField;
+        
+        private string kf_MaterialLowerBill_MustQtyCtlField;
+        
+        private string kf_MaterialLowerBill_BatchNoCtlField;
         
         private string wMS_ERPStockCtlField;
         
@@ -45866,6 +45468,8 @@
         
         private string sB_EquipICMOTechParamBill_MustBeginWorkCtlField;
         
+        private string sB_EquipICMOTechParamBill_CheckField;
+        
         private string gy_RoutingBill_AutoCheckField;
         
         private string gy_RoutingBill_SaveAutoAddnewField;
@@ -45893,6 +45497,22 @@
         private string yS_ReceiveBill_AutoCheckField;
         
         private string pay_WorkTimesBill_AutoCheckField;
+        
+        private string hR_EmployeeSkillBill_AutoCheckField;
+        
+        private string hR_PostSkillBill_AutoCheckField;
+        
+        private string oA_ErrMsgBackCheckBill_AutoCheckField;
+        
+        private string oA_ErrMsgBackHandleBill_AutoCheckField;
+        
+        private string oA_ErrMsgBackSignBill_AutoCheckField;
+        
+        private string sb_EquipBeginBill_AutoCheckField;
+        
+        private string sb_EquipStopBill_AutoCheckField;
+        
+        private string sc_ShiftsBeginInfoBill_AutoCheckField;
         
         private string sc_MouldLowerBill_MouldUpperField;
         
@@ -46317,6 +45937,16 @@
         }
         
         /// <remarks/>
+        public string Kf_POStockInBillCheck_AutoBarCode {
+            get {
+                return this.kf_POStockInBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_POStockInBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_POStockInBillCheck_ERPMode {
             get {
                 return this.kf_POStockInBillCheck_ERPModeField;
@@ -46517,6 +46147,16 @@
         }
         
         /// <remarks/>
+        public string Kf_ProductInBillCheck_AutoBarCode {
+            get {
+                return this.kf_ProductInBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_ProductInBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_ProductInBillCheck_ERPMode {
             get {
                 return this.kf_ProductInBillCheck_ERPModeField;
@@ -46703,6 +46343,16 @@
             }
             set {
                 this.kf_OtherInBillCheck_SourceBarCodeCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_OtherInBillCheck_AutoBarCode {
+            get {
+                return this.kf_OtherInBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_OtherInBillCheck_AutoBarCodeField = value;
             }
         }
         
@@ -47067,6 +46717,16 @@
         }
         
         /// <remarks/>
+        public string Kf_MateOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_MateOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_MateOutBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_MateOutBillCheck_ERPMode {
             get {
                 return this.kf_MateOutBillCheck_ERPModeField;
@@ -47297,6 +46957,16 @@
         }
         
         /// <remarks/>
+        public string Kf_SellOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_SellOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_SellOutBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_SellOutBillCheck_ERPMode {
             get {
                 return this.kf_SellOutBillCheck_ERPModeField;
@@ -47493,6 +47163,16 @@
             }
             set {
                 this.kf_OtherOutBillCheck_SourceBarCodeCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_OtherOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_OtherOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_OtherOutBillCheck_AutoBarCodeField = value;
             }
         }
         
@@ -47707,6 +47387,16 @@
         }
         
         /// <remarks/>
+        public string Kf_EntrustOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_EntrustOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_EntrustOutBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_EntrustOutBillCheck_ERPMode {
             get {
                 return this.kf_EntrustOutBillCheck_ERPModeField;
@@ -47907,6 +47597,16 @@
         }
         
         /// <remarks/>
+        public string Kf_MateReplenishOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_MateReplenishOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_MateReplenishOutBillCheck_AutoBarCodeField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Kf_MateReplenishOutBillCheck_ERPMode {
             get {
                 return this.kf_MateReplenishOutBillCheck_ERPModeField;
@@ -48103,6 +47803,16 @@
             }
             set {
                 this.kf_EntrustReplenishOutBillCheck_SourceBarCodeCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_EntrustReplenishOutBillCheck_AutoBarCode {
+            get {
+                return this.kf_EntrustReplenishOutBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_EntrustReplenishOutBillCheck_AutoBarCodeField = value;
             }
         }
         
@@ -48313,6 +48023,16 @@
             }
             set {
                 this.kf_MoveStockBillCheck_SourceBarCodeCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_MoveStockBillCheck_AutoBarCode {
+            get {
+                return this.kf_MoveStockBillCheck_AutoBarCodeField;
+            }
+            set {
+                this.kf_MoveStockBillCheck_AutoBarCodeField = value;
             }
         }
         
@@ -49747,12 +49467,42 @@
         }
         
         /// <remarks/>
+        public string Sc_PackUnionBill_MaterialCtl {
+            get {
+                return this.sc_PackUnionBill_MaterialCtlField;
+            }
+            set {
+                this.sc_PackUnionBill_MaterialCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Sc_PackUnionBill_DeleterAndMakerMustSame {
             get {
                 return this.sc_PackUnionBill_DeleterAndMakerMustSameField;
             }
             set {
                 this.sc_PackUnionBill_DeleterAndMakerMustSameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_MaterialLowerBill_MustQtyCtl {
+            get {
+                return this.kf_MaterialLowerBill_MustQtyCtlField;
+            }
+            set {
+                this.kf_MaterialLowerBill_MustQtyCtlField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Kf_MaterialLowerBill_BatchNoCtl {
+            get {
+                return this.kf_MaterialLowerBill_BatchNoCtlField;
+            }
+            set {
+                this.kf_MaterialLowerBill_BatchNoCtlField = value;
             }
         }
         
@@ -51407,6 +51157,16 @@
         }
         
         /// <remarks/>
+        public string SB_EquipICMOTechParamBill_Check {
+            get {
+                return this.sB_EquipICMOTechParamBill_CheckField;
+            }
+            set {
+                this.sB_EquipICMOTechParamBill_CheckField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Gy_RoutingBill_AutoCheck {
             get {
                 return this.gy_RoutingBill_AutoCheckField;
@@ -51547,12 +51307,831 @@
         }
         
         /// <remarks/>
+        public string HR_EmployeeSkillBill_AutoCheck {
+            get {
+                return this.hR_EmployeeSkillBill_AutoCheckField;
+            }
+            set {
+                this.hR_EmployeeSkillBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HR_PostSkillBill_AutoCheck {
+            get {
+                return this.hR_PostSkillBill_AutoCheckField;
+            }
+            set {
+                this.hR_PostSkillBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string OA_ErrMsgBackCheckBill_AutoCheck {
+            get {
+                return this.oA_ErrMsgBackCheckBill_AutoCheckField;
+            }
+            set {
+                this.oA_ErrMsgBackCheckBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string OA_ErrMsgBackHandleBill_AutoCheck {
+            get {
+                return this.oA_ErrMsgBackHandleBill_AutoCheckField;
+            }
+            set {
+                this.oA_ErrMsgBackHandleBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string OA_ErrMsgBackSignBill_AutoCheck {
+            get {
+                return this.oA_ErrMsgBackSignBill_AutoCheckField;
+            }
+            set {
+                this.oA_ErrMsgBackSignBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Sb_EquipBeginBill_AutoCheck {
+            get {
+                return this.sb_EquipBeginBill_AutoCheckField;
+            }
+            set {
+                this.sb_EquipBeginBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Sb_EquipStopBill_AutoCheck {
+            get {
+                return this.sb_EquipStopBill_AutoCheckField;
+            }
+            set {
+                this.sb_EquipStopBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string Sc_ShiftsBeginInfoBill_AutoCheck {
+            get {
+                return this.sc_ShiftsBeginInfoBill_AutoCheckField;
+            }
+            set {
+                this.sc_ShiftsBeginInfoBill_AutoCheckField = value;
+            }
+        }
+        
+        /// <remarks/>
         public string Sc_MouldLowerBill_MouldUpper {
             get {
                 return this.sc_MouldLowerBill_MouldUpperField;
             }
             set {
                 this.sc_MouldLowerBill_MouldUpperField = value;
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3752.0")]
+    [System.SerializableAttribute()]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
+    public partial class ClsKf_ICStockBill_WMS {
+        
+        private long hItemIDField;
+        
+        private string hBarTypeField;
+        
+        private long hWhIDField;
+        
+        private string hWhNumberField;
+        
+        private string hWhNameField;
+        
+        private bool hSPFlagField;
+        
+        private long hSPIDField;
+        
+        private string hSPNumberField;
+        
+        private string hSPNameField;
+        
+        private long hSCWhIDField;
+        
+        private string hSCWhNumberField;
+        
+        private string hSCWhNameField;
+        
+        private bool hSCSPFlagField;
+        
+        private long hSCSPIDField;
+        
+        private string hSCSPNumberField;
+        
+        private string hSCSPNameField;
+        
+        private long hDeptIDField;
+        
+        private string hDeptNumberField;
+        
+        private string hDeptNameField;
+        
+        private long hSupIDField;
+        
+        private string hSupNumberField;
+        
+        private string hSupNameField;
+        
+        private string hSourceBillNoField;
+        
+        private string hSourceBillTypeField;
+        
+        private long hOWNERIDField;
+        
+        private string hOWNERNAMEField;
+        
+        private string hCustomField;
+        
+        private long hMulSourceFlagField;
+        
+        private string hStockStyleField;
+        
+        private long hStockInOrgIDField;
+        
+        private string hStockInOrgNameField;
+        
+        private long hStockOutOrgIDField;
+        
+        private string hStockOutOrgNameField;
+        
+        private long hInterIDField;
+        
+        private string hBillNoField;
+        
+        private string hRemarkField;
+        
+        private string hBackField;
+        
+        private bool hSourceBarCodeFlagField;
+        
+        /// <remarks/>
+        public long HItemID {
+            get {
+                return this.hItemIDField;
+            }
+            set {
+                this.hItemIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HBarType {
+            get {
+                return this.hBarTypeField;
+            }
+            set {
+                this.hBarTypeField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HWhID {
+            get {
+                return this.hWhIDField;
+            }
+            set {
+                this.hWhIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HWhNumber {
+            get {
+                return this.hWhNumberField;
+            }
+            set {
+                this.hWhNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HWhName {
+            get {
+                return this.hWhNameField;
+            }
+            set {
+                this.hWhNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HSPFlag {
+            get {
+                return this.hSPFlagField;
+            }
+            set {
+                this.hSPFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSPID {
+            get {
+                return this.hSPIDField;
+            }
+            set {
+                this.hSPIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSPNumber {
+            get {
+                return this.hSPNumberField;
+            }
+            set {
+                this.hSPNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSPName {
+            get {
+                return this.hSPNameField;
+            }
+            set {
+                this.hSPNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSCWhID {
+            get {
+                return this.hSCWhIDField;
+            }
+            set {
+                this.hSCWhIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSCWhNumber {
+            get {
+                return this.hSCWhNumberField;
+            }
+            set {
+                this.hSCWhNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSCWhName {
+            get {
+                return this.hSCWhNameField;
+            }
+            set {
+                this.hSCWhNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HSCSPFlag {
+            get {
+                return this.hSCSPFlagField;
+            }
+            set {
+                this.hSCSPFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSCSPID {
+            get {
+                return this.hSCSPIDField;
+            }
+            set {
+                this.hSCSPIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSCSPNumber {
+            get {
+                return this.hSCSPNumberField;
+            }
+            set {
+                this.hSCSPNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSCSPName {
+            get {
+                return this.hSCSPNameField;
+            }
+            set {
+                this.hSCSPNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HDeptID {
+            get {
+                return this.hDeptIDField;
+            }
+            set {
+                this.hDeptIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HDeptNumber {
+            get {
+                return this.hDeptNumberField;
+            }
+            set {
+                this.hDeptNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HDeptName {
+            get {
+                return this.hDeptNameField;
+            }
+            set {
+                this.hDeptNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HSupID {
+            get {
+                return this.hSupIDField;
+            }
+            set {
+                this.hSupIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSupNumber {
+            get {
+                return this.hSupNumberField;
+            }
+            set {
+                this.hSupNumberField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSupName {
+            get {
+                return this.hSupNameField;
+            }
+            set {
+                this.hSupNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSourceBillNo {
+            get {
+                return this.hSourceBillNoField;
+            }
+            set {
+                this.hSourceBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HSourceBillType {
+            get {
+                return this.hSourceBillTypeField;
+            }
+            set {
+                this.hSourceBillTypeField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HOWNERID {
+            get {
+                return this.hOWNERIDField;
+            }
+            set {
+                this.hOWNERIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HOWNERNAME {
+            get {
+                return this.hOWNERNAMEField;
+            }
+            set {
+                this.hOWNERNAMEField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HCustom {
+            get {
+                return this.hCustomField;
+            }
+            set {
+                this.hCustomField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HMulSourceFlag {
+            get {
+                return this.hMulSourceFlagField;
+            }
+            set {
+                this.hMulSourceFlagField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HStockStyle {
+            get {
+                return this.hStockStyleField;
+            }
+            set {
+                this.hStockStyleField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HStockInOrgID {
+            get {
+                return this.hStockInOrgIDField;
+            }
+            set {
+                this.hStockInOrgIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HStockInOrgName {
+            get {
+                return this.hStockInOrgNameField;
+            }
+            set {
+                this.hStockInOrgNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HStockOutOrgID {
+            get {
+                return this.hStockOutOrgIDField;
+            }
+            set {
+                this.hStockOutOrgIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HStockOutOrgName {
+            get {
+                return this.hStockOutOrgNameField;
+            }
+            set {
+                this.hStockOutOrgNameField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public long HInterID {
+            get {
+                return this.hInterIDField;
+            }
+            set {
+                this.hInterIDField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HBillNo {
+            get {
+                return this.hBillNoField;
+            }
+            set {
+                this.hBillNoField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HRemark {
+            get {
+                return this.hRemarkField;
+            }
+            set {
+                this.hRemarkField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public string HBack {
+            get {
+                return this.hBackField;
+            }
+            set {
+                this.hBackField = value;
+            }
+        }
+        
+        /// <remarks/>
+        public bool HSourceBarCodeFlag {
+            get {
+                return this.hSourceBarCodeFlagField;
+            }
+            set {
+                this.hSourceBarCodeFlagField = value;
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void getDataSetBySQLCompletedEventHandler(object sender, getDataSetBySQLCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class getDataSetBySQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal getDataSetBySQLCompletedEventArgs(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 getRunProcCompletedEventHandler(object sender, getRunProcCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class getRunProcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal getRunProcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+                base(exception, cancelled, userState) {
+            this.results = results;
+        }
+        
+        /// <remarks/>
+        public string sErrMsg {
+            get {
+                this.RaiseExceptionIfNecessary();
+                return ((string)(this.results[0]));
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void getRunProcByMulCompletedEventHandler(object sender, getRunProcByMulCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class getRunProcByMulCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal getRunProcByMulCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+                base(exception, cancelled, userState) {
+            this.results = results;
+        }
+        
+        /// <remarks/>
+        public string sErrMsg {
+            get {
+                this.RaiseExceptionIfNecessary();
+                return ((string)(this.results[0]));
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void getSecurity_LogCompletedEventHandler(object sender, getSecurity_LogCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class getSecurity_LogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal getSecurity_LogCompletedEventArgs(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_CancelltionBarCodeBillCompletedEventHandler(object sender, set_CancelltionBarCodeBillCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class set_CancelltionBarCodeBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal set_CancelltionBarCodeBillCompletedEventArgs(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/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void set_UnCancelltionBarCodeBillCompletedEventHandler(object sender, set_UnCancelltionBarCodeBillCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class set_UnCancelltionBarCodeBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal set_UnCancelltionBarCodeBillCompletedEventArgs(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/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void Set_BPrintQtyBarCodeCompletedEventHandler(object sender, Set_BPrintQtyBarCodeCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class Set_BPrintQtyBarCodeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal Set_BPrintQtyBarCodeCompletedEventArgs(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 sReturn {
+            get {
+                this.RaiseExceptionIfNecessary();
+                return ((string)(this.results[1]));
+            }
+        }
+    }
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void set_BarCodeAutoWMSCompletedEventHandler(object sender, set_BarCodeAutoWMSCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class set_BarCodeAutoWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal set_BarCodeAutoWMSCompletedEventArgs(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 get_CheckTypeByBarCode_MouldCompletedEventHandler(object sender, get_CheckTypeByBarCode_MouldCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_CheckTypeByBarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_CheckTypeByBarCode_MouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+                base(exception, cancelled, userState) {
+            this.results = results;
+        }
+        
+        /// <remarks/>
+        public ClsKf_ICStockBill_Mould Result {
+            get {
+                this.RaiseExceptionIfNecessary();
+                return ((ClsKf_ICStockBill_Mould)(this.results[0]));
+            }
+        }
+        
+        /// <remarks/>
+        public string sErrMsg {
+            get {
+                this.RaiseExceptionIfNecessary();
+                return ((string)(this.results[1]));
             }
         }
     }
@@ -51669,6 +52248,312 @@
             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_OtherInCompletedEventHandler(object sender, get_SourceBarCode_OtherInCompletedEventArgs 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_OtherInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_OtherInCompletedEventArgs(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_MateOutCompletedEventHandler(object sender, get_SourceBarCode_MateOutCompletedEventArgs 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_MateOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_MateOutCompletedEventArgs(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_SellOutCompletedEventHandler(object sender, get_SourceBarCode_SellOutCompletedEventArgs 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_SellOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_SellOutCompletedEventArgs(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_EntrustOutCompletedEventHandler(object sender, get_SourceBarCode_EntrustOutCompletedEventArgs 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_EntrustOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_EntrustOutCompletedEventArgs(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_OtherOutCompletedEventHandler(object sender, get_SourceBarCode_OtherOutCompletedEventArgs 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_OtherOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_OtherOutCompletedEventArgs(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_MateReplenishOutCompletedEventHandler(object sender, get_SourceBarCode_MateReplenishOutCompletedEventArgs 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_MateReplenishOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_MateReplenishOutCompletedEventArgs(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_MoveStockCompletedEventHandler(object sender, get_SourceBarCode_MoveStockCompletedEventArgs 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_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_MoveStockCompletedEventArgs(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_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_MoveStock_XiaBaoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(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_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_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(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]));
             }
         }
     }
@@ -54323,17 +55208,17 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void getDataSetBySQLCompletedEventHandler(object sender, getDataSetBySQLCompletedEventArgs e);
+    public delegate void get_SaveBarCodeFormServerCompletedEventHandler(object sender, get_SaveBarCodeFormServerCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class getDataSetBySQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_SaveBarCodeFormServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal getDataSetBySQLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_SaveBarCodeFormServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -54347,7 +55232,7 @@
         }
         
         /// <remarks/>
-        public string sErrMsg {
+        public string sErr {
             get {
                 this.RaiseExceptionIfNecessary();
                 return ((string)(this.results[1]));
@@ -54357,69 +55242,17 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void getRunProcCompletedEventHandler(object sender, getRunProcCompletedEventArgs e);
+    public delegate void set_SaveScanToServerCompletedEventHandler(object sender, set_SaveScanToServerCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class getRunProcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_SaveScanToServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal getRunProcCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
-                base(exception, cancelled, userState) {
-            this.results = results;
-        }
-        
-        /// <remarks/>
-        public string sErrMsg {
-            get {
-                this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[0]));
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void getRunProcByMulCompletedEventHandler(object sender, getRunProcByMulCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class getRunProcByMulCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal getRunProcByMulCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
-                base(exception, cancelled, userState) {
-            this.results = results;
-        }
-        
-        /// <remarks/>
-        public string sErrMsg {
-            get {
-                this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[0]));
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void getSecurity_LogCompletedEventHandler(object sender, getSecurity_LogCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class getSecurity_LogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal getSecurity_LogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_SaveScanToServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -54433,7 +55266,7 @@
         }
         
         /// <remarks/>
-        public string sErrMsg {
+        public string sErr {
             get {
                 this.RaiseExceptionIfNecessary();
                 return ((string)(this.results[1]));
@@ -54443,69 +55276,121 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_CancelltionBarCodeBillCompletedEventHandler(object sender, set_CancelltionBarCodeBillCompletedEventArgs e);
+    public delegate void get_ServerFileListCompletedEventHandler(object sender, get_ServerFileListCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_CancelltionBarCodeBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_ServerFileListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal set_CancelltionBarCodeBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_ServerFileListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public bool Result {
+        public System.Data.DataSet Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((bool)(this.results[0]));
+                return ((System.Data.DataSet)(this.results[0]));
             }
         }
     }
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_UnCancelltionBarCodeBillCompletedEventHandler(object sender, set_UnCancelltionBarCodeBillCompletedEventArgs e);
+    public delegate void get_ServerFileListForWMSCompletedEventHandler(object sender, get_ServerFileListForWMSCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_UnCancelltionBarCodeBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_ServerFileListForWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal set_UnCancelltionBarCodeBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_ServerFileListForWMSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public bool Result {
+        public System.Data.DataSet Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((bool)(this.results[0]));
+                return ((System.Data.DataSet)(this.results[0]));
             }
         }
     }
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void Set_BPrintQtyBarCodeCompletedEventHandler(object sender, Set_BPrintQtyBarCodeCompletedEventArgs e);
+    public delegate void get_ServerFileListForNBWMSCompletedEventHandler(object sender, get_ServerFileListForNBWMSCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class Set_BPrintQtyBarCodeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_ServerFileListForNBWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal Set_BPrintQtyBarCodeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_ServerFileListForNBWMSCompletedEventArgs(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/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void get_ServerFileListForNBLMESCompletedEventHandler(object sender, get_ServerFileListForNBLMESCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_ServerFileListForNBLMESCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_ServerFileListForNBLMESCompletedEventArgs(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/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void get_ServerFileCompletedEventHandler(object sender, get_ServerFileCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class get_ServerFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal get_ServerFileCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -54519,27 +55404,27 @@
         }
         
         /// <remarks/>
-        public string sReturn {
+        public byte[] FileItem {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[1]));
+                return ((byte[])(this.results[1]));
             }
         }
     }
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_BarCodeAutoWMSCompletedEventHandler(object sender, set_BarCodeAutoWMSCompletedEventArgs e);
+    public delegate void get_ServerFileForWMSCompletedEventHandler(object sender, get_ServerFileForWMSCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_BarCodeAutoWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_ServerFileForWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal set_BarCodeAutoWMSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_ServerFileForWMSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -54553,44 +55438,36 @@
         }
         
         /// <remarks/>
-        public string sErrMsg {
+        public byte[] FileItem {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[1]));
+                return ((byte[])(this.results[1]));
             }
         }
     }
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_CheckTypeByBarCode_MouldCompletedEventHandler(object sender, get_CheckTypeByBarCode_MouldCompletedEventArgs e);
+    public delegate void get_ORGANIZATIONSCompletedEventHandler(object sender, get_ORGANIZATIONSCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_CheckTypeByBarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class get_ORGANIZATIONSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_CheckTypeByBarCode_MouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal get_ORGANIZATIONSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public ClsKf_ICStockBill_Mould Result {
+        public System.Data.DataSet Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((ClsKf_ICStockBill_Mould)(this.results[0]));
-            }
-        }
-        
-        /// <remarks/>
-        public string sErrMsg {
-            get {
-                this.RaiseExceptionIfNecessary();
-                return ((string)(this.results[1]));
+                return ((System.Data.DataSet)(this.results[0]));
             }
         }
     }
@@ -57443,26 +58320,26 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_SourceBarCode_OtherInCompletedEventHandler(object sender, get_SourceBarCode_OtherInCompletedEventArgs e);
+    public delegate void set_SaveEntrustInBackBillCompletedEventHandler(object sender, set_SaveEntrustInBackBillCompletedEventArgs 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_OtherInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_SaveEntrustInBackBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_SourceBarCode_OtherInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_SaveEntrustInBackBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public ClsKf_ICStockBill_WMS Result {
+        public bool Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((ClsKf_ICStockBill_WMS)(this.results[0]));
+                return ((bool)(this.results[0]));
             }
         }
         
@@ -57477,26 +58354,26 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_SourceBarCode_MateOutCompletedEventHandler(object sender, get_SourceBarCode_MateOutCompletedEventArgs e);
+    public delegate void set_SaveEntrustInBackBill_NewCompletedEventHandler(object sender, set_SaveEntrustInBackBill_NewCompletedEventArgs 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_MateOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_SaveEntrustInBackBill_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_SourceBarCode_MateOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_SaveEntrustInBackBill_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public ClsKf_ICStockBill_WMS Result {
+        public bool Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((ClsKf_ICStockBill_WMS)(this.results[0]));
+                return ((bool)(this.results[0]));
             }
         }
         
@@ -57511,26 +58388,26 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_SourceBarCode_SellOutCompletedEventHandler(object sender, get_SourceBarCode_SellOutCompletedEventArgs e);
+    public delegate void set_SaveEntrustInBillCompletedEventHandler(object sender, set_SaveEntrustInBillCompletedEventArgs 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_SellOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_SaveEntrustInBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_SourceBarCode_SellOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_SaveEntrustInBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public ClsKf_ICStockBill_WMS Result {
+        public bool Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((ClsKf_ICStockBill_WMS)(this.results[0]));
+                return ((bool)(this.results[0]));
             }
         }
         
@@ -57545,196 +58422,26 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_SourceBarCode_EntrustOutCompletedEventHandler(object sender, get_SourceBarCode_EntrustOutCompletedEventArgs e);
+    public delegate void set_CheckAddEntrustInBillCompletedEventHandler(object sender, set_CheckAddEntrustInBillCompletedEventArgs 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_EntrustOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_CheckAddEntrustInBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_SourceBarCode_EntrustOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_CheckAddEntrustInBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public ClsKf_ICStockBill_WMS Result {
+        public bool 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_OtherOutCompletedEventHandler(object sender, get_SourceBarCode_OtherOutCompletedEventArgs 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_OtherOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_SourceBarCode_OtherOutCompletedEventArgs(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_MateReplenishOutCompletedEventHandler(object sender, get_SourceBarCode_MateReplenishOutCompletedEventArgs 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_MateReplenishOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_SourceBarCode_MateReplenishOutCompletedEventArgs(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_MoveStockCompletedEventHandler(object sender, get_SourceBarCode_MoveStockCompletedEventArgs 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_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_SourceBarCode_MoveStockCompletedEventArgs(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_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_MoveStock_XiaBaoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(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_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_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(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]));
+                return ((bool)(this.results[0]));
             }
         }
         
@@ -58727,6 +59434,40 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    public delegate void set_SaveStationOutBill_CLDCompletedEventHandler(object sender, set_SaveStationOutBill_CLDCompletedEventArgs e);
+    
+    /// <remarks/>
+    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
+    [System.Diagnostics.DebuggerStepThroughAttribute()]
+    [System.ComponentModel.DesignerCategoryAttribute("code")]
+    public partial class set_SaveStationOutBill_CLDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+        
+        private object[] results;
+        
+        internal set_SaveStationOutBill_CLDCompletedEventArgs(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_SaveNoPassProdCheckBill_NewCompletedEventHandler(object sender, set_SaveNoPassProdCheckBill_NewCompletedEventArgs e);
     
     /// <remarks/>
@@ -59671,31 +60412,31 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_SaveBarCodeFormServerCompletedEventHandler(object sender, get_SaveBarCodeFormServerCompletedEventArgs e);
+    public delegate void set_CheckEntrustOutBillCompletedEventHandler(object sender, set_CheckEntrustOutBillCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_SaveBarCodeFormServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_CheckEntrustOutBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_SaveBarCodeFormServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_CheckEntrustOutBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
         
         /// <remarks/>
-        public System.Data.DataSet Result {
+        public bool Result {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((System.Data.DataSet)(this.results[0]));
+                return ((bool)(this.results[0]));
             }
         }
         
         /// <remarks/>
-        public string sErr {
+        public string sErrMsg {
             get {
                 this.RaiseExceptionIfNecessary();
                 return ((string)(this.results[1]));
@@ -59705,17 +60446,17 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_SaveScanToServerCompletedEventHandler(object sender, set_SaveScanToServerCompletedEventArgs e);
+    public delegate void set_CheckEntrustOutBill_RowCompletedEventHandler(object sender, set_CheckEntrustOutBill_RowCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_SaveScanToServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_CheckEntrustOutBill_RowCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal set_SaveScanToServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_CheckEntrustOutBill_RowCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -59729,7 +60470,7 @@
         }
         
         /// <remarks/>
-        public string sErr {
+        public string sErrMsg {
             get {
                 this.RaiseExceptionIfNecessary();
                 return ((string)(this.results[1]));
@@ -59739,121 +60480,17 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileListCompletedEventHandler(object sender, get_ServerFileListCompletedEventArgs e);
+    public delegate void set_AuditEntrustOutBillCompletedEventHandler(object sender, set_AuditEntrustOutBillCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_AuditEntrustOutBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_ServerFileListCompletedEventArgs(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/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileListForWMSCompletedEventHandler(object sender, get_ServerFileListForWMSCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileListForWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_ServerFileListForWMSCompletedEventArgs(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/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileListForNBWMSCompletedEventHandler(object sender, get_ServerFileListForNBWMSCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileListForNBWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_ServerFileListForNBWMSCompletedEventArgs(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/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileListForNBLMESCompletedEventHandler(object sender, get_ServerFileListForNBLMESCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileListForNBLMESCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_ServerFileListForNBLMESCompletedEventArgs(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/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileCompletedEventHandler(object sender, get_ServerFileCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_ServerFileCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_AuditEntrustOutBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -59867,61 +60504,27 @@
         }
         
         /// <remarks/>
-        public byte[] FileItem {
+        public string sErrMsg {
             get {
                 this.RaiseExceptionIfNecessary();
-                return ((byte[])(this.results[1]));
+                return ((string)(this.results[1]));
             }
         }
     }
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ServerFileForWMSCompletedEventHandler(object sender, get_ServerFileForWMSCompletedEventArgs e);
+    public delegate void GetKf_EntrustOutBill_K3_SourceCompletedEventHandler(object sender, GetKf_EntrustOutBill_K3_SourceCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ServerFileForWMSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class GetKf_EntrustOutBill_K3_SourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal get_ServerFileForWMSCompletedEventArgs(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 byte[] FileItem {
-            get {
-                this.RaiseExceptionIfNecessary();
-                return ((byte[])(this.results[1]));
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void get_ORGANIZATIONSCompletedEventHandler(object sender, get_ORGANIZATIONSCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class get_ORGANIZATIONSCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal get_ORGANIZATIONSCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal GetKf_EntrustOutBill_K3_SourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -61473,119 +62076,17 @@
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_SaveEntrustInBackBillCompletedEventHandler(object sender, set_SaveEntrustInBackBillCompletedEventArgs e);
+    public delegate void set_SaveMoveStockStepOutBill_NewCompletedEventHandler(object sender, set_SaveMoveStockStepOutBill_NewCompletedEventArgs e);
     
     /// <remarks/>
     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
     [System.Diagnostics.DebuggerStepThroughAttribute()]
     [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_SaveEntrustInBackBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
+    public partial class set_SaveMoveStockStepOutBill_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
         
         private object[] results;
         
-        internal set_SaveEntrustInBackBillCompletedEventArgs(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_SaveEntrustInBackBill_NewCompletedEventHandler(object sender, set_SaveEntrustInBackBill_NewCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_SaveEntrustInBackBill_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_SaveEntrustInBackBill_NewCompletedEventArgs(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_SaveEntrustInBillCompletedEventHandler(object sender, set_SaveEntrustInBillCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_SaveEntrustInBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_SaveEntrustInBillCompletedEventArgs(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_CheckAddEntrustInBillCompletedEventHandler(object sender, set_CheckAddEntrustInBillCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_CheckAddEntrustInBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_CheckAddEntrustInBillCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
+        internal set_SaveMoveStockStepOutBill_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
@@ -63135,134 +63636,6 @@
             get {
                 this.RaiseExceptionIfNecessary();
                 return ((string)(this.results[1]));
-            }
-        }
-    }
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    public delegate void set_CheckEntrustOutBillCompletedEventHandler(object sender, set_CheckEntrustOutBillCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_CheckEntrustOutBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_CheckEntrustOutBillCompletedEventArgs(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_CheckEntrustOutBill_RowCompletedEventHandler(object sender, set_CheckEntrustOutBill_RowCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_CheckEntrustOutBill_RowCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_CheckEntrustOutBill_RowCompletedEventArgs(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_AuditEntrustOutBillCompletedEventHandler(object sender, set_AuditEntrustOutBillCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_AuditEntrustOutBillCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_AuditEntrustOutBillCompletedEventArgs(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 GetKf_EntrustOutBill_K3_SourceCompletedEventHandler(object sender, GetKf_EntrustOutBill_K3_SourceCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class GetKf_EntrustOutBill_K3_SourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal GetKf_EntrustOutBill_K3_SourceCompletedEventArgs(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]));
             }
         }
     }
@@ -65264,40 +65637,6 @@
         private object[] results;
         
         internal set_SaveMoveStockBill_BillCheckCompletedEventArgs(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_SaveMoveStockStepOutBill_NewCompletedEventHandler(object sender, set_SaveMoveStockStepOutBill_NewCompletedEventArgs e);
-    
-    /// <remarks/>
-    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")]
-    [System.Diagnostics.DebuggerStepThroughAttribute()]
-    [System.ComponentModel.DesignerCategoryAttribute("code")]
-    public partial class set_SaveMoveStockStepOutBill_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
-        
-        private object[] results;
-        
-        internal set_SaveMoveStockStepOutBill_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                 base(exception, cancelled, userState) {
             this.results = results;
         }
diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl
index c872e22..fe118a6 100644
--- a/WebAPI/Web References/WebS/WebService1.wsdl
+++ b/WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,6 +2,206 @@
 <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
+      <s:element name="getDataSetBySQL">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sTable" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getDataSetBySQLResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getDataSetBySQLResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getRunProc">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getRunProcResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getRunProcByMul">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="tns:ArrayOfString" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:complexType name="ArrayOfString">
+        <s:sequence>
+          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
+        </s:sequence>
+      </s:complexType>
+      <s:element name="getRunProcByMulResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getSecurity_Log">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="ModRightNameCheck" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="CurUserName" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getSecurity_LogResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="getSecurity_LogResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_CancelltionBarCodeBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_CancelltionBarCodeBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_CancelltionBarCodeBillResult" type="s:boolean" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_UnCancelltionBarCodeBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_UnCancelltionBarCodeBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_UnCancelltionBarCodeBillResult" type="s:boolean" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="Set_BPrintQtyBarCode">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="Set_BPrintQtyBarCodeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="Set_BPrintQtyBarCodeResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_BarCodeAutoWMS">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_BarCodeAutoWMSResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_BarCodeAutoWMSResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_CheckTypeByBarCode_Mould">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" />
+            <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
+            <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="SCWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_CheckTypeByBarCode_MouldResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_MouldResult" type="tns:ClsKf_ICStockBill_Mould" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:complexType name="ClsKf_ICStockBill_Mould">
+        <s:sequence>
+          <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HBarType" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HWhNumber" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HSPFlag" type="s:boolean" />
+          <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSPNumber" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HDeptNumber" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSupNumber" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HCustom" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HMulSourceFlag" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HStockInOrgName" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" />
+        </s:sequence>
+      </s:complexType>
       <s:element name="DeleteMould">
         <s:complexType>
           <s:sequence>
@@ -64,7 +264,7 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_SourceBarCode_MoveStockStepIn">
+      <s:element name="get_SourceBarCode_OtherIn">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
@@ -73,16 +273,15 @@
             <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
             <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
             <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
             <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_SourceBarCode_MoveStockStepInResponse">
+      <s:element name="get_SourceBarCode_OtherInResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepInResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherInResult" type="tns:ClsKf_ICStockBill_WMS" />
             <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
@@ -129,6 +328,216 @@
           <s:element minOccurs="1" maxOccurs="1" name="HSourceBarCodeFlag" type="s:boolean" />
         </s:sequence>
       </s:complexType>
+      <s:element name="get_SourceBarCode_MateOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" />
+            <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MateOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MateOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_SellOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_SellOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_SellOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_EntrustOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_EntrustOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_EntrustOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_OtherOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_OtherOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MateReplenishOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MateReplenishOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MateReplenishOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStock">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStockResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStock_XiaBao">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStock_XiaBaoResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStock_XiaBaoResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStockStepOut">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStockStepOutResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepOutResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStockStepIn">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_SourceBarCode_MoveStockStepInResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepInResult" type="tns:ClsKf_ICStockBill_WMS" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
       <s:element name="get_SourceBarCode_POStockInBack">
         <s:complexType>
           <s:sequence>
@@ -288,6 +697,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_POStockInBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBill_AutoCheck" type="s:string" />
@@ -308,6 +718,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_ProductInBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_AutoCheck" type="s:string" />
@@ -327,6 +738,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustInBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustInBill_AutoCheck" type="s:string" />
@@ -363,6 +775,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBill_AutoCheck" type="s:string" />
@@ -386,6 +799,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_SellOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_AutoCheck" type="s:string" />
@@ -406,6 +820,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_AutoCheck" type="s:string" />
@@ -427,6 +842,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_AutoCheck" type="s:string" />
@@ -447,6 +863,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_AutoCheck" type="s:string" />
@@ -467,6 +884,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoCheck" type="s:string" />
@@ -488,6 +906,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBillCheck_WHSPCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBillCheck_MultilineCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBillCheck_SourceBarCodeCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBillCheck_AutoBarCode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBillCheck_ERPMode" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockStepOutBill_AutoSubmit" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockStepOutBill_AutoCheck" type="s:string" />
@@ -631,7 +1050,10 @@
           <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_SaveAutoAddnew" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_SourceBillTypeCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_SourceBillNoCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_MaterialCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Sc_PackUnionBill_DeleterAndMakerMustSame" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_MaterialLowerBill_MustQtyCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Kf_MaterialLowerBill_BatchNoCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="WMS_ERPStockCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="WMS_WMSStockCtl" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="WMS_WMSStockCtl_ERPMode" type="s:string" />
@@ -797,6 +1219,7 @@
           <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_DeleterAndMakerMustSame" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="QC_ProcessCheckBill_QCSchemeSource" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_MustBeginWorkCtl" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="SB_EquipICMOTechParamBill_Check" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_AutoCheck" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_SaveAutoAddnew" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_DeleterAndMakerMustSame" type="s:string" />
@@ -811,6 +1234,14 @@
           <s:element minOccurs="0" maxOccurs="1" name="Xs_ReceivableBill_AutoCheck" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="YS_ReceiveBill_AutoCheck" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Pay_WorkTimesBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HR_EmployeeSkillBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HR_PostSkillBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackCheckBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackHandleBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackSignBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Sb_EquipBeginBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Sb_EquipStopBill_AutoCheck" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="Sc_ShiftsBeginInfoBill_AutoCheck" type="s:string" />
           <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldLowerBill_MouldUpper" type="s:string" />
         </s:sequence>
       </s:complexType>
@@ -1255,36 +1686,6 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:complexType name="ClsKf_ICStockBill_Mould">
-        <s:sequence>
-          <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HBarType" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HWhNumber" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HSPFlag" type="s:boolean" />
-          <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSPNumber" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HDeptNumber" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSupNumber" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HCustom" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HMulSourceFlag" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HStockInOrgName" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HStockOutOrgName" type="s:string" />
-        </s:sequence>
-      </s:complexType>
       <s:element name="getMouldSourceBillList">
         <s:complexType>
           <s:sequence>
@@ -2565,19 +2966,18 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getDataSetBySQL">
+      <s:element name="get_SaveBarCodeFormServer">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sTable" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="Days" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getDataSetBySQLResponse">
+      <s:element name="get_SaveBarCodeFormServerResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getDataSetBySQLResult">
+            <s:element minOccurs="0" maxOccurs="1" name="get_SaveBarCodeFormServerResult">
               <s:complexType>
                 <s:sequence>
                   <s:element ref="s:schema" />
@@ -2585,153 +2985,152 @@
                 </s:sequence>
               </s:complexType>
             </s:element>
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getRunProc">
+      <s:element name="set_SaveScanToServer">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="lInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="ds">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveScanToServerResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveScanToServerResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_ServerFileList">
+        <s:complexType />
+      </s:element>
+      <s:element name="get_ServerFileListResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_ServerFileListForWMS">
+        <s:complexType />
+      </s:element>
+      <s:element name="get_ServerFileListForWMSResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForWMSResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_ServerFileListForNBWMS">
+        <s:complexType />
+      </s:element>
+      <s:element name="get_ServerFileListForNBWMSResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForNBWMSResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_ServerFileListForNBLMES">
+        <s:complexType />
+      </s:element>
+      <s:element name="get_ServerFileListForNBLMESResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForNBLMESResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="get_ServerFile">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getRunProcResponse">
+      <s:element name="get_ServerFileResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="get_ServerFileResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getRunProcByMul">
+      <s:element name="get_ServerFileForWMS">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="tns:ArrayOfString" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:complexType name="ArrayOfString">
-        <s:sequence>
-          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
-        </s:sequence>
-      </s:complexType>
-      <s:element name="getRunProcByMulResponse">
+      <s:element name="get_ServerFileForWMSResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="get_ServerFileForWMSResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getSecurity_Log">
+      <s:element name="get_ORGANIZATIONS">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="ModRightNameCheck" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="CurUserName" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HDataCenterName" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="getSecurity_LogResponse">
+      <s:element name="get_ORGANIZATIONSResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="getSecurity_LogResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CancelltionBarCodeBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CancelltionBarCodeBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_CancelltionBarCodeBillResult" type="s:boolean" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_UnCancelltionBarCodeBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_UnCancelltionBarCodeBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_UnCancelltionBarCodeBillResult" type="s:boolean" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="Set_BPrintQtyBarCode">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="Set_BPrintQtyBarCodeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="Set_BPrintQtyBarCodeResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sReturn" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_BarCodeAutoWMS">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_BarCodeAutoWMSResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_BarCodeAutoWMSResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_CheckTypeByBarCode_Mould">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" />
-            <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
-            <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="SCWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_CheckTypeByBarCode_MouldResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_MouldResult" type="tns:ClsKf_ICStockBill_Mould" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="get_ORGANIZATIONSResult">
+              <s:complexType>
+                <s:sequence>
+                  <s:element ref="s:schema" />
+                  <s:any />
+                </s:sequence>
+              </s:complexType>
+            </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
@@ -4519,346 +4918,7 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_SourceBarCode_OtherIn">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_OtherInResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherInResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MateOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" />
-            <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MateOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MateOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_SellOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_SellOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_SellOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_EntrustOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_EntrustOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_EntrustOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_OtherOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_OtherOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MateReplenishOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MateReplenishOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MateReplenishOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStock">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStockResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStock_XiaBao">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStock_XiaBaoResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStock_XiaBaoResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStockStepOut">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-            <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_SourceBarCode_MoveStockStepOutResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepOutResult" type="tns:ClsKf_ICStockBill_WMS" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckEntrustInBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:complexType name="ClsKf_EntrustInBillMain_K3">
-        <s:complexContent mixed="false">
-          <s:extension base="tns:ClsXt_BaseBillMain">
-            <s:sequence>
-              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
-              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
-              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
-              <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" />
-              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
-              <s:element minOccurs="1" maxOccurs="1" name="FBillerID" type="s:long" />
-              <s:element minOccurs="0" maxOccurs="1" name="HSourceTranType" type="s:string" />
-              <s:element minOccurs="0" maxOccurs="1" name="HChecker2" type="s:string" />
-              <s:element minOccurs="0" maxOccurs="1" name="HCheckDate2" type="s:string" />
-              <s:element minOccurs="1" maxOccurs="1" name="HCheckFlow" type="s:long" />
-            </s:sequence>
-          </s:extension>
-        </s:complexContent>
-      </s:complexType>
-      <s:element name="set_CheckEntrustInBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustInBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_AuditEntrustInBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_AuditEntrustInBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_AuditEntrustInBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill_New">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:complexType name="ClsKf_EntrustInBillMain">
-        <s:complexContent mixed="false">
-          <s:extension base="tns:ClsXt_BaseBillMain">
-            <s:sequence>
-              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HMangerID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
-              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
-              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
-              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
-              <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" />
-              <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
-            </s:sequence>
-          </s:extension>
-        </s:complexContent>
-      </s:complexType>
-      <s:element name="set_SaveEntrustInBill_NewResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_NewResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill_CLD_New">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill_CLD_NewResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_CLD_NewResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill_CLD">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill_CLDResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_CLDResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveOtherInBackBill">
+      <s:element name="set_SaveEntrustInBackBill">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" />
@@ -4916,6 +4976,203 @@
           </s:extension>
         </s:complexContent>
       </s:complexType>
+      <s:element name="set_SaveEntrustInBackBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBackBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBackBill_New">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBackBill_NewResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBackBill_NewResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:complexType name="ClsKf_EntrustInBillMain">
+        <s:complexContent mixed="false">
+          <s:extension base="tns:ClsXt_BaseBillMain">
+            <s:sequence>
+              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HMangerID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
+              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
+              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
+              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
+              <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
+            </s:sequence>
+          </s:extension>
+        </s:complexContent>
+      </s:complexType>
+      <s:element name="set_SaveEntrustInBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_CheckAddEntrustInBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:complexType name="ClsKf_EntrustInBillMain_K3">
+        <s:complexContent mixed="false">
+          <s:extension base="tns:ClsXt_BaseBillMain">
+            <s:sequence>
+              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
+              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
+              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
+              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
+              <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" />
+              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
+              <s:element minOccurs="1" maxOccurs="1" name="FBillerID" type="s:long" />
+              <s:element minOccurs="0" maxOccurs="1" name="HSourceTranType" type="s:string" />
+              <s:element minOccurs="0" maxOccurs="1" name="HChecker2" type="s:string" />
+              <s:element minOccurs="0" maxOccurs="1" name="HCheckDate2" type="s:string" />
+              <s:element minOccurs="1" maxOccurs="1" name="HCheckFlow" type="s:long" />
+            </s:sequence>
+          </s:extension>
+        </s:complexContent>
+      </s:complexType>
+      <s:element name="set_CheckAddEntrustInBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_CheckAddEntrustInBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_CheckEntrustInBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_CheckEntrustInBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustInBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_AuditEntrustInBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_AuditEntrustInBillResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_AuditEntrustInBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_New">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_NewResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_NewResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_CLD_New">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_CLD_NewResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_CLD_NewResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_CLD">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveEntrustInBill_CLDResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBill_CLDResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveOtherInBackBill">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
       <s:element name="set_SaveOtherInBackBillResponse">
         <s:complexType>
           <s:sequence>
@@ -5532,6 +5789,24 @@
           </s:sequence>
         </s:complexType>
       </s:element>
+      <s:element name="set_SaveStationOutBill_CLD">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveStationOutBill_CLDResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveStationOutBill_CLDResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
       <s:element name="set_SaveNoPassProdCheckBill_New">
         <s:complexType>
           <s:sequence>
@@ -6121,164 +6396,108 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_SaveBarCodeFormServer">
+      <s:element name="set_CheckEntrustOutBill">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="Days" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain_K3" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_SaveBarCodeFormServerResponse">
+      <s:complexType name="ClsKf_EntrustOutBillMain_K3">
+        <s:sequence>
+          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
+          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
+          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="FBillerID" type="s:long" />
+          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
+          <s:element minOccurs="0" maxOccurs="1" name="HSourceTranType" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HChecker2" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate2" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
+          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
+          <s:element minOccurs="1" maxOccurs="1" name="HCheckFlow" type="s:long" />
+        </s:sequence>
+      </s:complexType>
+      <s:element name="set_CheckEntrustOutBillResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_SaveBarCodeFormServerResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
-            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustOutBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="set_SaveScanToServer">
+      <s:element name="set_CheckEntrustOutBill_Row">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="lInterID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="ds">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
-            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="set_SaveScanToServerResponse">
+      <s:element name="set_CheckEntrustOutBill_RowResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveScanToServerResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" />
+            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustOutBill_RowResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_ServerFileList">
-        <s:complexType />
-      </s:element>
-      <s:element name="get_ServerFileListResponse">
+      <s:element name="set_AuditEntrustOutBill">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain_K3" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_ServerFileListForWMS">
-        <s:complexType />
-      </s:element>
-      <s:element name="get_ServerFileListForWMSResponse">
+      <s:element name="set_AuditEntrustOutBillResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForWMSResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
+            <s:element minOccurs="1" maxOccurs="1" name="set_AuditEntrustOutBillResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_ServerFileListForNBWMS">
-        <s:complexType />
-      </s:element>
-      <s:element name="get_ServerFileListForNBWMSResponse">
+      <s:element name="GetKf_EntrustOutBill_K3_Source">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForNBWMSResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
+            <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" />
+            <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" />
+            <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" />
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="get_ServerFileListForNBLMES">
-        <s:complexType />
-      </s:element>
-      <s:element name="get_ServerFileListForNBLMESResponse">
+      <s:element name="GetKf_EntrustOutBill_K3_SourceResponse">
         <s:complexType>
           <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_ServerFileListForNBLMESResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ServerFile">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ServerFileResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="get_ServerFileResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ServerFileForWMS">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="sSQL" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ServerFileForWMSResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="get_ServerFileForWMSResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="FileItem" type="s:base64Binary" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ORGANIZATIONS">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="HDataCenterName" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="get_ORGANIZATIONSResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="get_ORGANIZATIONSResult">
+            <s:element minOccurs="0" maxOccurs="1" name="GetKf_EntrustOutBill_K3_SourceResult">
               <s:complexType>
                 <s:sequence>
                   <s:element ref="s:schema" />
@@ -7229,79 +7448,11 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:element name="set_SaveEntrustInBackBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBackBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBackBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBackBill_New">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ICStockBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBackBill_NewResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBackBill_NewResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveEntrustInBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustInBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckAddEntrustInBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustInBillMain_K3" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckAddEntrustInBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_CheckAddEntrustInBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveMoveStockStepOutBill_CLD_New">
+      <s:element name="set_SaveMoveStockStepOutBill_New">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MoveStockStepOutBillMain" />
             <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
             <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
@@ -7336,6 +7487,24 @@
           </s:extension>
         </s:complexContent>
       </s:complexType>
+      <s:element name="set_SaveMoveStockStepOutBill_NewResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockStepOutBill_NewResult" type="s:boolean" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="set_SaveMoveStockStepOutBill_CLD_New">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MoveStockStepOutBillMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
+            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
+            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
       <s:element name="set_SaveMoveStockStepOutBill_CLD_NewResponse">
         <s:complexType>
           <s:sequence>
@@ -8496,123 +8665,11 @@
           </s:sequence>
         </s:complexType>
       </s:element>
-      <s:complexType name="ClsKf_EntrustOutBillMain_K3">
-        <s:sequence>
-          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
-          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HAddress" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
-          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="FBillerID" type="s:long" />
-          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
-          <s:element minOccurs="0" maxOccurs="1" name="HSourceTranType" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HChecker2" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate2" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
-          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
-          <s:element minOccurs="1" maxOccurs="1" name="HCheckFlow" type="s:long" />
-        </s:sequence>
-      </s:complexType>
       <s:element name="set_CheckAddEntrustOutBillResponse">
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="1" maxOccurs="1" name="set_CheckAddEntrustOutBillResult" type="s:boolean" />
             <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckEntrustOutBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain_K3" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckEntrustOutBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustOutBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckEntrustOutBill_Row">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_CheckEntrustOutBill_RowResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_CheckEntrustOutBill_RowResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_AuditEntrustOutBill">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain_K3" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_AuditEntrustOutBillResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_AuditEntrustOutBillResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="GetKf_EntrustOutBill_K3_Source">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" />
-            <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" />
-            <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="GetKf_EntrustOutBill_K3_SourceResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="GetKf_EntrustOutBill_K3_SourceResult">
-              <s:complexType>
-                <s:sequence>
-                  <s:element ref="s:schema" />
-                  <s:any />
-                </s:sequence>
-              </s:complexType>
-            </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
@@ -10155,23 +10212,6 @@
         <s:complexType>
           <s:sequence>
             <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockBill_BillCheckResult" type="s:boolean" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveMoveStockStepOutBill_New">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MoveStockStepOutBillMain" />
-            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
-            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="set_SaveMoveStockStepOutBill_NewResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockStepOutBill_NewResult" type="s:boolean" />
             <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
           </s:sequence>
         </s:complexType>
@@ -14263,6 +14303,60 @@
       </s:element>
     </s:schema>
   </wsdl:types>
+  <wsdl:message name="getDataSetBySQLSoapIn">
+    <wsdl:part name="parameters" element="tns:getDataSetBySQL" />
+  </wsdl:message>
+  <wsdl:message name="getDataSetBySQLSoapOut">
+    <wsdl:part name="parameters" element="tns:getDataSetBySQLResponse" />
+  </wsdl:message>
+  <wsdl:message name="getRunProcSoapIn">
+    <wsdl:part name="parameters" element="tns:getRunProc" />
+  </wsdl:message>
+  <wsdl:message name="getRunProcSoapOut">
+    <wsdl:part name="parameters" element="tns:getRunProcResponse" />
+  </wsdl:message>
+  <wsdl:message name="getRunProcByMulSoapIn">
+    <wsdl:part name="parameters" element="tns:getRunProcByMul" />
+  </wsdl:message>
+  <wsdl:message name="getRunProcByMulSoapOut">
+    <wsdl:part name="parameters" element="tns:getRunProcByMulResponse" />
+  </wsdl:message>
+  <wsdl:message name="getSecurity_LogSoapIn">
+    <wsdl:part name="parameters" element="tns:getSecurity_Log" />
+  </wsdl:message>
+  <wsdl:message name="getSecurity_LogSoapOut">
+    <wsdl:part name="parameters" element="tns:getSecurity_LogResponse" />
+  </wsdl:message>
+  <wsdl:message name="set_CancelltionBarCodeBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_CancelltionBarCodeBill" />
+  </wsdl:message>
+  <wsdl:message name="set_CancelltionBarCodeBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_CancelltionBarCodeBillResponse" />
+  </wsdl:message>
+  <wsdl:message name="set_UnCancelltionBarCodeBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_UnCancelltionBarCodeBill" />
+  </wsdl:message>
+  <wsdl:message name="set_UnCancelltionBarCodeBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_UnCancelltionBarCodeBillResponse" />
+  </wsdl:message>
+  <wsdl:message name="Set_BPrintQtyBarCodeSoapIn">
+    <wsdl:part name="parameters" element="tns:Set_BPrintQtyBarCode" />
+  </wsdl:message>
+  <wsdl:message name="Set_BPrintQtyBarCodeSoapOut">
+    <wsdl:part name="parameters" element="tns:Set_BPrintQtyBarCodeResponse" />
+  </wsdl:message>
+  <wsdl:message name="set_BarCodeAutoWMSSoapIn">
+    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMS" />
+  </wsdl:message>
+  <wsdl:message name="set_BarCodeAutoWMSSoapOut">
+    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMSResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_CheckTypeByBarCode_MouldSoapIn">
+    <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_Mould" />
+  </wsdl:message>
+  <wsdl:message name="get_CheckTypeByBarCode_MouldSoapOut">
+    <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_MouldResponse" />
+  </wsdl:message>
   <wsdl:message name="DeleteMouldSoapIn">
     <wsdl:part name="parameters" element="tns:DeleteMould" />
   </wsdl:message>
@@ -14274,6 +14368,60 @@
   </wsdl:message>
   <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut">
     <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_OtherInSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherIn" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_OtherInSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherInResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MateOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MateOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOutResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_SellOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_SellOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_SellOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_SellOutResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_EntrustOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_EntrustOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOutResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_OtherOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_OtherOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOutResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MateReplenishOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateReplenishOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MateReplenishOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateReplenishOutResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStockSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStockSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBao" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBaoResponse" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOut" />
+  </wsdl:message>
+  <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOutResponse" />
   </wsdl:message>
   <wsdl:message name="get_SourceBarCode_MoveStockStepInSoapIn">
     <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepIn" />
@@ -14731,59 +14879,59 @@
   <wsdl:message name="getSub_GetCurPeriodSoapOut">
     <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" />
   </wsdl:message>
-  <wsdl:message name="getDataSetBySQLSoapIn">
-    <wsdl:part name="parameters" element="tns:getDataSetBySQL" />
+  <wsdl:message name="get_SaveBarCodeFormServerSoapIn">
+    <wsdl:part name="parameters" element="tns:get_SaveBarCodeFormServer" />
   </wsdl:message>
-  <wsdl:message name="getDataSetBySQLSoapOut">
-    <wsdl:part name="parameters" element="tns:getDataSetBySQLResponse" />
+  <wsdl:message name="get_SaveBarCodeFormServerSoapOut">
+    <wsdl:part name="parameters" element="tns:get_SaveBarCodeFormServerResponse" />
   </wsdl:message>
-  <wsdl:message name="getRunProcSoapIn">
-    <wsdl:part name="parameters" element="tns:getRunProc" />
+  <wsdl:message name="set_SaveScanToServerSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveScanToServer" />
   </wsdl:message>
-  <wsdl:message name="getRunProcSoapOut">
-    <wsdl:part name="parameters" element="tns:getRunProcResponse" />
+  <wsdl:message name="set_SaveScanToServerSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveScanToServerResponse" />
   </wsdl:message>
-  <wsdl:message name="getRunProcByMulSoapIn">
-    <wsdl:part name="parameters" element="tns:getRunProcByMul" />
+  <wsdl:message name="get_ServerFileListSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFileList" />
   </wsdl:message>
-  <wsdl:message name="getRunProcByMulSoapOut">
-    <wsdl:part name="parameters" element="tns:getRunProcByMulResponse" />
+  <wsdl:message name="get_ServerFileListSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListResponse" />
   </wsdl:message>
-  <wsdl:message name="getSecurity_LogSoapIn">
-    <wsdl:part name="parameters" element="tns:getSecurity_Log" />
+  <wsdl:message name="get_ServerFileListForWMSSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForWMS" />
   </wsdl:message>
-  <wsdl:message name="getSecurity_LogSoapOut">
-    <wsdl:part name="parameters" element="tns:getSecurity_LogResponse" />
+  <wsdl:message name="get_ServerFileListForWMSSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForWMSResponse" />
   </wsdl:message>
-  <wsdl:message name="set_CancelltionBarCodeBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_CancelltionBarCodeBill" />
+  <wsdl:message name="get_ServerFileListForNBWMSSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBWMS" />
   </wsdl:message>
-  <wsdl:message name="set_CancelltionBarCodeBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_CancelltionBarCodeBillResponse" />
+  <wsdl:message name="get_ServerFileListForNBWMSSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBWMSResponse" />
   </wsdl:message>
-  <wsdl:message name="set_UnCancelltionBarCodeBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_UnCancelltionBarCodeBill" />
+  <wsdl:message name="get_ServerFileListForNBLMESSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBLMES" />
   </wsdl:message>
-  <wsdl:message name="set_UnCancelltionBarCodeBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_UnCancelltionBarCodeBillResponse" />
+  <wsdl:message name="get_ServerFileListForNBLMESSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBLMESResponse" />
   </wsdl:message>
-  <wsdl:message name="Set_BPrintQtyBarCodeSoapIn">
-    <wsdl:part name="parameters" element="tns:Set_BPrintQtyBarCode" />
+  <wsdl:message name="get_ServerFileSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFile" />
   </wsdl:message>
-  <wsdl:message name="Set_BPrintQtyBarCodeSoapOut">
-    <wsdl:part name="parameters" element="tns:Set_BPrintQtyBarCodeResponse" />
+  <wsdl:message name="get_ServerFileSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileResponse" />
   </wsdl:message>
-  <wsdl:message name="set_BarCodeAutoWMSSoapIn">
-    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMS" />
+  <wsdl:message name="get_ServerFileForWMSSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ServerFileForWMS" />
   </wsdl:message>
-  <wsdl:message name="set_BarCodeAutoWMSSoapOut">
-    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMSResponse" />
+  <wsdl:message name="get_ServerFileForWMSSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ServerFileForWMSResponse" />
   </wsdl:message>
-  <wsdl:message name="get_CheckTypeByBarCode_MouldSoapIn">
-    <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_Mould" />
+  <wsdl:message name="get_ORGANIZATIONSSoapIn">
+    <wsdl:part name="parameters" element="tns:get_ORGANIZATIONS" />
   </wsdl:message>
-  <wsdl:message name="get_CheckTypeByBarCode_MouldSoapOut">
-    <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_MouldResponse" />
+  <wsdl:message name="get_ORGANIZATIONSSoapOut">
+    <wsdl:part name="parameters" element="tns:get_ORGANIZATIONSResponse" />
   </wsdl:message>
   <wsdl:message name="get_ORGANIZATIONS_UserByOrgRelationSoapIn">
     <wsdl:part name="parameters" element="tns:get_ORGANIZATIONS_UserByOrgRelation" />
@@ -15235,59 +15383,29 @@
   <wsdl:message name="get_SourceBarCode_EntrustInSoapOut">
     <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustInResponse" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_OtherInSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherIn" />
+  <wsdl:message name="set_SaveEntrustInBackBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_OtherInSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherInResponse" />
+  <wsdl:message name="set_SaveEntrustInBackBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBillResponse" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MateOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOut" />
+  <wsdl:message name="set_SaveEntrustInBackBill_NewSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_New" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MateOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOutResponse" />
+  <wsdl:message name="set_SaveEntrustInBackBill_NewSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_NewResponse" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_SellOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_SellOut" />
+  <wsdl:message name="set_SaveEntrustInBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBill" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_SellOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_SellOutResponse" />
+  <wsdl:message name="set_SaveEntrustInBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBillResponse" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_EntrustOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOut" />
+  <wsdl:message name="set_CheckAddEntrustInBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_CheckAddEntrustInBill" />
   </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_EntrustOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOutResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_OtherOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOut" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_OtherOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherOutResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MateReplenishOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateReplenishOut" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MateReplenishOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateReplenishOutResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStockSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStockSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBao" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBaoResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOut" />
-  </wsdl:message>
-  <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOutResponse" />
+  <wsdl:message name="set_CheckAddEntrustInBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_CheckAddEntrustInBillResponse" />
   </wsdl:message>
   <wsdl:message name="set_CheckEntrustInBillSoapIn">
     <wsdl:part name="parameters" element="tns:set_CheckEntrustInBill" />
@@ -15463,6 +15581,12 @@
   <wsdl:message name="set_SaveProExchReport_CLDSoapOut">
     <wsdl:part name="parameters" element="tns:set_SaveProExchReport_CLDResponse" />
   </wsdl:message>
+  <wsdl:message name="set_SaveStationOutBill_CLDSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveStationOutBill_CLD" />
+  </wsdl:message>
+  <wsdl:message name="set_SaveStationOutBill_CLDSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveStationOutBill_CLDResponse" />
+  </wsdl:message>
   <wsdl:message name="set_SaveNoPassProdCheckBill_NewSoapIn">
     <wsdl:part name="parameters" element="tns:set_SaveNoPassProdCheckBill_New" />
   </wsdl:message>
@@ -15631,59 +15755,29 @@
   <wsdl:message name="DeleteByICStockBillSoapOut">
     <wsdl:part name="parameters" element="tns:DeleteByICStockBillResponse" />
   </wsdl:message>
-  <wsdl:message name="get_SaveBarCodeFormServerSoapIn">
-    <wsdl:part name="parameters" element="tns:get_SaveBarCodeFormServer" />
+  <wsdl:message name="set_CheckEntrustOutBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill" />
   </wsdl:message>
-  <wsdl:message name="get_SaveBarCodeFormServerSoapOut">
-    <wsdl:part name="parameters" element="tns:get_SaveBarCodeFormServerResponse" />
+  <wsdl:message name="set_CheckEntrustOutBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBillResponse" />
   </wsdl:message>
-  <wsdl:message name="set_SaveScanToServerSoapIn">
-    <wsdl:part name="parameters" element="tns:set_SaveScanToServer" />
+  <wsdl:message name="set_CheckEntrustOutBill_RowSoapIn">
+    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill_Row" />
   </wsdl:message>
-  <wsdl:message name="set_SaveScanToServerSoapOut">
-    <wsdl:part name="parameters" element="tns:set_SaveScanToServerResponse" />
+  <wsdl:message name="set_CheckEntrustOutBill_RowSoapOut">
+    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill_RowResponse" />
   </wsdl:message>
-  <wsdl:message name="get_ServerFileListSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFileList" />
+  <wsdl:message name="set_AuditEntrustOutBillSoapIn">
+    <wsdl:part name="parameters" element="tns:set_AuditEntrustOutBill" />
   </wsdl:message>
-  <wsdl:message name="get_ServerFileListSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListResponse" />
+  <wsdl:message name="set_AuditEntrustOutBillSoapOut">
+    <wsdl:part name="parameters" element="tns:set_AuditEntrustOutBillResponse" />
   </wsdl:message>
-  <wsdl:message name="get_ServerFileListForWMSSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForWMS" />
+  <wsdl:message name="GetKf_EntrustOutBill_K3_SourceSoapIn">
+    <wsdl:part name="parameters" element="tns:GetKf_EntrustOutBill_K3_Source" />
   </wsdl:message>
-  <wsdl:message name="get_ServerFileListForWMSSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForWMSResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileListForNBWMSSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBWMS" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileListForNBWMSSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBWMSResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileListForNBLMESSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBLMES" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileListForNBLMESSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileListForNBLMESResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFile" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileForWMSSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ServerFileForWMS" />
-  </wsdl:message>
-  <wsdl:message name="get_ServerFileForWMSSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ServerFileForWMSResponse" />
-  </wsdl:message>
-  <wsdl:message name="get_ORGANIZATIONSSoapIn">
-    <wsdl:part name="parameters" element="tns:get_ORGANIZATIONS" />
-  </wsdl:message>
-  <wsdl:message name="get_ORGANIZATIONSSoapOut">
-    <wsdl:part name="parameters" element="tns:get_ORGANIZATIONSResponse" />
+  <wsdl:message name="GetKf_EntrustOutBill_K3_SourceSoapOut">
+    <wsdl:part name="parameters" element="tns:GetKf_EntrustOutBill_K3_SourceResponse" />
   </wsdl:message>
   <wsdl:message name="set_SaveEntrustOutBill_NewSoapIn">
     <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_New" />
@@ -15949,29 +16043,11 @@
   <wsdl:message name="set_SaveProductInBill_BillCheckSoapOut">
     <wsdl:part name="parameters" element="tns:set_SaveProductInBill_BillCheckResponse" />
   </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBackBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill" />
+  <wsdl:message name="set_SaveMoveStockStepOutBill_NewSoapIn">
+    <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_New" />
   </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBackBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBillResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBackBill_NewSoapIn">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_New" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBackBill_NewSoapOut">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_NewResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBill" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveEntrustInBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_SaveEntrustInBillResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckAddEntrustInBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_CheckAddEntrustInBill" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckAddEntrustInBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_CheckAddEntrustInBillResponse" />
+  <wsdl:message name="set_SaveMoveStockStepOutBill_NewSoapOut">
+    <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_NewResponse" />
   </wsdl:message>
   <wsdl:message name="set_SaveMoveStockStepOutBill_CLD_NewSoapIn">
     <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_CLD_New" />
@@ -16248,30 +16324,6 @@
   </wsdl:message>
   <wsdl:message name="set_CheckAddEntrustOutBillSoapOut">
     <wsdl:part name="parameters" element="tns:set_CheckAddEntrustOutBillResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckEntrustOutBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckEntrustOutBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBillResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckEntrustOutBill_RowSoapIn">
-    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill_Row" />
-  </wsdl:message>
-  <wsdl:message name="set_CheckEntrustOutBill_RowSoapOut">
-    <wsdl:part name="parameters" element="tns:set_CheckEntrustOutBill_RowResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_AuditEntrustOutBillSoapIn">
-    <wsdl:part name="parameters" element="tns:set_AuditEntrustOutBill" />
-  </wsdl:message>
-  <wsdl:message name="set_AuditEntrustOutBillSoapOut">
-    <wsdl:part name="parameters" element="tns:set_AuditEntrustOutBillResponse" />
-  </wsdl:message>
-  <wsdl:message name="GetKf_EntrustOutBill_K3_SourceSoapIn">
-    <wsdl:part name="parameters" element="tns:GetKf_EntrustOutBill_K3_Source" />
-  </wsdl:message>
-  <wsdl:message name="GetKf_EntrustOutBill_K3_SourceSoapOut">
-    <wsdl:part name="parameters" element="tns:GetKf_EntrustOutBill_K3_SourceResponse" />
   </wsdl:message>
   <wsdl:message name="set_ClearPonderationBillMain_Temp_ChangGuiSoapIn">
     <wsdl:part name="parameters" element="tns:set_ClearPonderationBillMain_Temp_ChangGui" />
@@ -16662,12 +16714,6 @@
   </wsdl:message>
   <wsdl:message name="set_SaveMoveStockBill_BillCheckSoapOut">
     <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_BillCheckResponse" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveMoveStockStepOutBill_NewSoapIn">
-    <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_New" />
-  </wsdl:message>
-  <wsdl:message name="set_SaveMoveStockStepOutBill_NewSoapOut">
-    <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepOutBill_NewResponse" />
   </wsdl:message>
   <wsdl:message name="GetSc_ICMOBillListSoapIn">
     <wsdl:part name="parameters" element="tns:GetSc_ICMOBillList" />
@@ -17690,6 +17736,42 @@
     <wsdl:part name="parameters" element="tns:GetSc_ICMOBackBillListResponse" />
   </wsdl:message>
   <wsdl:portType name="WebService1Soap">
+    <wsdl:operation name="getDataSetBySQL">
+      <wsdl:input message="tns:getDataSetBySQLSoapIn" />
+      <wsdl:output message="tns:getDataSetBySQLSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getRunProc">
+      <wsdl:input message="tns:getRunProcSoapIn" />
+      <wsdl:output message="tns:getRunProcSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getRunProcByMul">
+      <wsdl:input message="tns:getRunProcByMulSoapIn" />
+      <wsdl:output message="tns:getRunProcByMulSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getSecurity_Log">
+      <wsdl:input message="tns:getSecurity_LogSoapIn" />
+      <wsdl:output message="tns:getSecurity_LogSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="set_CancelltionBarCodeBill">
+      <wsdl:input message="tns:set_CancelltionBarCodeBillSoapIn" />
+      <wsdl:output message="tns:set_CancelltionBarCodeBillSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="set_UnCancelltionBarCodeBill">
+      <wsdl:input message="tns:set_UnCancelltionBarCodeBillSoapIn" />
+      <wsdl:output message="tns:set_UnCancelltionBarCodeBillSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="Set_BPrintQtyBarCode">
+      <wsdl:input message="tns:Set_BPrintQtyBarCodeSoapIn" />
+      <wsdl:output message="tns:Set_BPrintQtyBarCodeSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="set_BarCodeAutoWMS">
+      <wsdl:input message="tns:set_BarCodeAutoWMSSoapIn" />
+      <wsdl:output message="tns:set_BarCodeAutoWMSSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
+      <wsdl:input message="tns:get_CheckTypeByBarCode_MouldSoapIn" />
+      <wsdl:output message="tns:get_CheckTypeByBarCode_MouldSoapOut" />
+    </wsdl:operation>
     <wsdl:operation name="DeleteMould">
       <wsdl:input message="tns:DeleteMouldSoapIn" />
       <wsdl:output message="tns:DeleteMouldSoapOut" />
@@ -17697,6 +17779,42 @@
     <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
       <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" />
       <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherIn">
+      <wsdl:input message="tns:get_SourceBarCode_OtherInSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_OtherInSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateOut">
+      <wsdl:input message="tns:get_SourceBarCode_MateOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_MateOutSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_SellOut">
+      <wsdl:input message="tns:get_SourceBarCode_SellOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_SellOutSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_EntrustOut">
+      <wsdl:input message="tns:get_SourceBarCode_EntrustOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_EntrustOutSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherOut">
+      <wsdl:input message="tns:get_SourceBarCode_OtherOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_OtherOutSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
+      <wsdl:input message="tns:get_SourceBarCode_MateReplenishOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_MateReplenishOutSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock">
+      <wsdl:input message="tns:get_SourceBarCode_MoveStockSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_MoveStockSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
+      <wsdl:input message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
+      <wsdl:input message="tns:get_SourceBarCode_MoveStockStepOutSoapIn" />
+      <wsdl:output message="tns:get_SourceBarCode_MoveStockStepOutSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="get_SourceBarCode_MoveStockStepIn">
       <wsdl:input message="tns:get_SourceBarCode_MoveStockStepInSoapIn" />
@@ -18002,41 +18120,41 @@
       <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" />
       <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="getDataSetBySQL">
-      <wsdl:input message="tns:getDataSetBySQLSoapIn" />
-      <wsdl:output message="tns:getDataSetBySQLSoapOut" />
+    <wsdl:operation name="get_SaveBarCodeFormServer">
+      <wsdl:input message="tns:get_SaveBarCodeFormServerSoapIn" />
+      <wsdl:output message="tns:get_SaveBarCodeFormServerSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="getRunProc">
-      <wsdl:input message="tns:getRunProcSoapIn" />
-      <wsdl:output message="tns:getRunProcSoapOut" />
+    <wsdl:operation name="set_SaveScanToServer">
+      <wsdl:input message="tns:set_SaveScanToServerSoapIn" />
+      <wsdl:output message="tns:set_SaveScanToServerSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="getRunProcByMul">
-      <wsdl:input message="tns:getRunProcByMulSoapIn" />
-      <wsdl:output message="tns:getRunProcByMulSoapOut" />
+    <wsdl:operation name="get_ServerFileList">
+      <wsdl:input message="tns:get_ServerFileListSoapIn" />
+      <wsdl:output message="tns:get_ServerFileListSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="getSecurity_Log">
-      <wsdl:input message="tns:getSecurity_LogSoapIn" />
-      <wsdl:output message="tns:getSecurity_LogSoapOut" />
+    <wsdl:operation name="get_ServerFileListForWMS">
+      <wsdl:input message="tns:get_ServerFileListForWMSSoapIn" />
+      <wsdl:output message="tns:get_ServerFileListForWMSSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="set_CancelltionBarCodeBill">
-      <wsdl:input message="tns:set_CancelltionBarCodeBillSoapIn" />
-      <wsdl:output message="tns:set_CancelltionBarCodeBillSoapOut" />
+    <wsdl:operation name="get_ServerFileListForNBWMS">
+      <wsdl:input message="tns:get_ServerFileListForNBWMSSoapIn" />
+      <wsdl:output message="tns:get_ServerFileListForNBWMSSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="set_UnCancelltionBarCodeBill">
-      <wsdl:input message="tns:set_UnCancelltionBarCodeBillSoapIn" />
-      <wsdl:output message="tns:set_UnCancelltionBarCodeBillSoapOut" />
+    <wsdl:operation name="get_ServerFileListForNBLMES">
+      <wsdl:input message="tns:get_ServerFileListForNBLMESSoapIn" />
+      <wsdl:output message="tns:get_ServerFileListForNBLMESSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="Set_BPrintQtyBarCode">
-      <wsdl:input message="tns:Set_BPrintQtyBarCodeSoapIn" />
-      <wsdl:output message="tns:Set_BPrintQtyBarCodeSoapOut" />
+    <wsdl:operation name="get_ServerFile">
+      <wsdl:input message="tns:get_ServerFileSoapIn" />
+      <wsdl:output message="tns:get_ServerFileSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="set_BarCodeAutoWMS">
-      <wsdl:input message="tns:set_BarCodeAutoWMSSoapIn" />
-      <wsdl:output message="tns:set_BarCodeAutoWMSSoapOut" />
+    <wsdl:operation name="get_ServerFileForWMS">
+      <wsdl:input message="tns:get_ServerFileForWMSSoapIn" />
+      <wsdl:output message="tns:get_ServerFileForWMSSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
-      <wsdl:input message="tns:get_CheckTypeByBarCode_MouldSoapIn" />
-      <wsdl:output message="tns:get_CheckTypeByBarCode_MouldSoapOut" />
+    <wsdl:operation name="get_ORGANIZATIONS">
+      <wsdl:input message="tns:get_ORGANIZATIONSSoapIn" />
+      <wsdl:output message="tns:get_ORGANIZATIONSSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="get_ORGANIZATIONS_UserByOrgRelation">
       <wsdl:input message="tns:get_ORGANIZATIONS_UserByOrgRelationSoapIn" />
@@ -18338,41 +18456,21 @@
       <wsdl:input message="tns:get_SourceBarCode_EntrustInSoapIn" />
       <wsdl:output message="tns:get_SourceBarCode_EntrustInSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherIn">
-      <wsdl:input message="tns:get_SourceBarCode_OtherInSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_OtherInSoapOut" />
+    <wsdl:operation name="set_SaveEntrustInBackBill">
+      <wsdl:input message="tns:set_SaveEntrustInBackBillSoapIn" />
+      <wsdl:output message="tns:set_SaveEntrustInBackBillSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateOut">
-      <wsdl:input message="tns:get_SourceBarCode_MateOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_MateOutSoapOut" />
+    <wsdl:operation name="set_SaveEntrustInBackBill_New">
+      <wsdl:input message="tns:set_SaveEntrustInBackBill_NewSoapIn" />
+      <wsdl:output message="tns:set_SaveEntrustInBackBill_NewSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_SellOut">
-      <wsdl:input message="tns:get_SourceBarCode_SellOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_SellOutSoapOut" />
+    <wsdl:operation name="set_SaveEntrustInBill">
+      <wsdl:input message="tns:set_SaveEntrustInBillSoapIn" />
+      <wsdl:output message="tns:set_SaveEntrustInBillSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_EntrustOut">
-      <wsdl:input message="tns:get_SourceBarCode_EntrustOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_EntrustOutSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherOut">
-      <wsdl:input message="tns:get_SourceBarCode_OtherOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_OtherOutSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
-      <wsdl:input message="tns:get_SourceBarCode_MateReplenishOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_MateReplenishOutSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock">
-      <wsdl:input message="tns:get_SourceBarCode_MoveStockSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_MoveStockSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
-      <wsdl:input message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
-      <wsdl:input message="tns:get_SourceBarCode_MoveStockStepOutSoapIn" />
-      <wsdl:output message="tns:get_SourceBarCode_MoveStockStepOutSoapOut" />
+    <wsdl:operation name="set_CheckAddEntrustInBill">
+      <wsdl:input message="tns:set_CheckAddEntrustInBillSoapIn" />
+      <wsdl:output message="tns:set_CheckAddEntrustInBillSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="set_CheckEntrustInBill">
       <wsdl:input message="tns:set_CheckEntrustInBillSoapIn" />
@@ -18490,6 +18588,10 @@
       <wsdl:input message="tns:set_SaveProExchReport_CLDSoapIn" />
       <wsdl:output message="tns:set_SaveProExchReport_CLDSoapOut" />
     </wsdl:operation>
+    <wsdl:operation name="set_SaveStationOutBill_CLD">
+      <wsdl:input message="tns:set_SaveStationOutBill_CLDSoapIn" />
+      <wsdl:output message="tns:set_SaveStationOutBill_CLDSoapOut" />
+    </wsdl:operation>
     <wsdl:operation name="set_SaveNoPassProdCheckBill_New">
       <wsdl:input message="tns:set_SaveNoPassProdCheckBill_NewSoapIn" />
       <wsdl:output message="tns:set_SaveNoPassProdCheckBill_NewSoapOut" />
@@ -18602,41 +18704,21 @@
       <wsdl:input message="tns:DeleteByICStockBillSoapIn" />
       <wsdl:output message="tns:DeleteByICStockBillSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_SaveBarCodeFormServer">
-      <wsdl:input message="tns:get_SaveBarCodeFormServerSoapIn" />
-      <wsdl:output message="tns:get_SaveBarCodeFormServerSoapOut" />
+    <wsdl:operation name="set_CheckEntrustOutBill">
+      <wsdl:input message="tns:set_CheckEntrustOutBillSoapIn" />
+      <wsdl:output message="tns:set_CheckEntrustOutBillSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="set_SaveScanToServer">
-      <wsdl:input message="tns:set_SaveScanToServerSoapIn" />
-      <wsdl:output message="tns:set_SaveScanToServerSoapOut" />
+    <wsdl:operation name="set_CheckEntrustOutBill_Row">
+      <wsdl:input message="tns:set_CheckEntrustOutBill_RowSoapIn" />
+      <wsdl:output message="tns:set_CheckEntrustOutBill_RowSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileList">
-      <wsdl:input message="tns:get_ServerFileListSoapIn" />
-      <wsdl:output message="tns:get_ServerFileListSoapOut" />
+    <wsdl:operation name="set_AuditEntrustOutBill">
+      <wsdl:input message="tns:set_AuditEntrustOutBillSoapIn" />
+      <wsdl:output message="tns:set_AuditEntrustOutBillSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForWMS">
-      <wsdl:input message="tns:get_ServerFileListForWMSSoapIn" />
-      <wsdl:output message="tns:get_ServerFileListForWMSSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBWMS">
-      <wsdl:input message="tns:get_ServerFileListForNBWMSSoapIn" />
-      <wsdl:output message="tns:get_ServerFileListForNBWMSSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBLMES">
-      <wsdl:input message="tns:get_ServerFileListForNBLMESSoapIn" />
-      <wsdl:output message="tns:get_ServerFileListForNBLMESSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFile">
-      <wsdl:input message="tns:get_ServerFileSoapIn" />
-      <wsdl:output message="tns:get_ServerFileSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileForWMS">
-      <wsdl:input message="tns:get_ServerFileForWMSSoapIn" />
-      <wsdl:output message="tns:get_ServerFileForWMSSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="get_ORGANIZATIONS">
-      <wsdl:input message="tns:get_ORGANIZATIONSSoapIn" />
-      <wsdl:output message="tns:get_ORGANIZATIONSSoapOut" />
+    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
+      <wsdl:input message="tns:GetKf_EntrustOutBill_K3_SourceSoapIn" />
+      <wsdl:output message="tns:GetKf_EntrustOutBill_K3_SourceSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="set_SaveEntrustOutBill_New">
       <wsdl:input message="tns:set_SaveEntrustOutBill_NewSoapIn" />
@@ -18814,21 +18896,9 @@
       <wsdl:input message="tns:set_SaveProductInBill_BillCheckSoapIn" />
       <wsdl:output message="tns:set_SaveProductInBill_BillCheckSoapOut" />
     </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill">
-      <wsdl:input message="tns:set_SaveEntrustInBackBillSoapIn" />
-      <wsdl:output message="tns:set_SaveEntrustInBackBillSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill_New">
-      <wsdl:input message="tns:set_SaveEntrustInBackBill_NewSoapIn" />
-      <wsdl:output message="tns:set_SaveEntrustInBackBill_NewSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBill">
-      <wsdl:input message="tns:set_SaveEntrustInBillSoapIn" />
-      <wsdl:output message="tns:set_SaveEntrustInBillSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckAddEntrustInBill">
-      <wsdl:input message="tns:set_CheckAddEntrustInBillSoapIn" />
-      <wsdl:output message="tns:set_CheckAddEntrustInBillSoapOut" />
+    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
+      <wsdl:input message="tns:set_SaveMoveStockStepOutBill_NewSoapIn" />
+      <wsdl:output message="tns:set_SaveMoveStockStepOutBill_NewSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="set_SaveMoveStockStepOutBill_CLD_New">
       <wsdl:input message="tns:set_SaveMoveStockStepOutBill_CLD_NewSoapIn" />
@@ -19013,22 +19083,6 @@
     <wsdl:operation name="set_CheckAddEntrustOutBill">
       <wsdl:input message="tns:set_CheckAddEntrustOutBillSoapIn" />
       <wsdl:output message="tns:set_CheckAddEntrustOutBillSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill">
-      <wsdl:input message="tns:set_CheckEntrustOutBillSoapIn" />
-      <wsdl:output message="tns:set_CheckEntrustOutBillSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill_Row">
-      <wsdl:input message="tns:set_CheckEntrustOutBill_RowSoapIn" />
-      <wsdl:output message="tns:set_CheckEntrustOutBill_RowSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_AuditEntrustOutBill">
-      <wsdl:input message="tns:set_AuditEntrustOutBillSoapIn" />
-      <wsdl:output message="tns:set_AuditEntrustOutBillSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
-      <wsdl:input message="tns:GetKf_EntrustOutBill_K3_SourceSoapIn" />
-      <wsdl:output message="tns:GetKf_EntrustOutBill_K3_SourceSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="set_ClearPonderationBillMain_Temp_ChangGui">
       <wsdl:input message="tns:set_ClearPonderationBillMain_Temp_ChangGuiSoapIn" />
@@ -19289,10 +19343,6 @@
     <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
       <wsdl:input message="tns:set_SaveMoveStockBill_BillCheckSoapIn" />
       <wsdl:output message="tns:set_SaveMoveStockBill_BillCheckSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
-      <wsdl:input message="tns:set_SaveMoveStockStepOutBill_NewSoapIn" />
-      <wsdl:output message="tns:set_SaveMoveStockStepOutBill_NewSoapOut" />
     </wsdl:operation>
     <wsdl:operation name="GetSc_ICMOBillList">
       <wsdl:input message="tns:GetSc_ICMOBillListSoapIn" />
@@ -19977,6 +20027,87 @@
   </wsdl:portType>
   <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
+    <wsdl:operation name="getDataSetBySQL">
+      <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getRunProc">
+      <soap:operation soapAction="http://tempuri.org/getRunProc" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getRunProcByMul">
+      <soap:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getSecurity_Log">
+      <soap:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_CancelltionBarCodeBill">
+      <soap:operation soapAction="http://tempuri.org/set_CancelltionBarCodeBill" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_UnCancelltionBarCodeBill">
+      <soap:operation soapAction="http://tempuri.org/set_UnCancelltionBarCodeBill" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="Set_BPrintQtyBarCode">
+      <soap:operation soapAction="http://tempuri.org/Set_BPrintQtyBarCode" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_BarCodeAutoWMS">
+      <soap:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
+      <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="DeleteMould">
       <soap:operation soapAction="http://tempuri.org/DeleteMould" style="document" />
       <wsdl:input>
@@ -19988,6 +20119,87 @@
     </wsdl:operation>
     <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
       <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherIn">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_SellOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_SellOut" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_EntrustOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MateReplenishOut" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
+      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20679,8 +20891,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getDataSetBySQL">
-      <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" />
+    <wsdl:operation name="get_SaveBarCodeFormServer">
+      <soap:operation soapAction="http://tempuri.org/get_SaveBarCodeFormServer" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20688,8 +20900,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getRunProc">
-      <soap:operation soapAction="http://tempuri.org/getRunProc" style="document" />
+    <wsdl:operation name="set_SaveScanToServer">
+      <soap:operation soapAction="http://tempuri.org/set_SaveScanToServer" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20697,8 +20909,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getRunProcByMul">
-      <soap:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" />
+    <wsdl:operation name="get_ServerFileList">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFileList" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20706,8 +20918,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getSecurity_Log">
-      <soap:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" />
+    <wsdl:operation name="get_ServerFileListForWMS">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForWMS" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20715,8 +20927,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_CancelltionBarCodeBill">
-      <soap:operation soapAction="http://tempuri.org/set_CancelltionBarCodeBill" style="document" />
+    <wsdl:operation name="get_ServerFileListForNBWMS">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForNBWMS" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20724,8 +20936,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_UnCancelltionBarCodeBill">
-      <soap:operation soapAction="http://tempuri.org/set_UnCancelltionBarCodeBill" style="document" />
+    <wsdl:operation name="get_ServerFileListForNBLMES">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForNBLMES" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20733,8 +20945,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="Set_BPrintQtyBarCode">
-      <soap:operation soapAction="http://tempuri.org/Set_BPrintQtyBarCode" style="document" />
+    <wsdl:operation name="get_ServerFile">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFile" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20742,8 +20954,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_BarCodeAutoWMS">
-      <soap:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
+    <wsdl:operation name="get_ServerFileForWMS">
+      <soap:operation soapAction="http://tempuri.org/get_ServerFileForWMS" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -20751,8 +20963,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
-      <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
+    <wsdl:operation name="get_ORGANIZATIONS">
+      <soap:operation soapAction="http://tempuri.org/get_ORGANIZATIONS" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -21435,8 +21647,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherIn">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBackBill">
+      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -21444,8 +21656,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBackBill_New">
+      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_New" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -21453,8 +21665,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_SellOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_SellOut" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBill">
+      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBill" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -21462,53 +21674,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_EntrustOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MateReplenishOut" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
-      <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" />
+    <wsdl:operation name="set_CheckAddEntrustInBill">
+      <soap:operation soapAction="http://tempuri.org/set_CheckAddEntrustInBill" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -21777,6 +21944,15 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
+    <wsdl:operation name="set_SaveStationOutBill_CLD">
+      <soap:operation soapAction="http://tempuri.org/set_SaveStationOutBill_CLD" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="set_SaveNoPassProdCheckBill_New">
       <soap:operation soapAction="http://tempuri.org/set_SaveNoPassProdCheckBill_New" style="document" />
       <wsdl:input>
@@ -22029,8 +22205,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SaveBarCodeFormServer">
-      <soap:operation soapAction="http://tempuri.org/get_SaveBarCodeFormServer" style="document" />
+    <wsdl:operation name="set_CheckEntrustOutBill">
+      <soap:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -22038,8 +22214,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_SaveScanToServer">
-      <soap:operation soapAction="http://tempuri.org/set_SaveScanToServer" style="document" />
+    <wsdl:operation name="set_CheckEntrustOutBill_Row">
+      <soap:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill_Row" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -22047,8 +22223,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileList">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFileList" style="document" />
+    <wsdl:operation name="set_AuditEntrustOutBill">
+      <soap:operation soapAction="http://tempuri.org/set_AuditEntrustOutBill" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -22056,53 +22232,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForWMS">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForWMS" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBWMS">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForNBWMS" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBLMES">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFileListForNBLMES" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFile">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFile" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileForWMS">
-      <soap:operation soapAction="http://tempuri.org/get_ServerFileForWMS" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ORGANIZATIONS">
-      <soap:operation soapAction="http://tempuri.org/get_ORGANIZATIONS" style="document" />
+    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
+      <soap:operation soapAction="http://tempuri.org/GetKf_EntrustOutBill_K3_Source" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -22506,35 +22637,8 @@
         <soap:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill">
-      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill_New">
-      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_New" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBill">
-      <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBill" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckAddEntrustInBill">
-      <soap:operation soapAction="http://tempuri.org/set_CheckAddEntrustInBill" style="document" />
+    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
+      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_New" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -22949,42 +23053,6 @@
     </wsdl:operation>
     <wsdl:operation name="set_CheckAddEntrustOutBill">
       <soap:operation soapAction="http://tempuri.org/set_CheckAddEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill">
-      <soap:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill_Row">
-      <soap:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill_Row" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_AuditEntrustOutBill">
-      <soap:operation soapAction="http://tempuri.org/set_AuditEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
-      <soap:operation soapAction="http://tempuri.org/GetKf_EntrustOutBill_K3_Source" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -23570,15 +23638,6 @@
     </wsdl:operation>
     <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
       <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_BillCheck" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
-      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_New" style="document" />
       <wsdl:input>
         <soap:body use="literal" />
       </wsdl:input>
@@ -25119,6 +25178,87 @@
   </wsdl:binding>
   <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap">
     <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
+    <wsdl:operation name="getDataSetBySQL">
+      <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getRunProc">
+      <soap12:operation soapAction="http://tempuri.org/getRunProc" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getRunProcByMul">
+      <soap12:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getSecurity_Log">
+      <soap12:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_CancelltionBarCodeBill">
+      <soap12:operation soapAction="http://tempuri.org/set_CancelltionBarCodeBill" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_UnCancelltionBarCodeBill">
+      <soap12:operation soapAction="http://tempuri.org/set_UnCancelltionBarCodeBill" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="Set_BPrintQtyBarCode">
+      <soap12:operation soapAction="http://tempuri.org/Set_BPrintQtyBarCode" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="set_BarCodeAutoWMS">
+      <soap12:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
+      <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="DeleteMould">
       <soap12:operation soapAction="http://tempuri.org/DeleteMould" style="document" />
       <wsdl:input>
@@ -25130,6 +25270,87 @@
     </wsdl:operation>
     <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould">
       <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherIn">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_SellOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_SellOut" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_EntrustOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_OtherOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MateReplenishOut" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
+      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25821,8 +26042,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getDataSetBySQL">
-      <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" />
+    <wsdl:operation name="get_SaveBarCodeFormServer">
+      <soap12:operation soapAction="http://tempuri.org/get_SaveBarCodeFormServer" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25830,8 +26051,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getRunProc">
-      <soap12:operation soapAction="http://tempuri.org/getRunProc" style="document" />
+    <wsdl:operation name="set_SaveScanToServer">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveScanToServer" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25839,8 +26060,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getRunProcByMul">
-      <soap12:operation soapAction="http://tempuri.org/getRunProcByMul" style="document" />
+    <wsdl:operation name="get_ServerFileList">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFileList" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25848,8 +26069,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="getSecurity_Log">
-      <soap12:operation soapAction="http://tempuri.org/getSecurity_Log" style="document" />
+    <wsdl:operation name="get_ServerFileListForWMS">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForWMS" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25857,8 +26078,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_CancelltionBarCodeBill">
-      <soap12:operation soapAction="http://tempuri.org/set_CancelltionBarCodeBill" style="document" />
+    <wsdl:operation name="get_ServerFileListForNBWMS">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForNBWMS" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25866,8 +26087,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_UnCancelltionBarCodeBill">
-      <soap12:operation soapAction="http://tempuri.org/set_UnCancelltionBarCodeBill" style="document" />
+    <wsdl:operation name="get_ServerFileListForNBLMES">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForNBLMES" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25875,8 +26096,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="Set_BPrintQtyBarCode">
-      <soap12:operation soapAction="http://tempuri.org/Set_BPrintQtyBarCode" style="document" />
+    <wsdl:operation name="get_ServerFile">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFile" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25884,8 +26105,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_BarCodeAutoWMS">
-      <soap12:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
+    <wsdl:operation name="get_ServerFileForWMS">
+      <soap12:operation soapAction="http://tempuri.org/get_ServerFileForWMS" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -25893,8 +26114,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
-      <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
+    <wsdl:operation name="get_ORGANIZATIONS">
+      <soap12:operation soapAction="http://tempuri.org/get_ORGANIZATIONS" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -26577,8 +26798,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherIn">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBackBill">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -26586,8 +26807,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBackBill_New">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_New" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -26595,8 +26816,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_SellOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_SellOut" style="document" />
+    <wsdl:operation name="set_SaveEntrustInBill">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBill" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -26604,53 +26825,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_EntrustOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_OtherOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherOut" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MateReplenishOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MateReplenishOut" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_SourceBarCode_MoveStockStepOut">
-      <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" />
+    <wsdl:operation name="set_CheckAddEntrustInBill">
+      <soap12:operation soapAction="http://tempuri.org/set_CheckAddEntrustInBill" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -26919,6 +27095,15 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
+    <wsdl:operation name="set_SaveStationOutBill_CLD">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveStationOutBill_CLD" style="document" />
+      <wsdl:input>
+        <soap12:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap12:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
     <wsdl:operation name="set_SaveNoPassProdCheckBill_New">
       <soap12:operation soapAction="http://tempuri.org/set_SaveNoPassProdCheckBill_New" style="document" />
       <wsdl:input>
@@ -27171,8 +27356,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_SaveBarCodeFormServer">
-      <soap12:operation soapAction="http://tempuri.org/get_SaveBarCodeFormServer" style="document" />
+    <wsdl:operation name="set_CheckEntrustOutBill">
+      <soap12:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -27180,8 +27365,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_SaveScanToServer">
-      <soap12:operation soapAction="http://tempuri.org/set_SaveScanToServer" style="document" />
+    <wsdl:operation name="set_CheckEntrustOutBill_Row">
+      <soap12:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill_Row" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -27189,8 +27374,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileList">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFileList" style="document" />
+    <wsdl:operation name="set_AuditEntrustOutBill">
+      <soap12:operation soapAction="http://tempuri.org/set_AuditEntrustOutBill" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -27198,53 +27383,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForWMS">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForWMS" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBWMS">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForNBWMS" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileListForNBLMES">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFileListForNBLMES" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFile">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFile" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ServerFileForWMS">
-      <soap12:operation soapAction="http://tempuri.org/get_ServerFileForWMS" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="get_ORGANIZATIONS">
-      <soap12:operation soapAction="http://tempuri.org/get_ORGANIZATIONS" style="document" />
+    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
+      <soap12:operation soapAction="http://tempuri.org/GetKf_EntrustOutBill_K3_Source" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -27648,35 +27788,8 @@
         <soap12:body use="literal" />
       </wsdl:output>
     </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill">
-      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBackBill_New">
-      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_New" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveEntrustInBill">
-      <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBill" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckAddEntrustInBill">
-      <soap12:operation soapAction="http://tempuri.org/set_CheckAddEntrustInBill" style="document" />
+    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
+      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_New" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -28091,42 +28204,6 @@
     </wsdl:operation>
     <wsdl:operation name="set_CheckAddEntrustOutBill">
       <soap12:operation soapAction="http://tempuri.org/set_CheckAddEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill">
-      <soap12:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_CheckEntrustOutBill_Row">
-      <soap12:operation soapAction="http://tempuri.org/set_CheckEntrustOutBill_Row" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_AuditEntrustOutBill">
-      <soap12:operation soapAction="http://tempuri.org/set_AuditEntrustOutBill" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="GetKf_EntrustOutBill_K3_Source">
-      <soap12:operation soapAction="http://tempuri.org/GetKf_EntrustOutBill_K3_Source" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>
@@ -28712,15 +28789,6 @@
     </wsdl:operation>
     <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
       <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_BillCheck" style="document" />
-      <wsdl:input>
-        <soap12:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap12:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="set_SaveMoveStockStepOutBill_New">
-      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockStepOutBill_New" style="document" />
       <wsdl:input>
         <soap12:body use="literal" />
       </wsdl:input>

--
Gitblit v1.9.1