From 169fc6fb192054d1f521e5b0532cc6de2e20fd57 Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期五, 23 十二月 2022 13:19:13 +0800 Subject: [PATCH] 新增委外领料、委外补料校验上传方法 --- WebAPI/Properties/Settings.settings | 2 WebAPI/Web References/WebS/WebService1.wsdl | 1175 ++++++++------- WebAPI/Controllers/条码管理/WEBSController.cs | 121 + Model/Model.csproj | 2 Model/仓库管理/ClsKf_EntrustReplenishOutBillSub.cs | 36 WebAPI/Web References/WebS/Reference.map | 4 Model/仓库管理/ClsKf_EntrustReplenishOutBillMain.cs | 23 WebAPI/Web References/WebS/WebService1.disco | 6 WebAPI/ListModels.cs | 11 WebAPI/Web References/WebS/Reference.cs | 2946 +++++++++++++++++++++++---------------- WebAPI/Web.config | 12 Model/仓库管理/ClsKf_EntrustOutBillMain.cs | 2 WebAPI/Properties/Settings.Designer.cs | 4 WebAPI/WebAPI.csproj | 4 14 files changed, 2,584 insertions(+), 1,764 deletions(-) diff --git a/Model/Model.csproj b/Model/Model.csproj index d4593ea..c7a18c2 100644 --- a/Model/Model.csproj +++ b/Model/Model.csproj @@ -219,9 +219,11 @@ <Compile Include="浠撳簱绠$悊\ClsKf_EntrustInBillSub.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_EntrustOutBillMain.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_EntrustOutBillSub.cs" /> + <Compile Include="浠撳簱绠$悊\ClsKf_EntrustReplenishOutBillMain.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateReplenishOutBillMain.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateOutBillMain.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateOutBillScheme.cs" /> + <Compile Include="浠撳簱绠$悊\ClsKf_EntrustReplenishOutBillSub.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateReplenishOutBillSub.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateOutBillSub.cs" /> <Compile Include="浠撳簱绠$悊\ClsKf_MateOutRequestBillMain.cs" /> diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustOutBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustOutBillMain.cs" index 9ef62ad..3bb78d3 100644 --- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustOutBillMain.cs" +++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustOutBillMain.cs" @@ -17,5 +17,7 @@ public string HExplanation;// --摘要 public string HInnerBillNo;// --内部单据号 public bool HRedBlueFlag;// --红蓝单 + public Int64 HSTOCKORGID; //int --库存组织 + public Int64 HOWNERID; //int --货主 } } diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillMain.cs" new file mode 100644 index 0000000..39b139a --- /dev/null +++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillMain.cs" @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Model +{ + public class ClsKf_EntrustReplenishOutBillMain : DBUtility.ClsXt_BaseBillMain + { + public Int64 HSupID; //int --供应商 + public Int64 HWHID; //int --仓库 + public Int64 HSCWHID; //int --调出仓库 + public Int64 HEmpID; //int --业务员 + public Int64 HManagerID; //int --负责人 + public Int64 HSecManagerID; //int --验收 + public Int64 HKeeperID; //int --保管员 + public Int64 HDeptID; //int --部门 + public string HExplanation; //varchar(200) --摘要 + public string HInnerBillNo; //varchar(50) --内部单据号 + public bool HRedBlueFlag; //bit --红蓝单 + public Int64 HSTOCKORGID; //int --库存组织 + public Int64 HOWNERID; //int --货主 + } +} diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillSub.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillSub.cs" new file mode 100644 index 0000000..327ff7c --- /dev/null +++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_EntrustReplenishOutBillSub.cs" @@ -0,0 +1,36 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Model +{ + public class ClsKf_EntrustReplenishOutBillSub : DBUtility.ClsXt_BaseBillSub + { + public DateTime HEntryCloseDate;// datetime --行关闭 (默认为'') new + public string HRemark; // varchar(200)--备注 + public Int64 HMaterID; // int --物料ID + public Int64 HUnitID; // int --计量单位 + public Int64 HPropertyID; // int --辅助属性 + public Int64 HSecUnitID; // int --辅助计量单位 + public Single HSecUnitRate; // money --换算率 + public double HQtyMust; // dec(18,8) --应收数量 + public double HQty; // dec(18,8) --实收数量 + public double HWasterQty; // dec(18,8) --报废数量 + public double HPrice; // dec(18,8) --单价 + public double HMoney; // dec(18,8) --金额 + public Int64 HWHID; // int --收料仓库 + public Int64 HSCWHID; // int --调出仓库ID + public Int64 HSPID; // int --仓位ID + public Int64 HSCSPID; // int --调出仓位ID + public Int64 HSPGroupID; // int --仓位组ID(仓库选择完自动带出) + public string HBatchNo; // varchar(50) --批次 + public Int64 HDeptSubID; // int --车间 + public Int64 HPOOrderInterID; // int --采购订单主内码 + public Int64 HPOOrderEntryID; // int --采购订单子内码 + public string HPOOrderBillNo; // varchar(50) --采购订单号 + public Int64 HSeOrderInterID; // int --销售订单主内码 + public Int64 HSeOrderEntryID; // int --销售订单子内码 + public string HSeOrderBillNo; // varchar(50) --销售订单号 + + } +} 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 8246b14..0492e04 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" @@ -338,6 +338,66 @@ #endregion + #region 濮斿棰嗘枡 涓婁紶鐢熷崟 + + #region 濮斿棰嗘枡 鏍¢獙妯″紡 + + /// <summary> + /// 濮斿棰嗘枡鏍¢獙涓婁紶 + /// </summary> + /// <returns></returns> + [Route("WEBSController/set_SaveEntrustOutBill_BillCheck_Json")] + [HttpPost] + public object set_SaveEntrustOutBill_BillCheck_Json([FromBody] JObject oMain) + { + var _value = oMain["oMain"].ToString(); + string msg1 = _value.ToString(); + + try + { + List<Model.ClsKf_EntrustOutBillMain> lsmain = new List<Model.ClsKf_EntrustOutBillMain>(); + ListModels oListModels = new ListModels(); + lsmain = oListModels.getEntrustOutBillMainByJson(msg1); + + WebAPI.WebS.ClsKf_EntrustOutBillMain websLsmain = new WebS.ClsKf_EntrustOutBillMain(); + + websLsmain.HInterID = lsmain[0].HInterID; + websLsmain.HBillNo = lsmain[0].HBillNo; + websLsmain.HBillType = "1211"; + websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; + + if (oWebs.set_SaveEntrustOutBill_BillCheck(websLsmain, 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 + + #endregion + + #region 鐢熶骇琛ユ枡 涓婁紶鐢熷崟 #region 鐢熶骇琛ユ枡 鏍¢獙妯″紡 @@ -397,6 +457,67 @@ #endregion + + #region 濮斿琛ユ枡 涓婁紶鐢熷崟 + + #region 濮斿琛ユ枡 鏍¢獙妯″紡 + + /// <summary> + /// 濮斿琛ユ枡鏍¢獙涓婁紶 + /// </summary> + /// <returns></returns> + [Route("WEBSController/set_SaveEntrustReplenishOutBill_BillCheck_Json")] + [HttpPost] + public object set_SaveEntrustReplenishOutBill_BillCheck_Json([FromBody] JObject oMain) + { + var _value = oMain["oMain"].ToString(); + string msg1 = _value.ToString(); + + try + { + List<Model.ClsKf_EntrustReplenishOutBillMain> lsmain = new List<Model.ClsKf_EntrustReplenishOutBillMain>(); + ListModels oListModels = new ListModels(); + lsmain = oListModels.getEntrustReplenishOutBillMainByJson(msg1); + + WebAPI.WebS.ClsKf_EntrustReplenishOutBillMain websLsmain = new WebS.ClsKf_EntrustReplenishOutBillMain(); + + websLsmain.HInterID = lsmain[0].HInterID; + websLsmain.HBillNo = lsmain[0].HBillNo; + websLsmain.HBillType = "1255"; + websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; + + if (oWebs.set_SaveEntrustReplenishOutBill_BillCheck(websLsmain, 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 + + #endregion + + #endregion diff --git a/WebAPI/ListModels.cs b/WebAPI/ListModels.cs index 1c0c735..cdd2748 100644 --- a/WebAPI/ListModels.cs +++ b/WebAPI/ListModels.cs @@ -120,6 +120,17 @@ return list; } /// <summary> + /// 濮斿琛ユ枡鍙嶅簭鍒楀寲 + /// </summary> + /// <param name="jsonString"></param> + /// <returns></returns> + public List<Model.ClsKf_EntrustReplenishOutBillMain> getEntrustReplenishOutBillMainByJson(string jsonString) + { + jsonString = "[" + jsonString.ToString() + "]"; + List<Model.ClsKf_EntrustReplenishOutBillMain> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<Model.ClsKf_EntrustReplenishOutBillMain>>(jsonString); + return list; + } + /// <summary> /// 濮斿鍑哄簱鍙嶅簭鍒楀寲 /// </summary> /// <param name="jsonString"></param> diff --git a/WebAPI/Properties/Settings.Designer.cs b/WebAPI/Properties/Settings.Designer.cs index 69b9adb..c383284 100644 --- a/WebAPI/Properties/Settings.Designer.cs +++ b/WebAPI/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -26,7 +26,7 @@ [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] - [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/WEBS/WebService1.asmx")] + [global::System.Configuration.DefaultSettingValueAttribute("http://192.168.63.7/WEBS-WMS/WebService1.asmx")] public string WebAPI_WebS_WebService1 { get { return ((string)(this["WebAPI_WebS_WebService1"])); diff --git a/WebAPI/Properties/Settings.settings b/WebAPI/Properties/Settings.settings index 9ee11bf..8bc8bec 100644 --- a/WebAPI/Properties/Settings.settings +++ b/WebAPI/Properties/Settings.settings @@ -3,7 +3,7 @@ <Profiles /> <Settings> <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> - <Value Profile="(Default)">http://localhost/WEBS/WebService1.asmx</Value> + <Value Profile="(Default)">http://192.168.63.7/WEBS-WMS/WebService1.asmx</Value> </Setting> </Settings> </SettingsFile> \ No newline at end of file diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs index 2aabd55..5643ee2 100644 --- a/WebAPI/Web References/WebS/Reference.cs +++ b/WebAPI/Web References/WebS/Reference.cs @@ -35,6 +35,14 @@ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsGy_BarCodeBill_WMS_Model))] public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol { + private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted; + + private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted; + + private System.Threading.SendOrPostCallback getCheckCzymcOperationCompleted; + + private System.Threading.SendOrPostCallback getSub_GetCurPeriodOperationCompleted; + private System.Threading.SendOrPostCallback getDataSetBySQLOperationCompleted; private System.Threading.SendOrPostCallback getRunProcOperationCompleted; @@ -54,6 +62,14 @@ private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; + + private System.Threading.SendOrPostCallback GetICInventoryByBarCodeSP_ViewOperationCompleted; + + private System.Threading.SendOrPostCallback GetMaterByBarCodeSP_ViewOperationCompleted; + + private System.Threading.SendOrPostCallback SetFIFOPonderationBillMain_TempOperationCompleted; + + private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted; private System.Threading.SendOrPostCallback get_CheckTypeByBarCodeOperationCompleted; @@ -217,13 +233,9 @@ private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted; - private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted; - private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted; - - private System.Threading.SendOrPostCallback getCheckCzymcOperationCompleted; - - private System.Threading.SendOrPostCallback getSub_GetCurPeriodOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted; private System.Threading.SendOrPostCallback set_CheckPOInStockBill_NewOperationCompleted; @@ -381,13 +393,9 @@ private System.Threading.SendOrPostCallback GetMaterByBarCode_ViewOperationCompleted; - private System.Threading.SendOrPostCallback GetICInventoryByBarCodeSP_ViewOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLDOperationCompleted; - private System.Threading.SendOrPostCallback GetMaterByBarCodeSP_ViewOperationCompleted; - - private System.Threading.SendOrPostCallback SetFIFOPonderationBillMain_TempOperationCompleted; - - private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveOtherOutBill_BillCheckOperationCompleted; private System.Threading.SendOrPostCallback set_SavePOStockInBackBillOperationCompleted; @@ -485,10 +493,6 @@ private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_CLD_NewOperationCompleted; - private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted; - - private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted; - private System.Threading.SendOrPostCallback set_SaveSellOutBackBill_CLD_NewOperationCompleted; private System.Threading.SendOrPostCallback set_SaveSellOutBackBill_CLDOperationCompleted; @@ -549,6 +553,8 @@ private System.Threading.SendOrPostCallback set_SaveMateReplenishOutBill_BillCheckOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveEntrustInBackBill_CLDOperationCompleted; private System.Threading.SendOrPostCallback set_SaveEntrustOutBackBillOperationCompleted; @@ -575,6 +581,8 @@ private System.Threading.SendOrPostCallback set_SaveEntrustOutBill_CLDOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveEntrustOutBill_BillCheckOperationCompleted; + private System.Threading.SendOrPostCallback set_SaveOtherOutBackBillOperationCompleted; private System.Threading.SendOrPostCallback set_SaveOtherOutBackBill_NewOperationCompleted; @@ -594,10 +602,6 @@ private System.Threading.SendOrPostCallback set_SaveOtherOutBill_NewOperationCompleted; private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLD_NewOperationCompleted; - - private System.Threading.SendOrPostCallback set_SaveOtherOutBill_CLDOperationCompleted; - - private System.Threading.SendOrPostCallback set_SaveOtherOutBill_BillCheckOperationCompleted; private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_ChangGuiOperationCompleted; @@ -1114,6 +1118,18 @@ } /// <remarks/> + public event getCheckOpenCompletedEventHandler getCheckOpenCompleted; + + /// <remarks/> + public event getGetDataBaseCompletedEventHandler getGetDataBaseCompleted; + + /// <remarks/> + public event getCheckCzymcCompletedEventHandler getCheckCzymcCompleted; + + /// <remarks/> + public event getSub_GetCurPeriodCompletedEventHandler getSub_GetCurPeriodCompleted; + + /// <remarks/> public event getDataSetBySQLCompletedEventHandler getDataSetBySQLCompleted; /// <remarks/> @@ -1142,6 +1158,18 @@ /// <remarks/> public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; + + /// <remarks/> + public event GetICInventoryByBarCodeSP_ViewCompletedEventHandler GetICInventoryByBarCodeSP_ViewCompleted; + + /// <remarks/> + public event GetMaterByBarCodeSP_ViewCompletedEventHandler GetMaterByBarCodeSP_ViewCompleted; + + /// <remarks/> + public event SetFIFOPonderationBillMain_TempCompletedEventHandler SetFIFOPonderationBillMain_TempCompleted; + + /// <remarks/> + public event set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_FastCompleted; /// <remarks/> public event get_CheckTypeByBarCodeCompletedEventHandler get_CheckTypeByBarCodeCompleted; @@ -1387,16 +1415,10 @@ public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted; /// <remarks/> - public event getCheckOpenCompletedEventHandler getCheckOpenCompleted; + public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted; /// <remarks/> - public event getGetDataBaseCompletedEventHandler getGetDataBaseCompleted; - - /// <remarks/> - public event getCheckCzymcCompletedEventHandler getCheckCzymcCompleted; - - /// <remarks/> - public event getSub_GetCurPeriodCompletedEventHandler getSub_GetCurPeriodCompleted; + public event set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted; /// <remarks/> public event set_CheckPOInStockBill_NewCompletedEventHandler set_CheckPOInStockBill_NewCompleted; @@ -1633,16 +1655,10 @@ public event GetMaterByBarCode_ViewCompletedEventHandler GetMaterByBarCode_ViewCompleted; /// <remarks/> - public event GetICInventoryByBarCodeSP_ViewCompletedEventHandler GetICInventoryByBarCodeSP_ViewCompleted; + public event set_SaveOtherOutBill_CLDCompletedEventHandler set_SaveOtherOutBill_CLDCompleted; /// <remarks/> - public event GetMaterByBarCodeSP_ViewCompletedEventHandler GetMaterByBarCodeSP_ViewCompleted; - - /// <remarks/> - public event SetFIFOPonderationBillMain_TempCompletedEventHandler SetFIFOPonderationBillMain_TempCompleted; - - /// <remarks/> - public event set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_FastCompleted; + public event set_SaveOtherOutBill_BillCheckCompletedEventHandler set_SaveOtherOutBill_BillCheckCompleted; /// <remarks/> public event set_SavePOStockInBackBillCompletedEventHandler set_SavePOStockInBackBillCompleted; @@ -1789,12 +1805,6 @@ public event set_SaveProcReportMoveBill_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_CLD_NewCompleted; /// <remarks/> - public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted; - - /// <remarks/> - public event set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted; - - /// <remarks/> public event set_SaveSellOutBackBill_CLD_NewCompletedEventHandler set_SaveSellOutBackBill_CLD_NewCompleted; /// <remarks/> @@ -1885,6 +1895,9 @@ public event set_SaveMateReplenishOutBill_BillCheckCompletedEventHandler set_SaveMateReplenishOutBill_BillCheckCompleted; /// <remarks/> + public event set_SaveEntrustReplenishOutBill_BillCheckCompletedEventHandler set_SaveEntrustReplenishOutBill_BillCheckCompleted; + + /// <remarks/> public event set_SaveEntrustInBackBill_CLDCompletedEventHandler set_SaveEntrustInBackBill_CLDCompleted; /// <remarks/> @@ -1924,6 +1937,9 @@ public event set_SaveEntrustOutBill_CLDCompletedEventHandler set_SaveEntrustOutBill_CLDCompleted; /// <remarks/> + public event set_SaveEntrustOutBill_BillCheckCompletedEventHandler set_SaveEntrustOutBill_BillCheckCompleted; + + /// <remarks/> public event set_SaveOtherOutBackBillCompletedEventHandler set_SaveOtherOutBackBillCompleted; /// <remarks/> @@ -1952,12 +1968,6 @@ /// <remarks/> public event set_SaveOtherOutBill_CLD_NewCompletedEventHandler set_SaveOtherOutBill_CLD_NewCompleted; - - /// <remarks/> - public event set_SaveOtherOutBill_CLDCompletedEventHandler set_SaveOtherOutBill_CLDCompleted; - - /// <remarks/> - public event set_SaveOtherOutBill_BillCheckCompletedEventHandler set_SaveOtherOutBill_BillCheckCompleted; /// <remarks/> public event set_SavePonderationBillMain_Temp_ChangGuiCompletedEventHandler set_SavePonderationBillMain_Temp_ChangGuiCompleted; @@ -2674,6 +2684,129 @@ public event GetSc_ICMOBillListCompletedEventHandler GetSc_ICMOBillListCompleted; /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool getCheckOpen() { + object[] results = this.Invoke("getCheckOpen", new object[0]); + return ((bool)(results[0])); + } + + /// <remarks/> + public void getCheckOpenAsync() { + this.getCheckOpenAsync(null); + } + + /// <remarks/> + public void getCheckOpenAsync(object userState) { + if ((this.getCheckOpenOperationCompleted == null)) { + this.getCheckOpenOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckOpenOperationCompleted); + } + this.InvokeAsync("getCheckOpen", new object[0], this.getCheckOpenOperationCompleted, userState); + } + + private void OngetCheckOpenOperationCompleted(object arg) { + if ((this.getCheckOpenCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.getCheckOpenCompleted(this, new getCheckOpenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getGetDataBase", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public string getGetDataBase(string sItem, ref string sK3) { + object[] results = this.Invoke("getGetDataBase", new object[] { + sItem, + sK3}); + sK3 = ((string)(results[1])); + return ((string)(results[0])); + } + + /// <remarks/> + public void getGetDataBaseAsync(string sItem, string sK3) { + this.getGetDataBaseAsync(sItem, sK3, null); + } + + /// <remarks/> + public void getGetDataBaseAsync(string sItem, string sK3, object userState) { + if ((this.getGetDataBaseOperationCompleted == null)) { + this.getGetDataBaseOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGetDataBaseOperationCompleted); + } + this.InvokeAsync("getGetDataBase", new object[] { + sItem, + sK3}, this.getGetDataBaseOperationCompleted, userState); + } + + private void OngetGetDataBaseOperationCompleted(object arg) { + if ((this.getGetDataBaseCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.getGetDataBaseCompleted(this, new getGetDataBaseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckCzymc", 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 getCheckCzymc(string sUser, string sPsd) { + object[] results = this.Invoke("getCheckCzymc", new object[] { + sUser, + sPsd}); + return ((System.Data.DataSet)(results[0])); + } + + /// <remarks/> + public void getCheckCzymcAsync(string sUser, string sPsd) { + this.getCheckCzymcAsync(sUser, sPsd, null); + } + + /// <remarks/> + public void getCheckCzymcAsync(string sUser, string sPsd, object userState) { + if ((this.getCheckCzymcOperationCompleted == null)) { + this.getCheckCzymcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckCzymcOperationCompleted); + } + this.InvokeAsync("getCheckCzymc", new object[] { + sUser, + sPsd}, this.getCheckCzymcOperationCompleted, userState); + } + + private void OngetCheckCzymcOperationCompleted(object arg) { + if ((this.getCheckCzymcCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.getCheckCzymcCompleted(this, new getCheckCzymcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSub_GetCurPeriod", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool getSub_GetCurPeriod(ref int sYear, ref int sPeriod) { + object[] results = this.Invoke("getSub_GetCurPeriod", new object[] { + sYear, + sPeriod}); + sYear = ((int)(results[1])); + sPeriod = ((int)(results[2])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void getSub_GetCurPeriodAsync(int sYear, int sPeriod) { + this.getSub_GetCurPeriodAsync(sYear, sPeriod, null); + } + + /// <remarks/> + public void getSub_GetCurPeriodAsync(int sYear, int sPeriod, object userState) { + if ((this.getSub_GetCurPeriodOperationCompleted == null)) { + this.getSub_GetCurPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSub_GetCurPeriodOperationCompleted); + } + this.InvokeAsync("getSub_GetCurPeriod", new object[] { + sYear, + sPeriod}, this.getSub_GetCurPeriodOperationCompleted, userState); + } + + private void OngetSub_GetCurPeriodOperationCompleted(object arg) { + if ((this.getSub_GetCurPeriodCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.getSub_GetCurPeriodCompleted(this, new getSub_GetCurPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <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[] { @@ -3200,6 +3333,241 @@ 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/GetICInventoryByBarCodeSP_View", 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 GetICInventoryByBarCodeSP_View(string sWhere, ref string sErr) { + object[] results = this.Invoke("GetICInventoryByBarCodeSP_View", new object[] { + sWhere, + sErr}); + sErr = ((string)(results[1])); + return ((System.Data.DataSet)(results[0])); + } + + /// <remarks/> + public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr) { + this.GetICInventoryByBarCodeSP_ViewAsync(sWhere, sErr, null); + } + + /// <remarks/> + public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { + if ((this.GetICInventoryByBarCodeSP_ViewOperationCompleted == null)) { + this.GetICInventoryByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetICInventoryByBarCodeSP_ViewOperationCompleted); + } + this.InvokeAsync("GetICInventoryByBarCodeSP_View", new object[] { + sWhere, + sErr}, this.GetICInventoryByBarCodeSP_ViewOperationCompleted, userState); + } + + private void OnGetICInventoryByBarCodeSP_ViewOperationCompleted(object arg) { + if ((this.GetICInventoryByBarCodeSP_ViewCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.GetICInventoryByBarCodeSP_ViewCompleted(this, new GetICInventoryByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMaterByBarCodeSP_View", 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 GetMaterByBarCodeSP_View(string sWhere, ref string sErr) { + object[] results = this.Invoke("GetMaterByBarCodeSP_View", new object[] { + sWhere, + sErr}); + sErr = ((string)(results[1])); + return ((System.Data.DataSet)(results[0])); + } + + /// <remarks/> + public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr) { + this.GetMaterByBarCodeSP_ViewAsync(sWhere, sErr, null); + } + + /// <remarks/> + public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { + if ((this.GetMaterByBarCodeSP_ViewOperationCompleted == null)) { + this.GetMaterByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMaterByBarCodeSP_ViewOperationCompleted); + } + this.InvokeAsync("GetMaterByBarCodeSP_View", new object[] { + sWhere, + sErr}, this.GetMaterByBarCodeSP_ViewOperationCompleted, userState); + } + + private void OnGetMaterByBarCodeSP_ViewOperationCompleted(object arg) { + if ((this.GetMaterByBarCodeSP_ViewCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.GetMaterByBarCodeSP_ViewCompleted(this, new GetMaterByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetFIFOPonderationBillMain_Temp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool SetFIFOPonderationBillMain_Temp(string HBillNo, long HInterID, long HUserOrgID, ref string sErr) { + object[] results = this.Invoke("SetFIFOPonderationBillMain_Temp", new object[] { + HBillNo, + HInterID, + HUserOrgID, + sErr}); + sErr = ((string)(results[1])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr) { + this.SetFIFOPonderationBillMain_TempAsync(HBillNo, HInterID, HUserOrgID, sErr, null); + } + + /// <remarks/> + public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr, object userState) { + if ((this.SetFIFOPonderationBillMain_TempOperationCompleted == null)) { + this.SetFIFOPonderationBillMain_TempOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetFIFOPonderationBillMain_TempOperationCompleted); + } + this.InvokeAsync("SetFIFOPonderationBillMain_Temp", new object[] { + HBillNo, + HInterID, + HUserOrgID, + sErr}, this.SetFIFOPonderationBillMain_TempOperationCompleted, userState); + } + + private void OnSetFIFOPonderationBillMain_TempOperationCompleted(object arg) { + if ((this.SetFIFOPonderationBillMain_TempCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.SetFIFOPonderationBillMain_TempCompleted(this, new SetFIFOPonderationBillMain_TempCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool set_SavePonderationBillMain_Temp_BarCode_Fast( + 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, + ref string sHSourceBillNo, + ref string sHSourceBillType, + ref long sHSupID, + ref string sHSupName, + ref long sHDeptID, + ref string sHDeptName, + ref string sErrMsg) { + object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HQty, + HRedBlueFlag, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HOWNERID, + sHSourceBillNo, + sHSourceBillType, + sHSupID, + sHSupName, + sHDeptID, + sHDeptName, + sErrMsg}); + sHSourceBillNo = ((string)(results[1])); + sHSourceBillType = ((string)(results[2])); + sHSupID = ((long)(results[3])); + sHSupName = ((string)(results[4])); + sHDeptID = ((long)(results[5])); + sHDeptName = ((string)(results[6])); + sErrMsg = ((string)(results[7])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( + 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 sHSourceBillNo, + string sHSourceBillType, + long sHSupID, + string sHSupName, + long sHDeptID, + string sHDeptName, + string sErrMsg) { + this.set_SavePonderationBillMain_Temp_BarCode_FastAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); + } + + /// <remarks/> + public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( + 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 sHSourceBillNo, + string sHSourceBillType, + long sHSupID, + string sHSupName, + long sHDeptID, + string sHDeptName, + string sErrMsg, + object userState) { + if ((this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted == null)) { + this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted); + } + this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { + sBarCode, + HBillID, + HBillType, + HBillNo, + HMaker, + HWhID, + HSPID, + HQty, + HRedBlueFlag, + SourceFlag, + HSourceBillNo, + HSourceBillType, + HOWNERID, + sHSourceBillNo, + sHSourceBillType, + sHSupID, + sHSupName, + sHDeptID, + sHDeptName, + sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted, userState); + } + + private void Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted(object arg) { + if ((this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -7906,125 +8274,82 @@ } /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool getCheckOpen() { - object[] results = this.Invoke("getCheckOpen", new object[0]); + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] + public bool set_SaveProcReportMoveBill_MoveStock(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock", new object[] { + oMain, + HOutBillID, + HOutBillNo, + HPPBomBillNo, + HSCWHID, + HSCSPID, + sErrMsg}); + sErrMsg = ((string)(results[1])); return ((bool)(results[0])); } /// <remarks/> - public void getCheckOpenAsync() { - this.getCheckOpenAsync(null); + public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg) { + this.set_SaveProcReportMoveBill_MoveStockAsync(oMain, HOutBillID, HOutBillNo, HPPBomBillNo, HSCWHID, HSCSPID, sErrMsg, null); } /// <remarks/> - public void getCheckOpenAsync(object userState) { - if ((this.getCheckOpenOperationCompleted == null)) { - this.getCheckOpenOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckOpenOperationCompleted); + public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg, object userState) { + if ((this.set_SaveProcReportMoveBill_MoveStockOperationCompleted == null)) { + this.set_SaveProcReportMoveBill_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStockOperationCompleted); } - this.InvokeAsync("getCheckOpen", new object[0], this.getCheckOpenOperationCompleted, userState); + this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock", new object[] { + oMain, + HOutBillID, + HOutBillNo, + HPPBomBillNo, + HSCWHID, + HSCSPID, + sErrMsg}, this.set_SaveProcReportMoveBill_MoveStockOperationCompleted, userState); } - private void OngetCheckOpenOperationCompleted(object arg) { - if ((this.getCheckOpenCompleted != null)) { + private void Onset_SaveProcReportMoveBill_MoveStockOperationCompleted(object arg) { + if ((this.set_SaveProcReportMoveBill_MoveStockCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.getCheckOpenCompleted(this, new getCheckOpenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + this.set_SaveProcReportMoveBill_MoveStockCompleted(this, new set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getGetDataBase", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public string getGetDataBase(string sItem, ref string sK3) { - object[] results = this.Invoke("getGetDataBase", new object[] { - sItem, - sK3}); - sK3 = ((string)(results[1])); - return ((string)(results[0])); - } - - /// <remarks/> - public void getGetDataBaseAsync(string sItem, string sK3) { - this.getGetDataBaseAsync(sItem, sK3, null); - } - - /// <remarks/> - public void getGetDataBaseAsync(string sItem, string sK3, object userState) { - if ((this.getGetDataBaseOperationCompleted == null)) { - this.getGetDataBaseOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGetDataBaseOperationCompleted); - } - this.InvokeAsync("getGetDataBase", new object[] { - sItem, - sK3}, this.getGetDataBaseOperationCompleted, userState); - } - - private void OngetGetDataBaseOperationCompleted(object arg) { - if ((this.getGetDataBaseCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.getGetDataBaseCompleted(this, new getGetDataBaseCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckCzymc", 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 getCheckCzymc(string sUser, string sPsd) { - object[] results = this.Invoke("getCheckCzymc", new object[] { - sUser, - sPsd}); - return ((System.Data.DataSet)(results[0])); - } - - /// <remarks/> - public void getCheckCzymcAsync(string sUser, string sPsd) { - this.getCheckCzymcAsync(sUser, sPsd, null); - } - - /// <remarks/> - public void getCheckCzymcAsync(string sUser, string sPsd, object userState) { - if ((this.getCheckCzymcOperationCompleted == null)) { - this.getCheckCzymcOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCheckCzymcOperationCompleted); - } - this.InvokeAsync("getCheckCzymc", new object[] { - sUser, - sPsd}, this.getCheckCzymcOperationCompleted, userState); - } - - private void OngetCheckCzymcOperationCompleted(object arg) { - if ((this.getCheckCzymcCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.getCheckCzymcCompleted(this, new getCheckCzymcCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getSub_GetCurPeriod", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool getSub_GetCurPeriod(ref int sYear, ref int sPeriod) { - object[] results = this.Invoke("getSub_GetCurPeriod", new object[] { - sYear, - sPeriod}); - sYear = ((int)(results[1])); - sPeriod = ((int)(results[2])); + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveProcReportMoveBill_MoveStock_CLD_New(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { + oMain, + HOutBillID, + HOutBillNo, + oSystemParameterMain, + sErrMsg}); + sErrMsg = ((string)(results[1])); return ((bool)(results[0])); } /// <remarks/> - public void getSub_GetCurPeriodAsync(int sYear, int sPeriod) { - this.getSub_GetCurPeriodAsync(sYear, sPeriod, null); + public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { + this.set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(oMain, HOutBillID, HOutBillNo, oSystemParameterMain, sErrMsg, null); } /// <remarks/> - public void getSub_GetCurPeriodAsync(int sYear, int sPeriod, object userState) { - if ((this.getSub_GetCurPeriodOperationCompleted == null)) { - this.getSub_GetCurPeriodOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSub_GetCurPeriodOperationCompleted); + public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { + if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted == null)) { + this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted); } - this.InvokeAsync("getSub_GetCurPeriod", new object[] { - sYear, - sPeriod}, this.getSub_GetCurPeriodOperationCompleted, userState); + this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { + oMain, + HOutBillID, + HOutBillNo, + oSystemParameterMain, + sErrMsg}, this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted, userState); } - private void OngetSub_GetCurPeriodOperationCompleted(object arg) { - if ((this.getSub_GetCurPeriodCompleted != null)) { + private void Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted(object arg) { + if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.getSub_GetCurPeriodCompleted(this, new getSub_GetCurPeriodCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted(this, new set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -10628,237 +10953,70 @@ } /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetICInventoryByBarCodeSP_View", 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 GetICInventoryByBarCodeSP_View(string sWhere, ref string sErr) { - object[] results = this.Invoke("GetICInventoryByBarCodeSP_View", new object[] { - sWhere, - sErr}); - sErr = ((string)(results[1])); - return ((System.Data.DataSet)(results[0])); - } - - /// <remarks/> - public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr) { - this.GetICInventoryByBarCodeSP_ViewAsync(sWhere, sErr, null); - } - - /// <remarks/> - public void GetICInventoryByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { - if ((this.GetICInventoryByBarCodeSP_ViewOperationCompleted == null)) { - this.GetICInventoryByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetICInventoryByBarCodeSP_ViewOperationCompleted); - } - this.InvokeAsync("GetICInventoryByBarCodeSP_View", new object[] { - sWhere, - sErr}, this.GetICInventoryByBarCodeSP_ViewOperationCompleted, userState); - } - - private void OnGetICInventoryByBarCodeSP_ViewOperationCompleted(object arg) { - if ((this.GetICInventoryByBarCodeSP_ViewCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.GetICInventoryByBarCodeSP_ViewCompleted(this, new GetICInventoryByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetMaterByBarCodeSP_View", 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 GetMaterByBarCodeSP_View(string sWhere, ref string sErr) { - object[] results = this.Invoke("GetMaterByBarCodeSP_View", new object[] { - sWhere, - sErr}); - sErr = ((string)(results[1])); - return ((System.Data.DataSet)(results[0])); - } - - /// <remarks/> - public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr) { - this.GetMaterByBarCodeSP_ViewAsync(sWhere, sErr, null); - } - - /// <remarks/> - public void GetMaterByBarCodeSP_ViewAsync(string sWhere, string sErr, object userState) { - if ((this.GetMaterByBarCodeSP_ViewOperationCompleted == null)) { - this.GetMaterByBarCodeSP_ViewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMaterByBarCodeSP_ViewOperationCompleted); - } - this.InvokeAsync("GetMaterByBarCodeSP_View", new object[] { - sWhere, - sErr}, this.GetMaterByBarCodeSP_ViewOperationCompleted, userState); - } - - private void OnGetMaterByBarCodeSP_ViewOperationCompleted(object arg) { - if ((this.GetMaterByBarCodeSP_ViewCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.GetMaterByBarCodeSP_ViewCompleted(this, new GetMaterByBarCodeSP_ViewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetFIFOPonderationBillMain_Temp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool SetFIFOPonderationBillMain_Temp(string HBillNo, long HInterID, long HUserOrgID, ref string sErr) { - object[] results = this.Invoke("SetFIFOPonderationBillMain_Temp", new object[] { - HBillNo, - HInterID, - HUserOrgID, - sErr}); - sErr = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr) { - this.SetFIFOPonderationBillMain_TempAsync(HBillNo, HInterID, HUserOrgID, sErr, null); - } - - /// <remarks/> - public void SetFIFOPonderationBillMain_TempAsync(string HBillNo, long HInterID, long HUserOrgID, string sErr, object userState) { - if ((this.SetFIFOPonderationBillMain_TempOperationCompleted == null)) { - this.SetFIFOPonderationBillMain_TempOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetFIFOPonderationBillMain_TempOperationCompleted); - } - this.InvokeAsync("SetFIFOPonderationBillMain_Temp", new object[] { - HBillNo, - HInterID, - HUserOrgID, - sErr}, this.SetFIFOPonderationBillMain_TempOperationCompleted, userState); - } - - private void OnSetFIFOPonderationBillMain_TempOperationCompleted(object arg) { - if ((this.SetFIFOPonderationBillMain_TempCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.SetFIFOPonderationBillMain_TempCompleted(this, new SetFIFOPonderationBillMain_TempCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool set_SavePonderationBillMain_Temp_BarCode_Fast( - 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, - ref string sHSourceBillNo, - ref string sHSourceBillType, - ref long sHSupID, - ref string sHSupName, - ref long sHDeptID, - ref string sHDeptName, - ref string sErrMsg) { - object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { - sBarCode, - HBillID, - HBillType, - HBillNo, - HMaker, - HWhID, - HSPID, - HQty, - HRedBlueFlag, - SourceFlag, - HSourceBillNo, - HSourceBillType, - HOWNERID, - sHSourceBillNo, - sHSourceBillType, - sHSupID, - sHSupName, - sHDeptID, - sHDeptName, + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_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_SaveOtherOutBill_CLD(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveOtherOutBill_CLD", new object[] { + oMain, + sHSourceType, + oSystemParameterMain, sErrMsg}); - sHSourceBillNo = ((string)(results[1])); - sHSourceBillType = ((string)(results[2])); - sHSupID = ((long)(results[3])); - sHSupName = ((string)(results[4])); - sHDeptID = ((long)(results[5])); - sHDeptName = ((string)(results[6])); - sErrMsg = ((string)(results[7])); + sErrMsg = ((string)(results[1])); return ((bool)(results[0])); } /// <remarks/> - public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( - 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 sHSourceBillNo, - string sHSourceBillType, - long sHSupID, - string sHSupName, - long sHDeptID, - string sHDeptName, - string sErrMsg) { - this.set_SavePonderationBillMain_Temp_BarCode_FastAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); + public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { + this.set_SaveOtherOutBill_CLDAsync(oMain, sHSourceType, oSystemParameterMain, sErrMsg, null); } /// <remarks/> - public void set_SavePonderationBillMain_Temp_BarCode_FastAsync( - 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 sHSourceBillNo, - string sHSourceBillType, - long sHSupID, - string sHSupName, - long sHDeptID, - string sHDeptName, - string sErrMsg, - object userState) { - if ((this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted == null)) { - this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted); + public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { + if ((this.set_SaveOtherOutBill_CLDOperationCompleted == null)) { + this.set_SaveOtherOutBill_CLDOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_CLDOperationCompleted); } - this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Fast", new object[] { - sBarCode, - HBillID, - HBillType, - HBillNo, - HMaker, - HWhID, - HSPID, - HQty, - HRedBlueFlag, - SourceFlag, - HSourceBillNo, - HSourceBillType, - HOWNERID, - sHSourceBillNo, - sHSourceBillType, - sHSupID, - sHSupName, - sHDeptID, - sHDeptName, - sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted, userState); + this.InvokeAsync("set_SaveOtherOutBill_CLD", new object[] { + oMain, + sHSourceType, + oSystemParameterMain, + sErrMsg}, this.set_SaveOtherOutBill_CLDOperationCompleted, userState); } - private void Onset_SavePonderationBillMain_Temp_BarCode_FastOperationCompleted(object arg) { - if ((this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted != null)) { + private void Onset_SaveOtherOutBill_CLDOperationCompleted(object arg) { + if ((this.set_SaveOtherOutBill_CLDCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SavePonderationBillMain_Temp_BarCode_FastCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + this.set_SaveOtherOutBill_CLDCompleted(this, new set_SaveOtherOutBill_CLDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_BillCheck", 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_SaveOtherOutBill_BillCheck(ClsKf_OtherOutBillMain oMain, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveOtherOutBill_BillCheck", new object[] { + oMain, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg) { + this.set_SaveOtherOutBill_BillCheckAsync(oMain, sErrMsg, null); + } + + /// <remarks/> + public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg, object userState) { + if ((this.set_SaveOtherOutBill_BillCheckOperationCompleted == null)) { + this.set_SaveOtherOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_BillCheckOperationCompleted); + } + this.InvokeAsync("set_SaveOtherOutBill_BillCheck", new object[] { + oMain, + sErrMsg}, this.set_SaveOtherOutBill_BillCheckOperationCompleted, userState); + } + + private void Onset_SaveOtherOutBill_BillCheckOperationCompleted(object arg) { + if ((this.set_SaveOtherOutBill_BillCheckCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.set_SaveOtherOutBill_BillCheckCompleted(this, new set_SaveOtherOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -12498,86 +12656,6 @@ } /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] - public bool set_SaveProcReportMoveBill_MoveStock(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, ref string sErrMsg) { - object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock", new object[] { - oMain, - HOutBillID, - HOutBillNo, - HPPBomBillNo, - HSCWHID, - HSCSPID, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg) { - this.set_SaveProcReportMoveBill_MoveStockAsync(oMain, HOutBillID, HOutBillNo, HPPBomBillNo, HSCWHID, HSCSPID, sErrMsg, null); - } - - /// <remarks/> - public void set_SaveProcReportMoveBill_MoveStockAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, string HPPBomBillNo, long HSCWHID, long HSCSPID, string sErrMsg, object userState) { - if ((this.set_SaveProcReportMoveBill_MoveStockOperationCompleted == null)) { - this.set_SaveProcReportMoveBill_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStockOperationCompleted); - } - this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock", new object[] { - oMain, - HOutBillID, - HOutBillNo, - HPPBomBillNo, - HSCWHID, - HSCSPID, - sErrMsg}, this.set_SaveProcReportMoveBill_MoveStockOperationCompleted, userState); - } - - private void Onset_SaveProcReportMoveBill_MoveStockOperationCompleted(object arg) { - if ((this.set_SaveProcReportMoveBill_MoveStockCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SaveProcReportMoveBill_MoveStockCompleted(this, new set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveProcReportMoveBill_MoveStock_CLD_New(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { - object[] results = this.Invoke("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { - oMain, - HOutBillID, - HOutBillNo, - oSystemParameterMain, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { - this.set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(oMain, HOutBillID, HOutBillNo, oSystemParameterMain, sErrMsg, null); - } - - /// <remarks/> - public void set_SaveProcReportMoveBill_MoveStock_CLD_NewAsync(ClsKf_ProductInBillMain oMain, long HOutBillID, string HOutBillNo, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { - if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted == null)) { - this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted); - } - this.InvokeAsync("set_SaveProcReportMoveBill_MoveStock_CLD_New", new object[] { - oMain, - HOutBillID, - HOutBillNo, - oSystemParameterMain, - sErrMsg}, this.set_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted, userState); - } - - private void Onset_SaveProcReportMoveBill_MoveStock_CLD_NewOperationCompleted(object arg) { - if ((this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SaveProcReportMoveBill_MoveStock_CLD_NewCompleted(this, new set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveSellOutBackBill_CLD_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_SaveSellOutBackBill_CLD_New(ClsKf_ICStockBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { object[] results = this.Invoke("set_SaveSellOutBackBill_CLD_New", new object[] { @@ -13587,6 +13665,38 @@ } /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustReplenishOutBill_BillCheck", 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_SaveEntrustReplenishOutBill_BillCheck(ClsKf_EntrustReplenishOutBillMain oMain, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveEntrustReplenishOutBill_BillCheck", new object[] { + oMain, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void set_SaveEntrustReplenishOutBill_BillCheckAsync(ClsKf_EntrustReplenishOutBillMain oMain, string sErrMsg) { + this.set_SaveEntrustReplenishOutBill_BillCheckAsync(oMain, sErrMsg, null); + } + + /// <remarks/> + public void set_SaveEntrustReplenishOutBill_BillCheckAsync(ClsKf_EntrustReplenishOutBillMain oMain, string sErrMsg, object userState) { + if ((this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted == null)) { + this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustReplenishOutBill_BillCheckOperationCompleted); + } + this.InvokeAsync("set_SaveEntrustReplenishOutBill_BillCheck", new object[] { + oMain, + sErrMsg}, this.set_SaveEntrustReplenishOutBill_BillCheckOperationCompleted, userState); + } + + private void Onset_SaveEntrustReplenishOutBill_BillCheckOperationCompleted(object arg) { + if ((this.set_SaveEntrustReplenishOutBill_BillCheckCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.set_SaveEntrustReplenishOutBill_BillCheckCompleted(this, new set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustInBackBill_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_SaveEntrustInBackBill_CLD(ClsKf_EntrustInBackBillMain_CLD oMain, string sHSourceType, ref string sErrMsg) { object[] results = this.Invoke("set_SaveEntrustInBackBill_CLD", new object[] { @@ -14030,6 +14140,38 @@ } /// <remarks/> + [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveEntrustOutBill_BillCheck", 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_SaveEntrustOutBill_BillCheck(ClsKf_EntrustOutBillMain oMain, ref string sErrMsg) { + object[] results = this.Invoke("set_SaveEntrustOutBill_BillCheck", new object[] { + oMain, + sErrMsg}); + sErrMsg = ((string)(results[1])); + return ((bool)(results[0])); + } + + /// <remarks/> + public void set_SaveEntrustOutBill_BillCheckAsync(ClsKf_EntrustOutBillMain oMain, string sErrMsg) { + this.set_SaveEntrustOutBill_BillCheckAsync(oMain, sErrMsg, null); + } + + /// <remarks/> + public void set_SaveEntrustOutBill_BillCheckAsync(ClsKf_EntrustOutBillMain oMain, string sErrMsg, object userState) { + if ((this.set_SaveEntrustOutBill_BillCheckOperationCompleted == null)) { + this.set_SaveEntrustOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveEntrustOutBill_BillCheckOperationCompleted); + } + this.InvokeAsync("set_SaveEntrustOutBill_BillCheck", new object[] { + oMain, + sErrMsg}, this.set_SaveEntrustOutBill_BillCheckOperationCompleted, userState); + } + + private void Onset_SaveEntrustOutBill_BillCheckOperationCompleted(object arg) { + if ((this.set_SaveEntrustOutBill_BillCheckCompleted != null)) { + System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); + this.set_SaveEntrustOutBill_BillCheckCompleted(this, new set_SaveEntrustOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); + } + } + + /// <remarks/> [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBackBill", 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_SaveOtherOutBackBill(ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) { object[] results = this.Invoke("set_SaveOtherOutBackBill", new object[] { @@ -14355,74 +14497,6 @@ if ((this.set_SaveOtherOutBill_CLD_NewCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.set_SaveOtherOutBill_CLD_NewCompleted(this, new set_SaveOtherOutBill_CLD_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_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_SaveOtherOutBill_CLD(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { - object[] results = this.Invoke("set_SaveOtherOutBill_CLD", new object[] { - oMain, - sHSourceType, - oSystemParameterMain, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg) { - this.set_SaveOtherOutBill_CLDAsync(oMain, sHSourceType, oSystemParameterMain, sErrMsg, null); - } - - /// <remarks/> - public void set_SaveOtherOutBill_CLDAsync(ClsKf_OtherOutBillMain oMain, string sHSourceType, ClsXt_SystemParameterMain oSystemParameterMain, string sErrMsg, object userState) { - if ((this.set_SaveOtherOutBill_CLDOperationCompleted == null)) { - this.set_SaveOtherOutBill_CLDOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_CLDOperationCompleted); - } - this.InvokeAsync("set_SaveOtherOutBill_CLD", new object[] { - oMain, - sHSourceType, - oSystemParameterMain, - sErrMsg}, this.set_SaveOtherOutBill_CLDOperationCompleted, userState); - } - - private void Onset_SaveOtherOutBill_CLDOperationCompleted(object arg) { - if ((this.set_SaveOtherOutBill_CLDCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SaveOtherOutBill_CLDCompleted(this, new set_SaveOtherOutBill_CLDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); - } - } - - /// <remarks/> - [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SaveOtherOutBill_BillCheck", 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_SaveOtherOutBill_BillCheck(ClsKf_OtherOutBillMain oMain, ref string sErrMsg) { - object[] results = this.Invoke("set_SaveOtherOutBill_BillCheck", new object[] { - oMain, - sErrMsg}); - sErrMsg = ((string)(results[1])); - return ((bool)(results[0])); - } - - /// <remarks/> - public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg) { - this.set_SaveOtherOutBill_BillCheckAsync(oMain, sErrMsg, null); - } - - /// <remarks/> - public void set_SaveOtherOutBill_BillCheckAsync(ClsKf_OtherOutBillMain oMain, string sErrMsg, object userState) { - if ((this.set_SaveOtherOutBill_BillCheckOperationCompleted == null)) { - this.set_SaveOtherOutBill_BillCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SaveOtherOutBill_BillCheckOperationCompleted); - } - this.InvokeAsync("set_SaveOtherOutBill_BillCheck", new object[] { - oMain, - sErrMsg}, this.set_SaveOtherOutBill_BillCheckOperationCompleted, userState); - } - - private void Onset_SaveOtherOutBill_BillCheckOperationCompleted(object arg) { - if ((this.set_SaveOtherOutBill_BillCheckCompleted != null)) { - System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); - this.set_SaveOtherOutBill_BillCheckCompleted(this, new set_SaveOtherOutBill_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } @@ -33355,9 +33429,9 @@ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_QualityReportBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_ICMOReportBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_DoorOutCheckBillMain))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_OtherOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustInBackBillMain_CLD))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_EntrustReplenishOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_MateReplenishOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_MateOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_StdWorkQtyBillMain))] @@ -33371,13 +33445,14 @@ [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain_K3))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_AGVRequestBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain_CLD))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_POStockInBillMain_K3))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_POStockInBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ICStockBillMain))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_OtherOutBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsQC_NoPassProdCheckBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsCg_POInStockBillMain_K3))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsCg_POInStockBillMain))] + [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsKf_ProductInBillMain))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsSc_MouldStockBillMain))] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] [System.SerializableAttribute()] @@ -35307,183 +35382,6 @@ [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] - public partial class ClsKf_OtherOutBillMain : ClsXt_BaseBillMain { - - private long hSupIDField; - - private long hWHIDField; - - private long hSCWHIDField; - - private long hEmpIDField; - - private long hManagerIDField; - - private long hSecManagerIDField; - - private long hKeeperIDField; - - private long hDeptIDField; - - private string hExplanationField; - - private string hInnerBillNoField; - - private bool hRedBlueFlagField; - - private string hStockStyleField; - - private long hSTOCKORGIDField; - - private long hOWNERIDField; - - /// <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 HSCWHID { - get { - return this.hSCWHIDField; - } - set { - this.hSCWHIDField = value; - } - } - - /// <remarks/> - public long HEmpID { - get { - return this.hEmpIDField; - } - set { - this.hEmpIDField = value; - } - } - - /// <remarks/> - public long HManagerID { - get { - return this.hManagerIDField; - } - set { - this.hManagerIDField = 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 string HStockStyle { - get { - return this.hStockStyleField; - } - set { - this.hStockStyleField = 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.4084.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] public partial class ClsKf_EntrustOutBillMain : ClsXt_BaseBillMain { private long hSupIDField; @@ -35864,6 +35762,171 @@ } set { this.hORGANIZATIONSNOField = value; + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] + public partial class ClsKf_EntrustReplenishOutBillMain : ClsXt_BaseBillMain { + + private long hSupIDField; + + private long hWHIDField; + + private long hSCWHIDField; + + private long hEmpIDField; + + private long hManagerIDField; + + 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 HWHID { + get { + return this.hWHIDField; + } + set { + this.hWHIDField = value; + } + } + + /// <remarks/> + public long HSCWHID { + get { + return this.hSCWHIDField; + } + set { + this.hSCWHIDField = value; + } + } + + /// <remarks/> + public long HEmpID { + get { + return this.hEmpIDField; + } + set { + this.hEmpIDField = value; + } + } + + /// <remarks/> + public long HManagerID { + get { + return this.hManagerIDField; + } + set { + this.hManagerIDField = 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; } } } @@ -38307,183 +38370,6 @@ [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] - public partial class ClsKf_ProductInBillMain : ClsXt_BaseBillMain { - - private string hDateForWebField; - - private long hSupIDField; - - private long hWHIDField; - - private long hSCWHIDField; - - private long hEmpIDField; - - private long hManagerIDField; - - 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 string HDateForWeb { - get { - return this.hDateForWebField; - } - set { - this.hDateForWebField = 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 HSCWHID { - get { - return this.hSCWHIDField; - } - set { - this.hSCWHIDField = value; - } - } - - /// <remarks/> - public long HEmpID { - get { - return this.hEmpIDField; - } - set { - this.hEmpIDField = value; - } - } - - /// <remarks/> - public long HManagerID { - get { - return this.hManagerIDField; - } - set { - this.hManagerIDField = 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.4084.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] public partial class ClsKf_POStockInBillMain_K3 : ClsXt_BaseBillMain { private long hCussentAcctIDField; @@ -39399,6 +39285,183 @@ [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] + public partial class ClsKf_OtherOutBillMain : ClsXt_BaseBillMain { + + private long hSupIDField; + + private long hWHIDField; + + private long hSCWHIDField; + + private long hEmpIDField; + + private long hManagerIDField; + + private long hSecManagerIDField; + + private long hKeeperIDField; + + private long hDeptIDField; + + private string hExplanationField; + + private string hInnerBillNoField; + + private bool hRedBlueFlagField; + + private string hStockStyleField; + + private long hSTOCKORGIDField; + + private long hOWNERIDField; + + /// <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 HSCWHID { + get { + return this.hSCWHIDField; + } + set { + this.hSCWHIDField = value; + } + } + + /// <remarks/> + public long HEmpID { + get { + return this.hEmpIDField; + } + set { + this.hEmpIDField = value; + } + } + + /// <remarks/> + public long HManagerID { + get { + return this.hManagerIDField; + } + set { + this.hManagerIDField = 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 string HStockStyle { + get { + return this.hStockStyleField; + } + set { + this.hStockStyleField = 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.4084.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] public partial class ClsQC_NoPassProdCheckBillMain : ClsXt_BaseBillMain { private long hPrintQtyField; @@ -39968,6 +40031,183 @@ } set { this.hInnerBillNoField = value; + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")] + [System.SerializableAttribute()] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")] + public partial class ClsKf_ProductInBillMain : ClsXt_BaseBillMain { + + private string hDateForWebField; + + private long hSupIDField; + + private long hWHIDField; + + private long hSCWHIDField; + + private long hEmpIDField; + + private long hManagerIDField; + + 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 string HDateForWeb { + get { + return this.hDateForWebField; + } + set { + this.hDateForWebField = 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 HSCWHID { + get { + return this.hSCWHIDField; + } + set { + this.hSCWHIDField = value; + } + } + + /// <remarks/> + public long HEmpID { + get { + return this.hEmpIDField; + } + set { + this.hEmpIDField = value; + } + } + + /// <remarks/> + public long HManagerID { + get { + return this.hManagerIDField; + } + set { + this.hManagerIDField = 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; } } } @@ -41599,6 +41839,12 @@ private string kf_EntrustOutBill_SimpleModeField; + private string kf_EntrustOutBillCheck_MustQtyCtlField; + + private string kf_EntrustOutBillCheck_WHSPCtlField; + + private string kf_EntrustOutBillCheck_MultilineCtlField; + private string kf_MateReplenishOutBill_AutoCheckField; private string kf_MateReplenishOutBill_ERPModeField; @@ -41622,6 +41868,30 @@ private string kf_MateReplenishOutBillCheck_WHSPCtlField; private string kf_MateReplenishOutBillCheck_MultilineCtlField; + + private string kf_EntrustReplenishOutBill_AutoCheckField; + + private string kf_EntrustReplenishOutBill_ERPModeField; + + private string kf_EntrustReplenishOutBill_MustQtyCtlField; + + private string kf_EntrustReplenishOutBill_MulSourceBillField; + + private string kf_EntrustReplenishOutBill_BillTypeOneScanField; + + private string kf_EntrustReplenishOutBill_BatchNoCtlField; + + private string kf_EntrustReplenishOutBill_MultilineCtlField; + + private string kf_EntrustReplenishOutBill_MaterWHSPCtlField; + + private string kf_EntrustReplenishOutBill_SourceWHSPCtlField; + + private string kf_EntrustReplenishOutBillCheck_MustQtyCtlField; + + private string kf_EntrustReplenishOutBillCheck_WHSPCtlField; + + private string kf_EntrustReplenishOutBillCheck_MultilineCtlField; private string kf_MoveStockBill_AutoCheckField; @@ -41874,6 +42144,8 @@ private string wMS_UserByOrgRelationField; private string wMS_MouldManagerCtlField; + + private string wMS_CloudModeField; private string barCode_SourceQtyCtlField; @@ -43160,6 +43432,36 @@ } /// <remarks/> + public string Kf_EntrustOutBillCheck_MustQtyCtl { + get { + return this.kf_EntrustOutBillCheck_MustQtyCtlField; + } + set { + this.kf_EntrustOutBillCheck_MustQtyCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustOutBillCheck_WHSPCtl { + get { + return this.kf_EntrustOutBillCheck_WHSPCtlField; + } + set { + this.kf_EntrustOutBillCheck_WHSPCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustOutBillCheck_MultilineCtl { + get { + return this.kf_EntrustOutBillCheck_MultilineCtlField; + } + set { + this.kf_EntrustOutBillCheck_MultilineCtlField = value; + } + } + + /// <remarks/> public string Kf_MateReplenishOutBill_AutoCheck { get { return this.kf_MateReplenishOutBill_AutoCheckField; @@ -43276,6 +43578,126 @@ } set { this.kf_MateReplenishOutBillCheck_MultilineCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_AutoCheck { + get { + return this.kf_EntrustReplenishOutBill_AutoCheckField; + } + set { + this.kf_EntrustReplenishOutBill_AutoCheckField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_ERPMode { + get { + return this.kf_EntrustReplenishOutBill_ERPModeField; + } + set { + this.kf_EntrustReplenishOutBill_ERPModeField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_MustQtyCtl { + get { + return this.kf_EntrustReplenishOutBill_MustQtyCtlField; + } + set { + this.kf_EntrustReplenishOutBill_MustQtyCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_MulSourceBill { + get { + return this.kf_EntrustReplenishOutBill_MulSourceBillField; + } + set { + this.kf_EntrustReplenishOutBill_MulSourceBillField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_BillTypeOneScan { + get { + return this.kf_EntrustReplenishOutBill_BillTypeOneScanField; + } + set { + this.kf_EntrustReplenishOutBill_BillTypeOneScanField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_BatchNoCtl { + get { + return this.kf_EntrustReplenishOutBill_BatchNoCtlField; + } + set { + this.kf_EntrustReplenishOutBill_BatchNoCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_MultilineCtl { + get { + return this.kf_EntrustReplenishOutBill_MultilineCtlField; + } + set { + this.kf_EntrustReplenishOutBill_MultilineCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_MaterWHSPCtl { + get { + return this.kf_EntrustReplenishOutBill_MaterWHSPCtlField; + } + set { + this.kf_EntrustReplenishOutBill_MaterWHSPCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBill_SourceWHSPCtl { + get { + return this.kf_EntrustReplenishOutBill_SourceWHSPCtlField; + } + set { + this.kf_EntrustReplenishOutBill_SourceWHSPCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBillCheck_MustQtyCtl { + get { + return this.kf_EntrustReplenishOutBillCheck_MustQtyCtlField; + } + set { + this.kf_EntrustReplenishOutBillCheck_MustQtyCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBillCheck_WHSPCtl { + get { + return this.kf_EntrustReplenishOutBillCheck_WHSPCtlField; + } + set { + this.kf_EntrustReplenishOutBillCheck_WHSPCtlField = value; + } + } + + /// <remarks/> + public string Kf_EntrustReplenishOutBillCheck_MultilineCtl { + get { + return this.kf_EntrustReplenishOutBillCheck_MultilineCtlField; + } + set { + this.kf_EntrustReplenishOutBillCheck_MultilineCtlField = value; } } @@ -44540,6 +44962,16 @@ } /// <remarks/> + public string WMS_CloudMode { + get { + return this.wMS_CloudModeField; + } + set { + this.wMS_CloudModeField = value; + } + } + + /// <remarks/> public string BarCode_SourceQtyCtl { get { return this.barCode_SourceQtyCtlField; @@ -45441,6 +45873,134 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void getCheckOpenCompletedEventHandler(object sender, getCheckOpenCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class getCheckOpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal getCheckOpenCompletedEventArgs(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.4084.0")] + public delegate void getGetDataBaseCompletedEventHandler(object sender, getGetDataBaseCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class getGetDataBaseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal getGetDataBaseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + base(exception, cancelled, userState) { + this.results = results; + } + + /// <remarks/> + public string Result { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[0])); + } + } + + /// <remarks/> + public string sK3 { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void getCheckCzymcCompletedEventHandler(object sender, getCheckCzymcCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class getCheckCzymcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal getCheckCzymcCompletedEventArgs(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.4084.0")] + public delegate void getSub_GetCurPeriodCompletedEventHandler(object sender, getSub_GetCurPeriodCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class getSub_GetCurPeriodCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal getSub_GetCurPeriodCompletedEventArgs(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 int sYear { + get { + this.RaiseExceptionIfNecessary(); + return ((int)(this.results[1])); + } + } + + /// <remarks/> + public int sPeriod { + get { + this.RaiseExceptionIfNecessary(); + return ((int)(this.results[2])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] public delegate void getDataSetBySQLCompletedEventHandler(object sender, getDataSetBySQLCompletedEventArgs e); /// <remarks/> @@ -45726,6 +46286,190 @@ private object[] results; internal set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(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 sHSourceBillNo { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + + /// <remarks/> + public string sHSourceBillType { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[2])); + } + } + + /// <remarks/> + public long sHSupID { + get { + this.RaiseExceptionIfNecessary(); + return ((long)(this.results[3])); + } + } + + /// <remarks/> + public string sHSupName { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[4])); + } + } + + /// <remarks/> + public long sHDeptID { + get { + this.RaiseExceptionIfNecessary(); + return ((long)(this.results[5])); + } + } + + /// <remarks/> + public string sHDeptName { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[6])); + } + } + + /// <remarks/> + public string sErrMsg { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[7])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void GetICInventoryByBarCodeSP_ViewCompletedEventHandler(object sender, GetICInventoryByBarCodeSP_ViewCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class GetICInventoryByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal GetICInventoryByBarCodeSP_ViewCompletedEventArgs(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 sErr { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void GetMaterByBarCodeSP_ViewCompletedEventHandler(object sender, GetMaterByBarCodeSP_ViewCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class GetMaterByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal GetMaterByBarCodeSP_ViewCompletedEventArgs(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 sErr { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void SetFIFOPonderationBillMain_TempCompletedEventHandler(object sender, SetFIFOPonderationBillMain_TempCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class SetFIFOPonderationBillMain_TempCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal SetFIFOPonderationBillMain_TempCompletedEventArgs(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 sErr { + get { + this.RaiseExceptionIfNecessary(); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } @@ -48911,17 +49655,17 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void getCheckOpenCompletedEventHandler(object sender, getCheckOpenCompletedEventArgs e); + public delegate void set_SaveProcReportMoveBill_MoveStockCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStockCompletedEventArgs e); /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class getCheckOpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + public partial class set_SaveProcReportMoveBill_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; - internal getCheckOpenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + internal set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } @@ -48933,35 +49677,9 @@ return ((bool)(this.results[0])); } } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void getGetDataBaseCompletedEventHandler(object sender, getGetDataBaseCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class getGetDataBaseCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal getGetDataBaseCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : - base(exception, cancelled, userState) { - this.results = results; - } /// <remarks/> - public string Result { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[0])); - } - } - - /// <remarks/> - public string sK3 { + public string sErrMsg { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[1])); @@ -48971,43 +49689,17 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void getCheckCzymcCompletedEventHandler(object sender, getCheckCzymcCompletedEventArgs e); + public delegate void set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs e); /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class getCheckCzymcCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + public partial class set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; - internal getCheckCzymcCompletedEventArgs(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.4084.0")] - public delegate void getSub_GetCurPeriodCompletedEventHandler(object sender, getSub_GetCurPeriodCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class getSub_GetCurPeriodCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal getSub_GetCurPeriodCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + internal set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } @@ -49021,18 +49713,10 @@ } /// <remarks/> - public int sYear { + public string sErrMsg { get { this.RaiseExceptionIfNecessary(); - return ((int)(this.results[1])); - } - } - - /// <remarks/> - public int sPeriod { - get { - this.RaiseExceptionIfNecessary(); - return ((int)(this.results[2])); + return ((string)(this.results[1])); } } } @@ -51619,85 +52303,17 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void GetICInventoryByBarCodeSP_ViewCompletedEventHandler(object sender, GetICInventoryByBarCodeSP_ViewCompletedEventArgs e); + public delegate void set_SaveOtherOutBill_CLDCompletedEventHandler(object sender, set_SaveOtherOutBill_CLDCompletedEventArgs e); /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class GetICInventoryByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + public partial class set_SaveOtherOutBill_CLDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; - internal GetICInventoryByBarCodeSP_ViewCompletedEventArgs(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 sErr { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void GetMaterByBarCodeSP_ViewCompletedEventHandler(object sender, GetMaterByBarCodeSP_ViewCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class GetMaterByBarCodeSP_ViewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal GetMaterByBarCodeSP_ViewCompletedEventArgs(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 sErr { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void SetFIFOPonderationBillMain_TempCompletedEventHandler(object sender, SetFIFOPonderationBillMain_TempCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class SetFIFOPonderationBillMain_TempCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal SetFIFOPonderationBillMain_TempCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + internal set_SaveOtherOutBill_CLDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } @@ -51707,88 +52323,6 @@ get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); - } - } - - /// <remarks/> - public string sErr { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - } - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SavePonderationBillMain_Temp_BarCode_FastCompletedEventArgs(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 sHSourceBillNo { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[1])); - } - } - - /// <remarks/> - public string sHSourceBillType { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[2])); - } - } - - /// <remarks/> - public long sHSupID { - get { - this.RaiseExceptionIfNecessary(); - return ((long)(this.results[3])); - } - } - - /// <remarks/> - public string sHSupName { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[4])); - } - } - - /// <remarks/> - public long sHDeptID { - get { - this.RaiseExceptionIfNecessary(); - return ((long)(this.results[5])); - } - } - - /// <remarks/> - public string sHDeptName { - get { - this.RaiseExceptionIfNecessary(); - return ((string)(this.results[6])); } } @@ -51796,7 +52330,41 @@ public string sErrMsg { get { this.RaiseExceptionIfNecessary(); - return ((string)(this.results[7])); + return ((string)(this.results[1])); + } + } + } + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void set_SaveOtherOutBill_BillCheckCompletedEventHandler(object sender, set_SaveOtherOutBill_BillCheckCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class set_SaveOtherOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal set_SaveOtherOutBill_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])); } } } @@ -53475,74 +54043,6 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - public delegate void set_SaveProcReportMoveBill_MoveStockCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStockCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SaveProcReportMoveBill_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SaveProcReportMoveBill_MoveStockCompletedEventArgs(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.4084.0")] - public delegate void set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventHandler(object sender, set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SaveProcReportMoveBill_MoveStock_CLD_NewCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SaveProcReportMoveBill_MoveStock_CLD_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.4084.0")] public delegate void set_SaveSellOutBackBill_CLD_NewCompletedEventHandler(object sender, set_SaveSellOutBackBill_CLD_NewCompletedEventArgs e); /// <remarks/> @@ -54539,6 +55039,40 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void set_SaveEntrustReplenishOutBill_BillCheckCompletedEventHandler(object sender, set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class set_SaveEntrustReplenishOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal set_SaveEntrustReplenishOutBill_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.4084.0")] public delegate void set_SaveEntrustInBackBill_CLDCompletedEventHandler(object sender, set_SaveEntrustInBackBill_CLDCompletedEventArgs e); /// <remarks/> @@ -54973,6 +55507,40 @@ /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + public delegate void set_SaveEntrustOutBill_BillCheckCompletedEventHandler(object sender, set_SaveEntrustOutBill_BillCheckCompletedEventArgs e); + + /// <remarks/> + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.ComponentModel.DesignerCategoryAttribute("code")] + public partial class set_SaveEntrustOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { + + private object[] results; + + internal set_SaveEntrustOutBill_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.4084.0")] public delegate void set_SaveOtherOutBackBillCompletedEventHandler(object sender, set_SaveOtherOutBackBillCompletedEventArgs e); /// <remarks/> @@ -55282,74 +55850,6 @@ private object[] results; internal set_SaveOtherOutBill_CLD_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.4084.0")] - public delegate void set_SaveOtherOutBill_CLDCompletedEventHandler(object sender, set_SaveOtherOutBill_CLDCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SaveOtherOutBill_CLDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SaveOtherOutBill_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.4084.0")] - public delegate void set_SaveOtherOutBill_BillCheckCompletedEventHandler(object sender, set_SaveOtherOutBill_BillCheckCompletedEventArgs e); - - /// <remarks/> - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - public partial class set_SaveOtherOutBill_BillCheckCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - - private object[] results; - - internal set_SaveOtherOutBill_BillCheckCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } diff --git a/WebAPI/Web References/WebS/Reference.map b/WebAPI/Web References/WebS/Reference.map index 9cbccab..698aaf4 100644 --- a/WebAPI/Web References/WebS/Reference.map +++ b/WebAPI/Web References/WebS/Reference.map @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Results> - <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://localhost/WEBS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> - <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://localhost/WEBS/WebService1.asmx?disco" filename="WebService1.disco" /> + <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://192.168.63.7/WEBS-WMS/WebService1.asmx?disco" filename="WebService1.disco" /> + <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://192.168.63.7/WEBS-WMS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> </Results> </DiscoveryClientResultsFile> \ No newline at end of file diff --git a/WebAPI/Web References/WebS/WebService1.disco b/WebAPI/Web References/WebS/WebService1.disco index 34b53d6..e7984d8 100644 --- a/WebAPI/Web References/WebS/WebService1.disco +++ b/WebAPI/Web References/WebS/WebService1.disco @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> - <contractRef ref="http://localhost/WEBS/WebService1.asmx?wsdl" docRef="http://localhost/WEBS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> - <soap address="http://localhost/WEBS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> - <soap address="http://localhost/WEBS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> + <contractRef ref="http://192.168.63.7/WEBS-WMS/WebService1.asmx?wsdl" docRef="http://192.168.63.7/WEBS-WMS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> + <soap address="http://192.168.63.7/WEBS-WMS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> + <soap address="http://192.168.63.7/WEBS-WMS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> </discovery> \ No newline at end of file diff --git a/WebAPI/Web References/WebS/WebService1.wsdl b/WebAPI/Web References/WebS/WebService1.wsdl index 8d6f402..cb9b846 100644 --- a/WebAPI/Web References/WebS/WebService1.wsdl +++ b/WebAPI/Web References/WebS/WebService1.wsdl @@ -2,6 +2,71 @@ <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="getCheckOpen"> + <s:complexType /> + </s:element> + <s:element name="getCheckOpenResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getGetDataBase"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getGetDataBaseResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getCheckCzymc"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getCheckCzymcResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> + <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="getSub_GetCurPeriod"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="getSub_GetCurPeriodResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> + <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> + </s:sequence> + </s:complexType> + </s:element> <s:element name="getDataSetBySQL"> <s:complexType> <s:sequence> @@ -236,6 +301,110 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_MouldResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetICInventoryByBarCodeSP_View"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> + <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="GetMaterByBarCodeSP_View"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="GetMaterByBarCodeSP_ViewResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> + <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="SetFIFOPonderationBillMain_Temp"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="SetFIFOPonderationBillMain_TempResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <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="sHSourceBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SavePonderationBillMain_Temp_BarCode_FastResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> @@ -602,6 +771,9 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOList" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBill_SimpleMode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustOutBillCheck_MustQtyCtl" type="s:string" /> + <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_MateReplenishOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBill_MustQtyCtl" type="s:string" /> @@ -614,6 +786,18 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_MateReplenishOutBillCheck_MustQtyCtl" type="s:string" /> <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_EntrustReplenishOutBill_AutoCheck" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_ERPMode" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MustQtyCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MulSourceBill" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BillTypeOneScan" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_BatchNoCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MultilineCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_MaterWHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBill_SourceWHSPCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="Kf_EntrustReplenishOutBillCheck_MustQtyCtl" type="s:string" /> + <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_MoveStockBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_MustQtyCtl" type="s:string" /> @@ -740,6 +924,7 @@ <s:element minOccurs="0" maxOccurs="1" name="WMS_OneScanMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_UserByOrgRelation" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="WMS_MouldManagerCtl" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="WMS_CloudMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_SourceQtyCtl" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="BarCode_PrintQty" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="BarCode_PrintQtyCtl" type="s:string" /> @@ -2824,68 +3009,65 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="getCheckOpen"> - <s:complexType /> - </s:element> - <s:element name="getCheckOpenResponse"> + <s:element name="set_SaveProcReportMoveBill_MoveStock"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="getCheckOpenResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> + <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="getGetDataBase"> + <s:complexType name="ClsKf_ProductInBillMain"> + <s:complexContent mixed="false"> + <s:extension base="tns:ClsXt_BaseBillMain"> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> + <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="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" 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_SaveProcReportMoveBill_MoveStockResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sItem" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> - <s:element name="getGetDataBaseResponse"> + <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getGetDataBaseResult" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sK3" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> + <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> + <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" 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="getCheckCzymc"> + <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sUser" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sPsd" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getCheckCzymcResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="getCheckCzymcResult"> - <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="getSub_GetCurPeriod"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> - <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="getSub_GetCurPeriodResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="getSub_GetCurPeriodResult" type="s:boolean" /> - <s:element minOccurs="1" maxOccurs="1" name="sYear" type="s:int" /> - <s:element minOccurs="1" maxOccurs="1" name="sPeriod" type="s:int" /> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_CLD_NewResult" type="s:boolean" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> @@ -4491,106 +4673,58 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="GetICInventoryByBarCodeSP_View"> + <s:element name="set_SaveOtherOutBill_CLD"> <s:complexType> <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetICInventoryByBarCodeSP_ViewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetICInventoryByBarCodeSP_ViewResult"> - <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="GetMaterByBarCodeSP_View"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="GetMaterByBarCodeSP_ViewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="GetMaterByBarCodeSP_ViewResult"> - <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="SetFIFOPonderationBillMain_Temp"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HUserOrgID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="SetFIFOPonderationBillMain_TempResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="SetFIFOPonderationBillMain_TempResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErr" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <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="sHSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> + <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_SavePonderationBillMain_Temp_BarCode_FastResponse"> + <s:complexType name="ClsKf_OtherOutBillMain"> + <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="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" 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="0" maxOccurs="1" name="HStockStyle" type="s:string" /> + <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_SaveOtherOutBill_CLDResponse"> <s:complexType> <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_FastResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_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_SaveOtherOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveOtherOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_BillCheckResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4890,28 +5024,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_ProductInBillMain"> - <s:complexContent mixed="false"> - <s:extension base="tns:ClsXt_BaseBillMain"> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="HDateForWeb" type="s:string" /> - <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="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" 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_SaveProductInBill_MulSource_CLDResponse"> <s:complexType> <s:sequence> @@ -5719,46 +5831,6 @@ </s:sequence> </s:complexType> </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStock"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> - <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" type="s:string" /> - <s:element minOccurs="0" maxOccurs="1" name="HPPBomBillNo" type="s:string" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStockResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStockResult" type="s:boolean" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_ProductInBillMain" /> - <s:element minOccurs="1" maxOccurs="1" name="HOutBillID" type="s:long" /> - <s:element minOccurs="0" maxOccurs="1" name="HOutBillNo" 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_SaveProcReportMoveBill_MoveStock_CLD_NewResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveProcReportMoveBill_MoveStock_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_SaveSellOutBackBill_CLD_New"> <s:complexType> <s:sequence> @@ -6554,6 +6626,43 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="set_SaveEntrustReplenishOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustReplenishOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:complexType name="ClsKf_EntrustReplenishOutBillMain"> + <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="HWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> + <s:element minOccurs="1" maxOccurs="1" name="HManagerID" 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_SaveEntrustReplenishOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <s:complexType> <s:sequence> @@ -6867,6 +6976,22 @@ </s:sequence> </s:complexType> </s:element> + <s:element name="set_SaveEntrustOutBill_BillCheck"> + <s:complexType> + <s:sequence> + <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_EntrustOutBillMain" /> + <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> + </s:sequence> + </s:complexType> + </s:element> + <s:element name="set_SaveEntrustOutBill_BillCheckResponse"> + <s:complexType> + <s:sequence> + <s:element minOccurs="1" maxOccurs="1" name="set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <s:complexType> <s:sequence> @@ -6910,28 +7035,6 @@ </s:sequence> </s:complexType> </s:element> - <s:complexType name="ClsKf_OtherOutBillMain"> - <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="HWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" /> - <s:element minOccurs="1" maxOccurs="1" name="HManagerID" 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="0" maxOccurs="1" name="HStockStyle" type="s:string" /> - <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_SaveOtherOutBillResponse"> <s:complexType> <s:sequence> @@ -7084,40 +7187,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_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_SaveOtherOutBill_CLD"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> - <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_SaveOtherOutBill_CLDResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_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_SaveOtherOutBill_BillCheck"> - <s:complexType> - <s:sequence> - <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain" /> - <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> - </s:sequence> - </s:complexType> - </s:element> - <s:element name="set_SaveOtherOutBill_BillCheckResponse"> - <s:complexType> - <s:sequence> - <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherOutBill_BillCheckResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -12849,6 +12918,30 @@ </s:element> </s:schema> </wsdl:types> + <wsdl:message name="getCheckOpenSoapIn"> + <wsdl:part name="parameters" element="tns:getCheckOpen" /> + </wsdl:message> + <wsdl:message name="getCheckOpenSoapOut"> + <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> + </wsdl:message> + <wsdl:message name="getGetDataBaseSoapIn"> + <wsdl:part name="parameters" element="tns:getGetDataBase" /> + </wsdl:message> + <wsdl:message name="getGetDataBaseSoapOut"> + <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> + </wsdl:message> + <wsdl:message name="getCheckCzymcSoapIn"> + <wsdl:part name="parameters" element="tns:getCheckCzymc" /> + </wsdl:message> + <wsdl:message name="getCheckCzymcSoapOut"> + <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> + </wsdl:message> + <wsdl:message name="getSub_GetCurPeriodSoapIn"> + <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> + </wsdl:message> + <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> @@ -12908,6 +13001,30 @@ </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="GetICInventoryByBarCodeSP_ViewSoapIn"> + <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> + </wsdl:message> + <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> + <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> + </wsdl:message> + <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> + <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> + </wsdl:message> + <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> + <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> + </wsdl:message> + <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> + <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> + </wsdl:message> + <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> + <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> + </wsdl:message> + <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> + <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode" /> @@ -13395,29 +13512,17 @@ <wsdl:message name="getDataSetByMasterSQLSoapOut"> <wsdl:part name="parameters" element="tns:getDataSetByMasterSQLResponse" /> </wsdl:message> - <wsdl:message name="getCheckOpenSoapIn"> - <wsdl:part name="parameters" element="tns:getCheckOpen" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> </wsdl:message> - <wsdl:message name="getCheckOpenSoapOut"> - <wsdl:part name="parameters" element="tns:getCheckOpenResponse" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> </wsdl:message> - <wsdl:message name="getGetDataBaseSoapIn"> - <wsdl:part name="parameters" element="tns:getGetDataBase" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> </wsdl:message> - <wsdl:message name="getGetDataBaseSoapOut"> - <wsdl:part name="parameters" element="tns:getGetDataBaseResponse" /> - </wsdl:message> - <wsdl:message name="getCheckCzymcSoapIn"> - <wsdl:part name="parameters" element="tns:getCheckCzymc" /> - </wsdl:message> - <wsdl:message name="getCheckCzymcSoapOut"> - <wsdl:part name="parameters" element="tns:getCheckCzymcResponse" /> - </wsdl:message> - <wsdl:message name="getSub_GetCurPeriodSoapIn"> - <wsdl:part name="parameters" element="tns:getSub_GetCurPeriod" /> - </wsdl:message> - <wsdl:message name="getSub_GetCurPeriodSoapOut"> - <wsdl:part name="parameters" element="tns:getSub_GetCurPeriodResponse" /> + <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> </wsdl:message> <wsdl:message name="set_CheckPOInStockBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_CheckPOInStockBill_New" /> @@ -13887,29 +13992,17 @@ <wsdl:message name="GetMaterByBarCode_ViewSoapOut"> <wsdl:part name="parameters" element="tns:GetMaterByBarCode_ViewResponse" /> </wsdl:message> - <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapIn"> - <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_View" /> + <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> </wsdl:message> - <wsdl:message name="GetICInventoryByBarCodeSP_ViewSoapOut"> - <wsdl:part name="parameters" element="tns:GetICInventoryByBarCodeSP_ViewResponse" /> + <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> </wsdl:message> - <wsdl:message name="GetMaterByBarCodeSP_ViewSoapIn"> - <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_View" /> + <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> </wsdl:message> - <wsdl:message name="GetMaterByBarCodeSP_ViewSoapOut"> - <wsdl:part name="parameters" element="tns:GetMaterByBarCodeSP_ViewResponse" /> - </wsdl:message> - <wsdl:message name="SetFIFOPonderationBillMain_TempSoapIn"> - <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_Temp" /> - </wsdl:message> - <wsdl:message name="SetFIFOPonderationBillMain_TempSoapOut"> - <wsdl:part name="parameters" element="tns:SetFIFOPonderationBillMain_TempResponse" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapIn"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Fast" /> - </wsdl:message> - <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_FastSoapOut"> - <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_FastResponse" /> + <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> </wsdl:message> <wsdl:message name="set_SavePOStockInBackBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill" /> @@ -14199,18 +14292,6 @@ <wsdl:message name="set_SaveProcReportMoveBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_CLD_NewResponse" /> </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStockSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStockResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_New" /> - </wsdl:message> - <wsdl:message name="set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewResponse" /> - </wsdl:message> <wsdl:message name="set_SaveSellOutBackBill_CLD_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill_CLD_New" /> </wsdl:message> @@ -14391,6 +14472,12 @@ <wsdl:message name="set_SaveMateReplenishOutBill_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveMateReplenishOutBill_BillCheckResponse" /> </wsdl:message> + <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveEntrustReplenishOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustReplenishOutBill_BillCheckResponse" /> + </wsdl:message> <wsdl:message name="set_SaveEntrustInBackBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveEntrustInBackBill_CLD" /> </wsdl:message> @@ -14469,6 +14556,12 @@ <wsdl:message name="set_SaveEntrustOutBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_CLDResponse" /> </wsdl:message> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapIn"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheck" /> + </wsdl:message> + <wsdl:message name="set_SaveEntrustOutBill_BillCheckSoapOut"> + <wsdl:part name="parameters" element="tns:set_SaveEntrustOutBill_BillCheckResponse" /> + </wsdl:message> <wsdl:message name="set_SaveOtherOutBackBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBackBill" /> </wsdl:message> @@ -14528,18 +14621,6 @@ </wsdl:message> <wsdl:message name="set_SaveOtherOutBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD_NewResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_CLDSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLD" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_CLDSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_CLDResponse" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapIn"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheck" /> - </wsdl:message> - <wsdl:message name="set_SaveOtherOutBill_BillCheckSoapOut"> - <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_BillCheckResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGui" /> @@ -15970,6 +16051,22 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> + <wsdl:operation name="getCheckOpen"> + <wsdl:input message="tns:getCheckOpenSoapIn" /> + <wsdl:output message="tns:getCheckOpenSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <wsdl:input message="tns:getGetDataBaseSoapIn" /> + <wsdl:output message="tns:getGetDataBaseSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <wsdl:input message="tns:getCheckCzymcSoapIn" /> + <wsdl:output message="tns:getCheckCzymcSoapOut" /> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <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" /> @@ -16009,6 +16106,22 @@ <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="GetICInventoryByBarCodeSP_View"> + <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> + <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> + <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> + <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> + <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode"> <wsdl:input message="tns:get_CheckTypeByBarCodeSoapIn" /> @@ -16334,21 +16447,13 @@ <wsdl:input message="tns:getDataSetByMasterSQLSoapIn" /> <wsdl:output message="tns:getDataSetByMasterSQLSoapOut" /> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <wsdl:input message="tns:getCheckOpenSoapIn" /> - <wsdl:output message="tns:getCheckOpenSoapOut" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> + <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <wsdl:input message="tns:getGetDataBaseSoapIn" /> - <wsdl:output message="tns:getGetDataBaseSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <wsdl:input message="tns:getCheckCzymcSoapIn" /> - <wsdl:output message="tns:getCheckCzymcSoapOut" /> - </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <wsdl:input message="tns:getSub_GetCurPeriodSoapIn" /> - <wsdl:output message="tns:getSub_GetCurPeriodSoapOut" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> + <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_CheckPOInStockBill_New"> <wsdl:input message="tns:set_CheckPOInStockBill_NewSoapIn" /> @@ -16662,21 +16767,13 @@ <wsdl:input message="tns:GetMaterByBarCode_ViewSoapIn" /> <wsdl:output message="tns:GetMaterByBarCode_ViewSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <wsdl:input message="tns:GetICInventoryByBarCodeSP_ViewSoapIn" /> - <wsdl:output message="tns:GetICInventoryByBarCodeSP_ViewSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <wsdl:input message="tns:GetMaterByBarCodeSP_ViewSoapIn" /> - <wsdl:output message="tns:GetMaterByBarCodeSP_ViewSoapOut" /> - </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <wsdl:input message="tns:SetFIFOPonderationBillMain_TempSoapIn" /> - <wsdl:output message="tns:SetFIFOPonderationBillMain_TempSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapIn" /> - <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_FastSoapOut" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill"> <wsdl:input message="tns:set_SavePOStockInBackBillSoapIn" /> @@ -16870,14 +16967,6 @@ <wsdl:input message="tns:set_SaveProcReportMoveBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveProcReportMoveBill_CLD_NewSoapOut" /> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStockSoapIn" /> - <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStockSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <wsdl:input message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapIn" /> - <wsdl:output message="tns:set_SaveProcReportMoveBill_MoveStock_CLD_NewSoapOut" /> - </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill_CLD_New"> <wsdl:input message="tns:set_SaveSellOutBackBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveSellOutBackBill_CLD_NewSoapOut" /> @@ -16998,6 +17087,10 @@ <wsdl:input message="tns:set_SaveMateReplenishOutBill_BillCheckSoapIn" /> <wsdl:output message="tns:set_SaveMateReplenishOutBill_BillCheckSoapOut" /> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveEntrustReplenishOutBill_BillCheckSoapOut" /> + </wsdl:operation> <wsdl:operation name="set_SaveEntrustInBackBill_CLD"> <wsdl:input message="tns:set_SaveEntrustInBackBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveEntrustInBackBill_CLDSoapOut" /> @@ -17050,6 +17143,10 @@ <wsdl:input message="tns:set_SaveEntrustOutBill_CLDSoapIn" /> <wsdl:output message="tns:set_SaveEntrustOutBill_CLDSoapOut" /> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <wsdl:input message="tns:set_SaveEntrustOutBill_BillCheckSoapIn" /> + <wsdl:output message="tns:set_SaveEntrustOutBill_BillCheckSoapOut" /> + </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBackBill"> <wsdl:input message="tns:set_SaveOtherOutBackBillSoapIn" /> <wsdl:output message="tns:set_SaveOtherOutBackBillSoapOut" /> @@ -17089,14 +17186,6 @@ <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <wsdl:input message="tns:set_SaveOtherOutBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveOtherOutBill_CLD_NewSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_CLD"> - <wsdl:input message="tns:set_SaveOtherOutBill_CLDSoapIn" /> - <wsdl:output message="tns:set_SaveOtherOutBill_CLDSoapOut" /> - </wsdl:operation> - <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> - <wsdl:input message="tns:set_SaveOtherOutBill_BillCheckSoapIn" /> - <wsdl:output message="tns:set_SaveOtherOutBill_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" /> @@ -18053,6 +18142,42 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="getCheckOpen"> + <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="getDataSetBySQL"> <soap:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> <wsdl:input> @@ -18136,6 +18261,42 @@ </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="GetICInventoryByBarCodeSP_View"> + <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18872,8 +19033,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <soap:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18881,26 +19042,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <soap:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <soap:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <soap:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19610,8 +19753,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <soap:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19619,26 +19762,8 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <soap:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <soap:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20078,24 +20203,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <soap:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveSellOutBackBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> <wsdl:input> @@ -20366,6 +20473,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> <wsdl:input> @@ -20483,6 +20599,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <soap:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> @@ -20566,24 +20691,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_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_SaveOtherOutBill_CLD"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_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_SaveOtherOutBill_BillCheck"> - <soap:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -22736,6 +22843,42 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> + <wsdl:operation name="getCheckOpen"> + <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getGetDataBase"> + <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCheckCzymc"> + <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getSub_GetCurPeriod"> + <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> <wsdl:operation name="getDataSetBySQL"> <soap12:operation soapAction="http://tempuri.org/getDataSetBySQL" style="document" /> <wsdl:input> @@ -22819,6 +22962,42 @@ </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="GetICInventoryByBarCodeSP_View"> + <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetMaterByBarCodeSP_View"> + <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> + <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> + <wsdl:input> + <soap12:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal" /> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> + <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23555,8 +23734,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getCheckOpen"> - <soap12:operation soapAction="http://tempuri.org/getCheckOpen" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> + <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23564,26 +23743,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getGetDataBase"> - <soap12:operation soapAction="http://tempuri.org/getGetDataBase" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getCheckCzymc"> - <soap12:operation soapAction="http://tempuri.org/getCheckCzymc" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getSub_GetCurPeriod"> - <soap12:operation soapAction="http://tempuri.org/getSub_GetCurPeriod" style="document" /> + <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> + <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24293,8 +24454,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetICInventoryByBarCodeSP_View"> - <soap12:operation soapAction="http://tempuri.org/GetICInventoryByBarCodeSP_View" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_CLD"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24302,26 +24463,8 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="GetMaterByBarCodeSP_View"> - <soap12:operation soapAction="http://tempuri.org/GetMaterByBarCodeSP_View" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="SetFIFOPonderationBillMain_Temp"> - <soap12:operation soapAction="http://tempuri.org/SetFIFOPonderationBillMain_Temp" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Fast"> - <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Fast" style="document" /> + <wsdl:operation name="set_SaveOtherOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24761,24 +24904,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock"> - <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="set_SaveProcReportMoveBill_MoveStock_CLD_New"> - <soap12:operation soapAction="http://tempuri.org/set_SaveProcReportMoveBill_MoveStock_CLD_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_SaveSellOutBackBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveSellOutBackBill_CLD_New" style="document" /> <wsdl:input> @@ -25049,6 +25174,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustReplenishOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustReplenishOutBill_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_SaveEntrustInBackBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustInBackBill_CLD" style="document" /> <wsdl:input> @@ -25166,6 +25300,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> + <wsdl:operation name="set_SaveEntrustOutBill_BillCheck"> + <soap12:operation soapAction="http://tempuri.org/set_SaveEntrustOutBill_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_SaveOtherOutBackBill"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBackBill" style="document" /> <wsdl:input> @@ -25249,24 +25392,6 @@ </wsdl:operation> <wsdl:operation name="set_SaveOtherOutBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_CLD_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_SaveOtherOutBill_CLD"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_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_SaveOtherOutBill_BillCheck"> - <soap12:operation soapAction="http://tempuri.org/set_SaveOtherOutBill_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -27419,10 +27544,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> - <soap:address location="http://localhost/WEBS/WebService1.asmx" /> + <soap:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> - <soap12:address location="http://localhost/WEBS/WebService1.asmx" /> + <soap12:address location="http://192.168.63.7/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> \ No newline at end of file diff --git a/WebAPI/Web.config b/WebAPI/Web.config index 1ecd39b..fb33827 100644 --- a/WebAPI/Web.config +++ b/WebAPI/Web.config @@ -8,9 +8,9 @@ - <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > - <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> - </sectionGroup> + <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > + <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> + </sectionGroup> </configSections> <connectionStrings> <add name="YqnConn" connectionString="Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;User Id=HX_USER,Password=lc@841022;Integrated Security=True" /> @@ -22,7 +22,7 @@ <!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>--> <add key="FileIP" value="http://localhost:8080/" /> <!--<add key="sUrl" value="http://183.129.128.86:9090/WEBS-WMSTest/WebService1.asmx"/> --> - <add key="sUrl" value="http://192.168.63.195/WEBS-WMS/WebService1.asmx"/> <!--棰滃彴寮忔満--> + <add key="sUrl" value="http://192.168.63.7/WEBS-WMS/WebService1.asmx"/> <!--棰滃彴寮忔満--> <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> 澶忓疂--> <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> --> <!--<add key="sUrl" value="http://10.10.130.181/WEBS-WMS/WebService1.asmx"/> 鍗氭棩绉戞妧--> @@ -96,7 +96,7 @@ </basicHttpBinding> </bindings> <client> - <endpoint address="http://192.168.63.195/WEBS-WMS/WebService1.asmx" binding="basicHttpBinding" + <endpoint address="http://192.168.63.7/WEBS-WMS/WebService1.asmx" binding="basicHttpBinding" bindingConfiguration="WebService1Soap" contract="Webs1.WebService1Soap" name="WebService1Soap" /> </client> @@ -105,7 +105,7 @@ <applicationSettings> <WebAPI.Properties.Settings> <setting name="WebAPI_WebS_WebService1" serializeAs="String"> - <value>http://192.168.63.195/WEBS-WMS/WebService1.asmx</value> + <value>http://192.168.63.7/WEBS-WMS/WebService1.asmx</value> </setting> </WebAPI.Properties.Settings> </applicationSettings> diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 69fa63b..0f59573 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -997,10 +997,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <WebReferenceUrl Include="http://localhost/WEBS/WebService1.asmx"> + <WebReferenceUrl Include="http://192.168.63.7/WEBS-WMS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> - <UpdateFromURL>http://localhost/WEBS/WebService1.asmx</UpdateFromURL> + <UpdateFromURL>http://192.168.63.7/WEBS-WMS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> -- Gitblit v1.9.1