新增夏宝专用调拨扫码模块、缓存列表模块调用所需方法
| | |
| | | { |
| | | public class ClsGy_QCCheckProjectSub : DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | public String HBillNo_bak; |
| | | // |
| | | public Int64 HPrjNo; |
| | | public Int64 HQCCheckItemID; |
| | | public String HQCStd; |
| | |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¼åå表çé¢ï¼è¿åç¼ååè¡¨ä¿¡æ¯ 20250513 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("WEBSController/GetKf_PonderationBillMain_TempList_Other_Json")] |
| | | [HttpGet] |
| | | public object GetKf_PonderationBillMain_TempList_Other_Json(string HBillType, string HMaker, Int64 HStockOrgID, string HSubBillType) |
| | | { |
| | | try |
| | | { |
| | | ds = oCn.RunProcReturn("exec h_p_KF_GetPonderationBillMain_TempList_Other '" + HBillType + "','" + HMaker + "'," + HStockOrgID.ToString() + ",'" + HSubBillType + "'", "h_p_KF_GetPonderationBillMain_TempList_Other"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | else |
| | | { |
| | | List<object> columnNameList = new List<object>(); |
| | | //æ·»å åå |
| | | foreach (DataColumn col in ds.Tables[0].Columns) |
| | | { |
| | | Type dataType = col.DataType; |
| | | string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; |
| | | columnNameList.Add(JsonConvert.DeserializeObject(ColmString)); //è·åå°DataColumnå对象çåå |
| | | } |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "è·ååæ®ç¼ååè¡¨ä¿¡æ¯æåï¼"; |
| | | objJsonResult.data = ds.Tables[0]; |
| | | objJsonResult.list = columnNameList; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "è·ååæ®ç¼åå表信æ¯å¤±è´¥ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// å¤å®ä¸ç¨è°æ¨ æ«ææºåæ¡ç 20250513 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("WEBSController/get_SourceBarCode_MoveStock_XiaBao_Json")] |
| | | [HttpGet] |
| | | public object get_SourceBarCode_MoveStock_XiaBao_Json(Int64 HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, Int64 HFIFOWhID, Int64 HOWNERID) |
| | | { |
| | | try |
| | | { |
| | | WebSoBar = oWebs.get_SourceBarCode_MoveStock_XiaBao(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, ref DBUtility.ClsPub.sErrInfo); |
| | | if (WebSoBar == null) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = DBUtility.ClsPub.sErrInfo; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | else |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "æå"; |
| | | objJsonResult.data = WebSoBar; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ«ææºåæ¡ç 失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 忥å¼è°åº æ«ææºåæ¡ç |
| | |
| | | //} |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç©ææ¡ç ææ¬æ¡ è°æ¨æ«ç è°ç¨ å¤å® æ«æç©ææ¡ç èªå¨å¸¦åºæºåä¿¡æ¯ 20250506 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [Route("WEBSController/get_BarCode_MoveStock_AddSource_Json")] |
| | | [HttpGet] |
| | | public Object get_BarCode_MoveStock_AddSource_Json(string sBarCode, Int64 HInterID, string HBillType, string HBillNo, string HMaker, Int64 HWhID, Int64 HSPID, Int64 HSCWHID, Int64 HSCSPID, Double HQty, bool SourceFlag, string HSourceBillNo, string HSourceBillType, Int64 HStockInOrgID, Int64 HStockOutOrgID, string HScanStyle, string HCustom1, string HCustom2) |
| | | { |
| | | try |
| | | { |
| | | WebSoBar = oWebs.get_BarCode_MoveStock_AddSource(sBarCode, HInterID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, ref DBUtility.ClsPub.sErrInfo, HCustom1, HCustom2); |
| | | if (WebSoBar == null) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = DBUtility.ClsPub.sErrInfo; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | else |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "æå"; |
| | | objJsonResult.data = WebSoBar; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ«ææ¡ç 失败ï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | |
| | |
| | | [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsXt_BaseBillMain))] |
| | | public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol { |
| | | |
| | | private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_POStockInBackOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MateOutBackOperationCompleted; |
| | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_BarCode_MoveStock_AddSourceOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetJXBarCode_SiMoErOperationCompleted; |
| | | |
| | |
| | | private System.Threading.SendOrPostCallback set_BarCodeAutoWMSOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_CheckTypeByBarCode_MouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback DeleteMouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_ORGANIZATIONS_UserByOrgRelationOperationCompleted; |
| | | |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted; |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStock_XiaBaoOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepInOperationCompleted; |
| | | private System.Threading.SendOrPostCallback get_SourceBarCode_MoveStockStepOutOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_CheckEntrustInBillOperationCompleted; |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public event DeleteMouldCompletedEventHandler DeleteMouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SourceBarCode_POStockInBackCompletedEventHandler get_SourceBarCode_POStockInBackCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_BarCode_MoveStock_AddSourceCompletedEventHandler get_BarCode_MoveStock_AddSourceCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventHandler get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetJXBarCode_SiMoErCompletedEventHandler GetJXBarCode_SiMoErCompleted; |
| | |
| | | |
| | | /// <remarks/> |
| | | public event get_CheckTypeByBarCode_MouldCompletedEventHandler get_CheckTypeByBarCode_MouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event DeleteMouldCompletedEventHandler DeleteMouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MouldCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_ORGANIZATIONS_UserByOrgRelationCompletedEventHandler get_ORGANIZATIONS_UserByOrgRelationCompleted; |
| | |
| | | public event get_SourceBarCode_MoveStockCompletedEventHandler get_SourceBarCode_MoveStockCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted; |
| | | public event get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler get_SourceBarCode_MoveStock_XiaBaoCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_SourceBarCode_MoveStockStepInCompletedEventHandler get_SourceBarCode_MoveStockStepInCompleted; |
| | | public event get_SourceBarCode_MoveStockStepOutCompletedEventHandler get_SourceBarCode_MoveStockStepOutCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_CheckEntrustInBillCompletedEventHandler set_CheckEntrustInBillCompleted; |
| | |
| | | public event GetSc_ICMOBackBillListCompletedEventHandler GetSc_ICMOBackBillListCompleted; |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DeleteMould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool DeleteMould(long HInterID, long HItemID, string HBillType, ref string sErrMsg) { |
| | | object[] results = this.Invoke("DeleteMould", new object[] { |
| | | HInterID, |
| | | HItemID, |
| | | HBillType, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg) { |
| | | this.DeleteMouldAsync(HInterID, HItemID, HBillType, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg, object userState) { |
| | | if ((this.DeleteMouldOperationCompleted == null)) { |
| | | this.DeleteMouldOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteMouldOperationCompleted); |
| | | } |
| | | this.InvokeAsync("DeleteMould", new object[] { |
| | | HInterID, |
| | | HItemID, |
| | | HBillType, |
| | | sErrMsg}, this.DeleteMouldOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnDeleteMouldOperationCompleted(object arg) { |
| | | if ((this.DeleteMouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.DeleteMouldCompleted(this, new DeleteMouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould", 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_Mould( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | ref string 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_Mould", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | HExpressNumber, |
| | | SCWhID, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | 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_MouldAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | HExpressNumber, |
| | | SCWhID, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepIn", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SourceBarCode_MoveStockStepIn", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) { |
| | | this.get_SourceBarCode_MoveStockStepInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockInOrgID, HStockOutOrgID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) { |
| | | if ((this.get_SourceBarCode_MoveStockStepInOperationCompleted == null)) { |
| | | this.get_SourceBarCode_MoveStockStepInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepInOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_SourceBarCode_MoveStockStepIn", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sErrMsg}, this.get_SourceBarCode_MoveStockStepInOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_SourceBarCode_MoveStockStepInOperationCompleted(object arg) { |
| | | if ((this.get_SourceBarCode_MoveStockStepInCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_SourceBarCode_MoveStockStepInCompleted(this, new get_SourceBarCode_MoveStockStepInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_POStockInBack", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SourceBarCode_POStockInBack(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockOrgID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SourceBarCode_POStockInBack", new object[] { |
| | |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BarCode_MoveStock_AddSource", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_BarCode_MoveStock_AddSource( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HScanStyle, |
| | | ref string sErrMsg, |
| | | string HCustom1, |
| | | string HCustom2) { |
| | | object[] results = this.Invoke("get_BarCode_MoveStock_AddSource", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | HQty, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | HScanStyle, |
| | | sErrMsg, |
| | | HCustom1, |
| | | HCustom2}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BarCode_MoveStock_AddSourceAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HScanStyle, |
| | | string sErrMsg, |
| | | string HCustom1, |
| | | string HCustom2) { |
| | | this.get_BarCode_MoveStock_AddSourceAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, sErrMsg, HCustom1, HCustom2, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BarCode_MoveStock_AddSourceAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HScanStyle, |
| | | string sErrMsg, |
| | | string HCustom1, |
| | | string HCustom2, |
| | | object userState) { |
| | | if ((this.get_BarCode_MoveStock_AddSourceOperationCompleted == null)) { |
| | | this.get_BarCode_MoveStock_AddSourceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BarCode_MoveStock_AddSourceOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_BarCode_MoveStock_AddSource", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | HQty, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | HScanStyle, |
| | | sErrMsg, |
| | | HCustom1, |
| | | HCustom2}, this.get_BarCode_MoveStock_AddSourceOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_BarCode_MoveStock_AddSourceOperationCompleted(object arg) { |
| | | if ((this.get_BarCode_MoveStock_AddSourceCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_BarCode_MoveStock_AddSourceCompleted(this, new get_BarCode_MoveStock_AddSourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HCustom1, |
| | | string HCustom2, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | HQty, |
| | | SourceFlag, |
| | | HSourceBillType, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | HCustom1, |
| | | HCustom2, |
| | | oSystemParameterMain, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HCustom1, |
| | | string HCustom2, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg) { |
| | | this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | long HSCWHID, |
| | | long HSCSPID, |
| | | double HQty, |
| | | bool SourceFlag, |
| | | string HSourceBillType, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string HCustom1, |
| | | string HCustom2, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted == null)) { |
| | | this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HSCWHID, |
| | | HSCSPID, |
| | | HQty, |
| | | SourceFlag, |
| | | HSourceBillType, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | HCustom1, |
| | | HCustom2, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceOperationCompleted(object arg) { |
| | | if ((this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompleted(this, new get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | if ((this.get_CheckTypeByBarCode_MouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_CheckTypeByBarCode_MouldCompleted(this, new get_CheckTypeByBarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DeleteMould", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool DeleteMould(long HInterID, long HItemID, string HBillType, ref string sErrMsg) { |
| | | object[] results = this.Invoke("DeleteMould", new object[] { |
| | | HInterID, |
| | | HItemID, |
| | | HBillType, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((bool)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg) { |
| | | this.DeleteMouldAsync(HInterID, HItemID, HBillType, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void DeleteMouldAsync(long HInterID, long HItemID, string HBillType, string sErrMsg, object userState) { |
| | | if ((this.DeleteMouldOperationCompleted == null)) { |
| | | this.DeleteMouldOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteMouldOperationCompleted); |
| | | } |
| | | this.InvokeAsync("DeleteMould", new object[] { |
| | | HInterID, |
| | | HItemID, |
| | | HBillType, |
| | | sErrMsg}, this.DeleteMouldOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnDeleteMouldOperationCompleted(object arg) { |
| | | if ((this.DeleteMouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.DeleteMouldCompleted(this, new DeleteMouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould", 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_Mould( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | ref string 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_Mould", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | HExpressNumber, |
| | | SCWhID, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | 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_MouldAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldAsync(sBarCode, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HQty, HRedBlueFlag, SourceFlag, HSourceBillNo, HSourceBillType, HOWNERID, HExpressNumber, SCWhID, HStockInOrgID, HStockOutOrgID, sHSourceBillNo, sHSourceBillType, sHSupID, sHSupName, sHDeptID, sHDeptName, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MouldAsync( |
| | | string sBarCode, |
| | | long HBillID, |
| | | string HBillType, |
| | | string HBillNo, |
| | | string HMaker, |
| | | long HWhID, |
| | | long HSPID, |
| | | double HQty, |
| | | bool HRedBlueFlag, |
| | | bool SourceFlag, |
| | | string HSourceBillNo, |
| | | string HSourceBillType, |
| | | long HOWNERID, |
| | | string HExpressNumber, |
| | | long SCWhID, |
| | | long HStockInOrgID, |
| | | long HStockOutOrgID, |
| | | string sHSourceBillNo, |
| | | string sHSourceBillType, |
| | | long sHSupID, |
| | | string sHSupName, |
| | | long sHDeptID, |
| | | string sHDeptName, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_Mould", new object[] { |
| | | sBarCode, |
| | | HBillID, |
| | | HBillType, |
| | | HBillNo, |
| | | HMaker, |
| | | HWhID, |
| | | HSPID, |
| | | HQty, |
| | | HRedBlueFlag, |
| | | SourceFlag, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HOWNERID, |
| | | HExpressNumber, |
| | | SCWhID, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sHSourceBillNo, |
| | | sHSourceBillType, |
| | | sHSupID, |
| | | sHSupName, |
| | | sHDeptID, |
| | | sHDeptName, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MouldOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MouldCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStock_XiaBao(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SourceBarCode_MoveStock_XiaBao", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HFIFOWhID, |
| | | HOWNERID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStock_XiaBaoAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg) { |
| | | this.get_SourceBarCode_MoveStock_XiaBaoAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HFIFOWhID, HOWNERID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStock_XiaBaoAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HOWNERID, string sErrMsg, object userState) { |
| | | if ((this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted == null)) { |
| | | this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStock_XiaBaoOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_SourceBarCode_MoveStock_XiaBao", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HFIFOWhID, |
| | | HOWNERID, |
| | | sErrMsg}, this.get_SourceBarCode_MoveStock_XiaBaoOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_SourceBarCode_MoveStock_XiaBaoOperationCompleted(object arg) { |
| | | if ((this.get_SourceBarCode_MoveStock_XiaBaoCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_SourceBarCode_MoveStock_XiaBaoCompleted(this, new get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepOut", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepOut(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HFIFOWhID, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SourceBarCode_MoveStockStepOut", new object[] { |
| | |
| | | if ((this.get_SourceBarCode_MoveStockStepOutCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_SourceBarCode_MoveStockStepOutCompleted(this, new get_SourceBarCode_MoveStockStepOutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_SourceBarCode_MoveStockStepIn", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_SourceBarCode_MoveStockStepIn(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_SourceBarCode_MoveStockStepIn", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg) { |
| | | this.get_SourceBarCode_MoveStockStepInAsync(HInterID, HBillNo, HBillType, HSourceBillNo, HSourceBillType, HMaker, HStockInOrgID, HStockOutOrgID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_SourceBarCode_MoveStockStepInAsync(long HInterID, string HBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string HMaker, long HStockInOrgID, long HStockOutOrgID, string sErrMsg, object userState) { |
| | | if ((this.get_SourceBarCode_MoveStockStepInOperationCompleted == null)) { |
| | | this.get_SourceBarCode_MoveStockStepInOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_SourceBarCode_MoveStockStepInOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_SourceBarCode_MoveStockStepIn", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HSourceBillNo, |
| | | HSourceBillType, |
| | | HMaker, |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | sErrMsg}, this.get_SourceBarCode_MoveStockStepInOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_SourceBarCode_MoveStockStepInOperationCompleted(object arg) { |
| | | if ((this.get_SourceBarCode_MoveStockStepInCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_SourceBarCode_MoveStockStepInCompleted(this, new get_SourceBarCode_MoveStockStepInCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void DeleteMouldCompletedEventHandler(object sender, DeleteMouldCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class DeleteMouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal DeleteMouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | 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.3752.0")] |
| | | public delegate void get_SourceBarCode_MoveStockStepInCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepInCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_SourceBarCode_MoveStockStepInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_SourceBarCode_MoveStockStepInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public ClsKf_ICStockBill_WMS Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((ClsKf_ICStockBill_WMS)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void get_SourceBarCode_POStockInBackCompletedEventHandler(object sender, get_SourceBarCode_POStockInBackCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void get_BarCode_MoveStock_AddSourceCompletedEventHandler(object sender, get_BarCode_MoveStock_AddSourceCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_BarCode_MoveStock_AddSourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_BarCode_MoveStock_AddSourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public ClsKf_ICStockBill_WMS Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((ClsKf_ICStockBill_WMS)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventHandler(object sender, get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public ClsKf_ICStockBill_WMS Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((ClsKf_ICStockBill_WMS)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void DeleteMouldCompletedEventHandler(object sender, DeleteMouldCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class DeleteMouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal DeleteMouldCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public bool Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((bool)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MouldCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | 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.3752.0")] |
| | | public delegate void get_SourceBarCode_MoveStockStepOutCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepOutCompletedEventArgs e); |
| | | public delegate void get_SourceBarCode_MoveStock_XiaBaoCompletedEventHandler(object sender, get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_SourceBarCode_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal get_SourceBarCode_MoveStock_XiaBaoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void get_SourceBarCode_MoveStockStepInCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepInCompletedEventArgs e); |
| | | public delegate void get_SourceBarCode_MoveStockStepOutCompletedEventHandler(object sender, get_SourceBarCode_MoveStockStepOutCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_SourceBarCode_MoveStockStepInCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class get_SourceBarCode_MoveStockStepOutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_SourceBarCode_MoveStockStepInCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal get_SourceBarCode_MoveStockStepOutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | <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="get_SourceBarCode_POStockInBack"> |
| | | <s:element name="DeleteMould"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="DeleteMouldResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="DeleteMouldResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SavePonderationBillMain_Temp_BarCode_Mould"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SCWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="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_MouldResponse"> |
| | | <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="get_SourceBarCode_MoveStockStepIn"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_POStockInBackResponse"> |
| | | <s:element name="get_SourceBarCode_MoveStockStepInResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_POStockInBackResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepInResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSourceBarCodeFlag" type="s:boolean" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | <s:element name="get_SourceBarCode_POStockInBack"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_POStockInBackResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_POStockInBackResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MateOutBack"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_BarCode_MoveStock_AddSource"> |
| | | <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="HSCWHID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <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="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HScanStyle" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HCustom1" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HCustom2" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_BarCode_MoveStock_AddSourceResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_BarCode_MoveStock_AddSourceResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="omodel_View" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> |
| | | <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="HSCWHID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HCustom1" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HCustom2" 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="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_MouldResult" type="tns:ClsKf_ICStockBill_Mould" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="DeleteMould"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="DeleteMouldResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="DeleteMouldResult" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="set_SavePonderationBillMain_Temp_BarCode_Mould"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="SCWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="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_MouldResponse"> |
| | | <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:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MoveStock_XiaBao"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MoveStock_XiaBaoResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStock_XiaBaoResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MoveStockStepOut"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepOutResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MoveStockStepIn"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> |
| | | <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | | </s:element> |
| | | <s:element name="get_SourceBarCode_MoveStockStepInResponse"> |
| | | <s:complexType> |
| | | <s:sequence> |
| | | <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_MoveStockStepInResult" type="tns:ClsKf_ICStockBill_WMS" /> |
| | | <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> |
| | | </s:sequence> |
| | | </s:complexType> |
| | |
| | | </s:element> |
| | | </s:schema> |
| | | </wsdl:types> |
| | | <wsdl:message name="DeleteMouldSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:DeleteMould" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="DeleteMouldSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:DeleteMouldResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Mould" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepInSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepIn" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepInSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepInResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_POStockInBackSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_POStockInBack" /> |
| | | </wsdl:message> |
| | |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_BarCode_MoveStock_AddSourceSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_BarCode_MoveStock_AddSource" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_BarCode_MoveStock_AddSourceSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_BarCode_MoveStock_AddSourceResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="GetJXBarCode_SiMoErSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:GetJXBarCode_SiMoEr" /> |
| | |
| | | </wsdl:message> |
| | | <wsdl:message name="get_CheckTypeByBarCode_MouldSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_MouldResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="DeleteMouldSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:DeleteMould" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="DeleteMouldSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:DeleteMouldResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_Mould" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_ORGANIZATIONS_UserByOrgRelationSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_ORGANIZATIONS_UserByOrgRelation" /> |
| | |
| | | <wsdl:message name="get_SourceBarCode_MoveStockSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBao" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStock_XiaBaoSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStock_XiaBaoResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOut" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepOutSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepOutResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepInSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepIn" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="get_SourceBarCode_MoveStockStepInSoapOut"> |
| | | <wsdl:part name="parameters" element="tns:get_SourceBarCode_MoveStockStepInResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:message name="set_CheckEntrustInBillSoapIn"> |
| | | <wsdl:part name="parameters" element="tns:set_CheckEntrustInBill" /> |
| | |
| | | <wsdl:part name="parameters" element="tns:GetSc_ICMOBackBillListResponse" /> |
| | | </wsdl:message> |
| | | <wsdl:portType name="WebService1Soap"> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <wsdl:input message="tns:DeleteMouldSoapIn" /> |
| | | <wsdl:output message="tns:DeleteMouldSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> |
| | | <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <wsdl:input message="tns:get_SourceBarCode_MoveStockStepInSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_MoveStockStepInSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_POStockInBack"> |
| | | <wsdl:input message="tns:get_SourceBarCode_POStockInBackSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_POStockInBackSoapOut" /> |
| | |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLi"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapIn" /> |
| | | <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLiSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_BarCode_MoveStock_AddSource"> |
| | | <wsdl:input message="tns:get_BarCode_MoveStock_AddSourceSoapIn" /> |
| | | <wsdl:output message="tns:get_BarCode_MoveStock_AddSourceSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource"> |
| | | <wsdl:input message="tns:get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceSoapIn" /> |
| | | <wsdl:output message="tns:get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSourceSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="GetJXBarCode_SiMoEr"> |
| | | <wsdl:input message="tns:GetJXBarCode_SiMoErSoapIn" /> |
| | |
| | | <wsdl:operation name="get_CheckTypeByBarCode_Mould"> |
| | | <wsdl:input message="tns:get_CheckTypeByBarCode_MouldSoapIn" /> |
| | | <wsdl:output message="tns:get_CheckTypeByBarCode_MouldSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <wsdl:input message="tns:DeleteMouldSoapIn" /> |
| | | <wsdl:output message="tns:DeleteMouldSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Mould"> |
| | | <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> |
| | | <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_ORGANIZATIONS_UserByOrgRelation"> |
| | | <wsdl:input message="tns:get_ORGANIZATIONS_UserByOrgRelationSoapIn" /> |
| | |
| | | <wsdl:input message="tns:get_SourceBarCode_MoveStockSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_MoveStockSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao"> |
| | | <wsdl:input message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_MoveStock_XiaBaoSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepOut"> |
| | | <wsdl:input message="tns:get_SourceBarCode_MoveStockStepOutSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_MoveStockStepOutSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <wsdl:input message="tns:get_SourceBarCode_MoveStockStepInSoapIn" /> |
| | | <wsdl:output message="tns:get_SourceBarCode_MoveStockStepInSoapOut" /> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_CheckEntrustInBill"> |
| | | <wsdl:input message="tns:set_CheckEntrustInBillSoapIn" /> |
| | |
| | | </wsdl:portType> |
| | | <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> |
| | | <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <soap:operation soapAction="http://tempuri.org/DeleteMould" 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_Mould"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepIn" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_POStockInBack"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_POStockInBack" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLi"> |
| | | <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLi" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_BarCode_MoveStock_AddSource"> |
| | | <soap:operation soapAction="http://tempuri.org/get_BarCode_MoveStock_AddSource" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_CheckTypeByBarCode_Mould"> |
| | | <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <soap:operation soapAction="http://tempuri.org/DeleteMould" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </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> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepOut"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" /> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepIn" style="document" /> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepOut"> |
| | | <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" /> |
| | | <wsdl:input> |
| | | <soap:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | </wsdl:binding> |
| | | <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> |
| | | <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <soap12:operation soapAction="http://tempuri.org/DeleteMould" 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_Mould"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Mould" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepIn" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_POStockInBack"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_POStockInBack" style="document" /> |
| | | <wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLi"> |
| | | <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_Pack_MoveStock_ZhuoLi" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_BarCode_MoveStock_AddSource"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_BarCode_MoveStock_AddSource" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SavePonderationBillMain_Temp_BarCode_MoveStock_AddSource" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_CheckTypeByBarCode_Mould"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="DeleteMould"> |
| | | <soap12:operation soapAction="http://tempuri.org/DeleteMould" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | | <wsdl:output> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </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> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepOut"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" /> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStock_XiaBao"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStock_XiaBao" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |
| | |
| | | <soap12:body use="literal" /> |
| | | </wsdl:output> |
| | | </wsdl:operation> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepIn"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepIn" style="document" /> |
| | | <wsdl:operation name="get_SourceBarCode_MoveStockStepOut"> |
| | | <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MoveStockStepOut" style="document" /> |
| | | <wsdl:input> |
| | | <soap12:body use="literal" /> |
| | | </wsdl:input> |