1
yangle
2023-04-01 59a218f89e7e0eab7e310d7b650d9a0d272b098e
1
13个文件已修改
1个文件已添加
9216 ■■■■ 已修改文件
DAL/车间管理/ClsSc_ProcessExchangeBill.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Gy_ProcessController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/CJGL/Cj_StationInBillController.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/MoveStockBillController.cs 199 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/条码管理/WEBSController.cs 113 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/ClsGy_BarCodeBill_WMS_Model.datasource 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/Reference.cs 6833 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/Reference.map 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/WebService1.disco 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/WebService1.wsdl 1738 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web.config 200 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/WebAPI.csproj 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/WebServer.cs 78 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DAL/³µ¼ä¹ÜÀí/ClsSc_ProcessExchangeBill.cs
@@ -304,8 +304,8 @@
                ",HProdMaterName,HCusName,HWorkRemark,HImportNote,HMaterNumber_A" +
                ",HMaterNumber_B,HMaterNumber_C,HMaterNumber_D,HProdType,HMaterShortName" +
                ",HMaterIDA,HMaterIDB,HMaterIDC,HMaterIDD,HICMOEntryID" +       
                ",HPicNumVer,HPicNumAssemble,HMaterTexture,HProductNum,HVerNum,HPRDORGID,HBLFlag,HCusNumber,HPickLabel,HPickLabelNumber,HXTNumber,HXTModel,HWorkBillSortNo" +
               ", HRoutingBillID) " +
",HPicNumVer,HPicNumAssemble,HMaterTexture,HProductNum,HVerNum,HPRDORGID,HBLFlag,HCusNumber,HPickLabel,HPickLabelNumber,HXTNumber,HXTModel,HWorkBillSortNo" +
               ", HRoutingBillID,HMaterModel,HWidth,HWeight,HAuxQty,HAuxUnit,HSplitNo) " +
                " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "','" + omodel.HMaker + "',getdate()," + "" + (omodel.HPrevMainSourceInterID == 0 ? omodel.HInterID : omodel.HPrevMainSourceInterID) +
                "," + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + omodel.HBatchNo + "'," + omodel.HMainMaterID.ToString() + "," + omodel.HKeyMaterID.ToString() + "," + omodel.HNo.ToString() + ",'" + omodel.HOrderProcNO + "'" +
                "," + omodel.HWWOrderInterID.ToString() + "," + omodel.HWWOrderEntryID.ToString() + ",'" + omodel.HWWOrderBillNo + "'," + omodel.HICMOInterID.ToString() + "," + omodel.HEquipMentID.ToString() +
WebAPI/Controllers/BaseSet/Gy_ProcessController.cs
@@ -305,7 +305,7 @@
                bool HTypeCount = list[0].HTypeCount;
                string HDeptNumber = "";
                long HLevel = ClsPub.GetLevel(list[0].HNumber.Trim());
                bool HEndFlag = false;
                bool HEndFlag = true;
                long HProcessID_K3 = list[0].HProcessID_K3;
                string HBillSubType = list[0].HType;
                bool HAutoTrunFlag = list[0].HAutoTrunFlag;
WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
@@ -967,6 +967,17 @@
                        return objJsonResult;
                    }
                    ds = oCn.RunProcReturn($"exec h_p_DelOutInBill {HInterID},'MES_StationInBill_DeleteRelationCtl'", "h_p_DelOutInBill");
                    if (ds.Tables[0].Rows[0][0].ToString() == "0")
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 0;
                        objJsonResult.Message = "系统参数控制,已有下道工序,不能删除!";
                        objJsonResult.data = null;
                        return objJsonResult;
                    }
                    //写入删除日志 
                    string WorkList = "删除进站单:" + oBill.omodel.HBillNo;
                    if (!oBill.DeleteBill(oBill.omodel.HInterID, oBill.omodel.HProcExchInterID, oBill.omodel.HProcExchEntryID, ref DBUtility.ClsPub.sExeReturnInfo))
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -1641,6 +1641,17 @@
                        return objJsonResult;
                    }
                    ds = oCn.RunProcReturn($"exec h_p_DelOutInBill {HInterID},'MES_StationOutBill_DeleteRelationCtl'", "h_p_DelOutInBill");
                    if (ds.Tables[0].Rows[0][0].ToString()== "0")
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 0;
                        objJsonResult.Message = "系统参数控制,已有下道工序,不能删除!";
                        objJsonResult.data = null;
                        return objJsonResult;
                    }
                    //写入删除日志 
                    string WorkList = "删除出站单:" + oBill.omodel.HBillNo;
                    if (!oBill.DeleteBill(oBill.omodel.HInterID, oBill.omodel.HProcExchInterID, oBill.omodel.HProcExchEntryID, ref DBUtility.ClsPub.sExeReturnInfo))
WebAPI/Controllers/MoveStockBillController.cs
@@ -546,7 +546,8 @@
            var sJXCode = POStockInBillController.JX_Json(sCode, sInterID, HBillType, HStockOutOrgID, sBillNo,sMaker);
            //WebSoBar = oWebs.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo);
            WebSoBar = oWebs.get_BarCode_MoveStock(sJXCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, HSCWhID, HSCSPID, sQty, SourceFlag, sSourceBillNo, sHSourceBillType, HStockInOrgID,HStockOutOrgID,HScanStyle, ref DBUtility.ClsPub.sErrInfo);
            string HCustom1 = "", HCustom2 = "";
            WebSoBar = oWebs.get_BarCode_MoveStock(sJXCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, HSCWhID, HSCSPID, sQty, SourceFlag, sSourceBillNo, sHSourceBillType, HStockInOrgID,HStockOutOrgID,HScanStyle, ref DBUtility.ClsPub.sErrInfo, HCustom1, HCustom2);
            if (WebSoBar == null)
            {
                objJsonResult.code = "0";
@@ -687,116 +688,116 @@
        /// å®‰ç‘žç›˜ç‚¹å•
        /// </summary>
        /// <returns></returns>
        [Route("MoveStockBill/set_SaveMoveStockBill_PD")]
        [HttpPost]
        public object set_SaveMoveStockBill_PD([FromBody] JObject oMain)
        {
            var _value = oMain["oMain"].ToString();
            string msg1 = _value.ToString();
        //[Route("MoveStockBill/set_SaveMoveStockBill_PD")]
        //[HttpPost]
        //public object set_SaveMoveStockBill_PD([FromBody] JObject oMain)
        //{
        //    var _value = oMain["oMain"].ToString();
        //    string msg1 = _value.ToString();
            //List<Model.ClsKf_MoveStockBillMain> lsmain = new List<Model.ClsKf_MoveStockBillMain>();
            //ListModels oListModels = new ListModels();
            //lsmain = oListModels.getMoveStockBillMainByJson(msg1);
            //lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
            //lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
            //string sSourceBillType = lsmain[0].HBillType;
            //BLL.ClsKf_MoveStockBill bll = new BLL.ClsKf_MoveStockBill();
            //return bll.set_SaveMoveStockBill(lsmain[0], sSourceBillType, ref DBUtility.ClsPub.sErrInfo);
            try
            {
                List<Model.ClsKf_MoveStockBillMain> lsmain = new List<Model.ClsKf_MoveStockBillMain>();
                ListModels oListModels = new ListModels();
                lsmain = oListModels.getMoveStockBillMainByJson(msg1);
                lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
                lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
                string sSourceBillType = lsmain[0].HBillType;
                //string sSourceBillType = "-1";
        //    //List<Model.ClsKf_MoveStockBillMain> lsmain = new List<Model.ClsKf_MoveStockBillMain>();
        //    //ListModels oListModels = new ListModels();
        //    //lsmain = oListModels.getMoveStockBillMainByJson(msg1);
        //    //lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
        //    //lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
        //    //string sSourceBillType = lsmain[0].HBillType;
        //    //BLL.ClsKf_MoveStockBill bll = new BLL.ClsKf_MoveStockBill();
        //    //return bll.set_SaveMoveStockBill(lsmain[0], sSourceBillType, ref DBUtility.ClsPub.sErrInfo);
        //    try
        //    {
        //        List<Model.ClsKf_MoveStockBillMain> lsmain = new List<Model.ClsKf_MoveStockBillMain>();
        //        ListModels oListModels = new ListModels();
        //        lsmain = oListModels.getMoveStockBillMainByJson(msg1);
        //        lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year);
        //        lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));
        //        string sSourceBillType = lsmain[0].HBillType;
        //        //string sSourceBillType = "-1";
                WebAPI.WebS.ClsKf_MoveStockBillMain websLsmain = new WebS.ClsKf_MoveStockBillMain();
                websLsmain.HInterID = lsmain[0].HInterID;
                websLsmain.HDate = lsmain[0].HDate;
                websLsmain.HBillNo = lsmain[0].HBillNo;
                websLsmain.HDeptID = lsmain[0].HDeptID;
                websLsmain.HEmpID = lsmain[0].HEmpID;
                websLsmain.HRemark = lsmain[0].HRemark;
                websLsmain.HMaker = lsmain[0].HMaker;
                websLsmain.HWHID = lsmain[0].HWHID;
                websLsmain.HSCWHID = lsmain[0].HSCWHID;
                websLsmain.HKeeperID = lsmain[0].HKeeperID;
                websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
                websLsmain.HManagerID = 0;
                websLsmain.HBillerID = 0;
                websLsmain.HExplanation = "";
                websLsmain.HInnerBillNo = "";
                websLsmain.HRedBlueFlag = true;
                websLsmain.HMainSourceBillType = "-1";
                websLsmain.HStockStyle = "";
                websLsmain.HBillType = "1207";
                websLsmain.HSupID = 0;
                //websLsmain.HGroupID = lsmain[0].HGroupID;
                //string sErrMsg = "";
                //上传前判断
                //SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
                //DataSet Ds = oCn.RunProcReturn("exec h_p_WMS_BeforeUpload_MoveStockBill_AR " + websLsmain.HInterID.ToString() + ",'" + websLsmain.HBillNo + "','" + websLsmain.HBillType + "'", "h_p_WMS_BeforeUpload_MoveStockBill_AR");
                //if (Ds == null || Ds.Tables[0].Rows.Count == 0)
                //{
                //    sErrMsg = "校验上传前判断,发生错误!";
                //    //return false;
        //        WebAPI.WebS.ClsKf_MoveStockBillMain websLsmain = new WebS.ClsKf_MoveStockBillMain();
        //        websLsmain.HInterID = lsmain[0].HInterID;
        //        websLsmain.HDate = lsmain[0].HDate;
        //        websLsmain.HBillNo = lsmain[0].HBillNo;
        //        websLsmain.HDeptID = lsmain[0].HDeptID;
        //        websLsmain.HEmpID = lsmain[0].HEmpID;
        //        websLsmain.HRemark = lsmain[0].HRemark;
        //        websLsmain.HMaker = lsmain[0].HMaker;
        //        websLsmain.HWHID = lsmain[0].HWHID;
        //        websLsmain.HSCWHID = lsmain[0].HSCWHID;
        //        websLsmain.HKeeperID = lsmain[0].HKeeperID;
        //        websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
        //        websLsmain.HManagerID = 0;
        //        websLsmain.HBillerID = 0;
        //        websLsmain.HExplanation = "";
        //        websLsmain.HInnerBillNo = "";
        //        websLsmain.HRedBlueFlag = true;
        //        websLsmain.HMainSourceBillType = "-1";
        //        websLsmain.HStockStyle = "";
        //        websLsmain.HBillType = "1207";
        //        websLsmain.HSupID = 0;
        //        //websLsmain.HGroupID = lsmain[0].HGroupID;
        //        //string sErrMsg = "";
        //        //上传前判断
        //        //SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
        //        //DataSet Ds = oCn.RunProcReturn("exec h_p_WMS_BeforeUpload_MoveStockBill_AR " + websLsmain.HInterID.ToString() + ",'" + websLsmain.HBillNo + "','" + websLsmain.HBillType + "'", "h_p_WMS_BeforeUpload_MoveStockBill_AR");
        //        //if (Ds == null || Ds.Tables[0].Rows.Count == 0)
        //        //{
        //        //    sErrMsg = "校验上传前判断,发生错误!";
        //        //    //return false;
                //    objJsonResult.code = "99";
                //    objJsonResult.count = 0;
                //    objJsonResult.Message = "上传失败!" + sErrMsg;
                //    objJsonResult.data = null;
                //    return objJsonResult;
                //}
                //else
                //{
                //    if (DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0][0]) == 1)
                //    {
                //        sErrMsg = "单据号:" + websLsmain.HBillNo + ",单据ID:" + websLsmain.HInterID + ";" + DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]);
                //        //return false;
                //        objJsonResult.code = "99";
                //        objJsonResult.count = 0;
                //        objJsonResult.Message = "上传失败!" + sErrMsg;
                //        objJsonResult.data = null;
                //        return objJsonResult;
        //        //    objJsonResult.code = "99";
        //        //    objJsonResult.count = 0;
        //        //    objJsonResult.Message = "上传失败!" + sErrMsg;
        //        //    objJsonResult.data = null;
        //        //    return objJsonResult;
        //        //}
        //        //else
        //        //{
        //        //    if (DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0][0]) == 1)
        //        //    {
        //        //        sErrMsg = "单据号:" + websLsmain.HBillNo + ",单据ID:" + websLsmain.HInterID + ";" + DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HRemark"]);
        //        //        //return false;
        //        //        objJsonResult.code = "99";
        //        //        objJsonResult.count = 0;
        //        //        objJsonResult.Message = "上传失败!" + sErrMsg;
        //        //        objJsonResult.data = null;
        //        //        return objJsonResult;
                //    }
                //}
        //        //    }
        //        //}
                if (webserver.set_SaveMoveStockBill_PD(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 1;
                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                else
                {
                    objJsonResult.code = "99";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "上传失败!" + DBUtility.ClsPub.sErrInfo;
                    objJsonResult.data = null;
                    return objJsonResult;
                }
            }
            catch (Exception e)
            {
        //        if (webserver.set_SaveMoveStockBill_PD(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))
        //        {
        //            objJsonResult.code = "0";
        //            objJsonResult.count = 1;
        //            objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
        //            objJsonResult.data = null;
        //            return objJsonResult;
        //        }
        //        else
        //        {
        //            objJsonResult.code = "99";
        //            objJsonResult.count = 0;
        //            objJsonResult.Message = "上传失败!" + DBUtility.ClsPub.sErrInfo;
        //            objJsonResult.data = null;
        //            return objJsonResult;
        //        }
        //    }
        //    catch (Exception e)
        //    {
                objJsonResult.code = "3";
                objJsonResult.count = 0;
                objJsonResult.Message = "上传失败!" + e.ToString();
                objJsonResult.data = null;
                return objJsonResult;
            }
        }
        //        objJsonResult.code = "3";
        //        objJsonResult.count = 0;
        //        objJsonResult.Message = "上传失败!" + e.ToString();
        //        objJsonResult.data = null;
        //        return objJsonResult;
        //    }
        //}
WebAPI/Controllers/ÌõÂë¹ÜÀí/WEBSController.cs
@@ -901,7 +901,8 @@
                }
                try
                {
                    WebSoBar = oWebs.get_BarCode_MoveStock(sJXCode, HInterID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, ref DBUtility.ClsPub.sErrInfo);
                    string HCustom1 = "", HCustom2 = "";
                    WebSoBar = oWebs.get_BarCode_MoveStock(sJXCode, 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";
@@ -980,61 +981,61 @@
        /// ç‰©æ–™æ¡ç æ–‡æœ¬æ¡† æ‰«ç è°ƒç”¨
        /// </summary>
        /// <returns></returns>
        [Route("WEBSController/get_BarCode_MoveStock_PD")]
        [HttpGet]
        public Object get_BarCode_MoveStock_PD(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 sErrMsg = "";
            string sJXCode = "";
            if (oSystemParameter.ShowBill(ref sErrMsg) == true)
            {
                if (oSystemParameter.omodel.WMS_CampanyName == "安瑞") //系统参数  å®¢æˆ·å®šåˆ¶åŒ–名称     ç©ºç™½ä¸ºé€šç”¨
                {
                    sJXCode = POStockInBillController.JX_Json(sBarCode, HInterID, HBillType, HStockOutOrgID, HBillNo, HMaker);
                    SourceFlag = true;
                }
                else
                {
                    sJXCode = sBarCode;
                }
                try
                {
                    WebSoBar = oWebs.get_BarCode_MoveStock_PD(sJXCode, HInterID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, 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;
                }
            }
            else
            {
                objJsonResult.code = "0";
                objJsonResult.count = 0;
                objJsonResult.Message = "获取系统参数失败! " + sErrMsg;
                objJsonResult.data = null;
                return objJsonResult;
            }
        }
        //[Route("WEBSController/get_BarCode_MoveStock_PD")]
        //[HttpGet]
        //public Object get_BarCode_MoveStock_PD(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 sErrMsg = "";
        //    string sJXCode = "";
        //    if (oSystemParameter.ShowBill(ref sErrMsg) == true)
        //    {
        //        if (oSystemParameter.omodel.WMS_CampanyName == "安瑞") //系统参数  å®¢æˆ·å®šåˆ¶åŒ–名称     ç©ºç™½ä¸ºé€šç”¨
        //        {
        //            sJXCode = POStockInBillController.JX_Json(sBarCode, HInterID, HBillType, HStockOutOrgID, HBillNo, HMaker);
        //            SourceFlag = true;
        //        }
        //        else
        //        {
        //            sJXCode = sBarCode;
        //        }
        //        try
        //        {
        //            WebSoBar = oWebs.get_BarCode_MoveStock_PD(sJXCode, HInterID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillNo, HSourceBillType, HStockInOrgID, HStockOutOrgID, HScanStyle, 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;
        //        }
        //    }
        //    else
        //    {
        //        objJsonResult.code = "0";
        //        objJsonResult.count = 0;
        //        objJsonResult.Message = "获取系统参数失败! " + sErrMsg;
        //        objJsonResult.data = null;
        //        return objJsonResult;
        //    }
        //}
        #endregion
WebAPI/Web References/WebS/ClsGy_BarCodeBill_WMS_Model.datasource
New file
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
    This file is automatically generated by Visual Studio .Net. It is
    used to store generic object data source configuration information.
    Renaming the file extension or editing the content of this file may
    cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ClsGy_BarCodeBill_WMS_Model" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
   <TypeInfo>WebAPI.WebS.ClsGy_BarCodeBill_WMS_Model, Web References.WebS.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
WebAPI/Web References/WebS/Reference.cs
Diff too large
WebAPI/Web References/WebS/Reference.map
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Results>
    <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://localhost:8098/WebService1.asmx?wsdl" filename="WebService1.wsdl" />
    <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://localhost:8098/WebService1.asmx?disco" filename="WebService1.disco" />
    <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://122.227.133.186:8090/WEBS/WebService1.asmx?disco" filename="WebService1.disco" />
    <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://122.227.133.186:8090/WEBS/WebService1.asmx?wsdl" filename="WebService1.wsdl" />
  </Results>
</DiscoveryClientResultsFile>
WebAPI/Web References/WebS/WebService1.disco
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
  <contractRef ref="http://localhost:8098/WebService1.asmx?wsdl" docRef="http://localhost:8098/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
  <soap address="http://localhost:8098/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
  <soap address="http://localhost:8098/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
  <contractRef ref="http://122.227.133.186:8090/WEBS/WebService1.asmx?wsdl" docRef="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
  <soap address="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
  <soap address="http://122.227.133.186:8090/WEBS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
</discovery>
WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,7 +2,7 @@
<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_BillBarCode_MoveStockCheck">
      <s:element name="get_BillBarCode_BillCheck">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
@@ -13,10 +13,10 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_MoveStockCheckResponse">
      <s:element name="get_BillBarCode_BillCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_MoveStockCheckResult" type="tns:ClsKf_ICStockBill_WMS" />
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_BillCheckResult" type="tns:ClsKf_ICStockBill_WMS" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
@@ -60,6 +60,63 @@
          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="get_BillBarCode_MateOutCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_MateOutCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_MateOutCheckResult" 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_BillBarCode_OtherOutCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_OtherOutCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_OtherOutCheckResult" 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_BillBarCode_MoveStockCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_MoveStockCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_MoveStockCheckResult" 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_BarCode_MoveStockBillCheck">
        <s:complexType>
          <s:sequence>
@@ -179,6 +236,7 @@
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_SourceWHSPCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_UpdateSourceInterID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_MESFlag" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_FirstCheckOut" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Cg_POInStockBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Cg_POInStockBill_ERPMode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Cg_POInStockBill_BarCodeCtl" type="s:string" />
@@ -445,6 +503,11 @@
          <s:element minOccurs="1" maxOccurs="1" name="BarCode_PrintQty" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_PrintQtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_UpdatePrintQtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoProductInBillWMS" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoPOStockInBillWMS" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoMateOutBackBillWMS" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BarCode_AutoSellOutBackBillWMS" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ProcessExchangeBill_AutoBarCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FIFOCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FullMoveCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_QtyCtl" type="s:string" />
@@ -453,10 +516,22 @@
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_ProcessCheckCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_DeleteCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_LineBindCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_AutoFindSNO" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_ShowUSERProcess" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyPreQtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyNextQtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_ProcessCheckOut" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_FirstCheckOut" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_DeleteCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_FstAutoICMOReport" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_LastAutoICMOReport" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_AutoStockIn" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_InStockType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_AutoFindSNO" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_ShowUSERProcess" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_QtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_BadReasonQtyCtrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_DeleteCtl" type="s:string" />
@@ -465,9 +540,10 @@
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_QtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_OneCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_DeleteCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_QtyCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_DeleteCtl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_FirstCheckOut" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MESBeginWorkBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MESReturnWorkBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MESEndWorkBill_AutoCheck" type="s:string" />
@@ -480,14 +556,11 @@
          <s:element minOccurs="0" maxOccurs="1" name="OA_ErrMsgBackBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MESProceReportWorkBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="QC_FirstPieceCheckBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_AutoCheck" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_SaveAutoAddnew" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrlType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Gy_RoutingBill_SaveAutoLastProc" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStockBillCheckResponse">
@@ -822,6 +895,24 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_BarCodeAutoWMS">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HStockOrgID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_BarCodeAutoWMSResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_BarCodeAutoWMSResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_CheckTypeByBarCode_Mould">
        <s:complexType>
          <s:sequence>
@@ -943,30 +1034,6 @@
            <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_ServerCon2">
        <s:complexType />
      </s:element>
      <s:element name="get_ServerCon2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_ServerCon2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_SubDisplay">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_SubDisplayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="get_SubDisplayResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
@@ -2486,6 +2553,8 @@
            <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>
@@ -2514,6 +2583,8 @@
            <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>
@@ -2523,67 +2594,6 @@
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_MoveStockResult" 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_PD">
        <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:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BarCode_MoveStock_PDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BarCode_MoveStock_PDResult" type="tns:ClsKf_ICStockBill_WMS" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PD">
        <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="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
@@ -3127,6 +3137,152 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BarCode_PackUnionCarryUp">
        <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="HBarCode_Pack" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="HHMaker" 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_BarCode_PackUnionCarryUpResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BarCode_PackUnionCarryUpResult" type="tns:ClsGy_BarCodeBill_WMS_Model" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_SNBarCode_PackUnionCarryUp">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HInterID" 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="HBarCode_Pack" 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_SNBarCode_PackUnionCarryUpResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="get_SNBarCode_PackUnionCarryUpResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBillEntry_TmpList_PackUnionCarryUp">
        <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="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBillEntry_TmpList_PackUnionCarryUpResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBillEntry_TmpList_PackUnionCarryUpResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePackUnionCarryUpBill_New">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="HInterID" 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="HBarCode_Pack" 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="set_SavePackUnionCarryUpBill_NewResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SavePackUnionCarryUpBill_NewResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_DelPackUnionBill_Temp">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" />
            <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="set_DelPackUnionBill_TempResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_DelPackUnionBill_TempResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSc_PackUnionBill_TempList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HBillType" 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:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSc_PackUnionBill_TempListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSc_PackUnionBill_TempListResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteTemp_PackUnionBill">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteTemp_PackUnionBillResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="DeleteTemp_PackUnionBillResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSourceBillList_BillCheck">
        <s:complexType>
          <s:sequence>
@@ -3140,103 +3296,6 @@
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSourceBillList_BillCheckResult" 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_BillBarCode_BillCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_BillCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_BillCheckResult" 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_BillBarCode_MateOutCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_MateOutCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_MateOutCheckResult" 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_BillBarCode_OtherOutCheck">
        <s:complexType>
          <s:sequence>
            <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="HMaker" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_BillBarCode_OtherOutCheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_OtherOutCheckResult" type="tns:ClsKf_ICStockBill_WMS" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveOtherInBill_CLD">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_OtherInBillMain">
        <s:complexContent mixed="false">
          <s:extension base="tns:ClsXt_BaseBillMain">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="set_SaveOtherInBill_CLDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLDResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
@@ -4835,67 +4894,27 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_AuditOtherOutBill">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain_K3" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_OtherOutBillMain_K3">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="set_AuditOtherOutBillResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_AuditOtherOutBillResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_StockOutStyle">
      <s:element name="get_ServerCon2">
        <s:complexType />
      </s:element>
      <s:element name="get_StockOutStyleResponse">
      <s:element name="get_ServerCon2Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_StockOutStyleResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
            <s:element minOccurs="0" maxOccurs="1" name="get_ServerCon2Result" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_SubDisplay">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_SubDisplayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="get_SubDisplayResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
@@ -5823,6 +5842,28 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_OtherInBillMain">
        <s:complexContent mixed="false">
          <s:extension base="tns:ClsXt_BaseBillMain">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HSecManagerID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HKeeperID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
              <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="HInnerBillNo" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="HStockStyle" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" />
              <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="set_SaveOtherInBillResponse">
        <s:complexType>
          <s:sequence>
@@ -6014,87 +6055,21 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill">
      <s:element name="set_SaveOtherInBill_CLD">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_CheckStockBillMain_K3" />
            <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_CheckStockBillMain_K3">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" />
          <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="HDeptID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="set_SaveCheckStockBillResponse">
      <s:element name="set_SaveOtherInBill_CLDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveCheckStockBillResult" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_CLDResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill_WMS">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" />
            <s:element minOccurs="1" maxOccurs="1" name="sHWHID" type="s:long" />
            <s:element minOccurs="1" maxOccurs="1" name="sHSPID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill_WMSResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveCheckStockBill_WMSResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Get_IsCheckStock_ICInventory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Get_IsCheckStock_ICInventoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Get_IsCheckStock_ICInventoryResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
@@ -7352,6 +7327,37 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_OtherOutBillMain_K3">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="set_CheckAddOtherOutBillResponse">
        <s:complexType>
          <s:sequence>
@@ -7390,6 +7396,39 @@
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_CheckOtherOutBill_RowResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_AuditOtherOutBill">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherOutBillMain_K3" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_AuditOtherOutBillResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_AuditOtherOutBillResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="get_StockOutStyle">
        <s:complexType />
      </s:element>
      <s:element name="get_StockOutStyleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="get_StockOutStyleResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
@@ -8340,38 +8379,6 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePOInStockBill_Json">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePOInStockBill_JsonResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SavePOInStockBill_JsonResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePOInStockBill_CLD_New">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsCg_POInStockBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SavePOInStockBill_CLD_NewResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SavePOInStockBill_CLD_NewResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveICMOReportBill_CLD_New">
        <s:complexType>
          <s:sequence>
@@ -8566,23 +8573,6 @@
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockBillResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveMoveStockBill_PD">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MoveStockBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveMoveStockBill_PDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockBill_PDResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
@@ -8794,24 +8784,6 @@
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveMoveStockBill_CLD_New_PD">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_MoveStockBillMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sHSourceType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveMoveStockBill_CLD_New_PDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockBill_CLD_New_PDResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveMoveStockBill_BillCheck">
        <s:complexType>
          <s:sequence>
@@ -8971,6 +8943,90 @@
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveMoveStockStepInBill_CLD_NewResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_CheckStockBillMain_K3" />
            <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ClsKf_CheckStockBillMain_K3">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="HYear" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HPeriod" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HFManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HManagerID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HSupplyID" type="s:long" />
          <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="HDeptID" type="s:long" />
          <s:element minOccurs="1" maxOccurs="1" name="HEmpID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HExplanation" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HBillerID" type="s:long" />
          <s:element minOccurs="0" maxOccurs="1" name="HMakeDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDater" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HUpDateDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HChecker" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCheckDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HCloseDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteMan" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDeleteDate" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="set_SaveCheckStockBillResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveCheckStockBillResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill_WMS">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" />
            <s:element minOccurs="1" maxOccurs="1" name="sHWHID" type="s:long" />
            <s:element minOccurs="1" maxOccurs="1" name="sHSPID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="set_SaveCheckStockBill_WMSResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="set_SaveCheckStockBill_WMSResult" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Get_IsCheckStock_ICInventory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Get_IsCheckStock_ICInventoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Get_IsCheckStock_ICInventoryResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
@@ -13069,6 +13125,24 @@
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="get_BillBarCode_BillCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_BillCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_MateOutCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_MateOutCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_MateOutCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_MateOutCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_OtherOutCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_OtherOutCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_OtherOutCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_OtherOutCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_MoveStockCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_MoveStockCheck" />
  </wsdl:message>
@@ -13189,6 +13263,12 @@
  <wsdl:message name="Set_BPrintQtyBarCodeSoapOut">
    <wsdl:part name="parameters" element="tns:Set_BPrintQtyBarCodeResponse" />
  </wsdl:message>
  <wsdl:message name="set_BarCodeAutoWMSSoapIn">
    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMS" />
  </wsdl:message>
  <wsdl:message name="set_BarCodeAutoWMSSoapOut">
    <wsdl:part name="parameters" element="tns:set_BarCodeAutoWMSResponse" />
  </wsdl:message>
  <wsdl:message name="get_CheckTypeByBarCode_MouldSoapIn">
    <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_Mould" />
  </wsdl:message>
@@ -13206,18 +13286,6 @@
  </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_ServerCon2SoapIn">
    <wsdl:part name="parameters" element="tns:get_ServerCon2" />
  </wsdl:message>
  <wsdl:message name="get_ServerCon2SoapOut">
    <wsdl:part name="parameters" element="tns:get_ServerCon2Response" />
  </wsdl:message>
  <wsdl:message name="get_SubDisplaySoapIn">
    <wsdl:part name="parameters" element="tns:get_SubDisplay" />
  </wsdl:message>
  <wsdl:message name="get_SubDisplaySoapOut">
    <wsdl:part name="parameters" element="tns:get_SubDisplayResponse" />
  </wsdl:message>
  <wsdl:message name="get_SubDisplayByOwnerSoapIn">
    <wsdl:part name="parameters" element="tns:get_SubDisplayByOwner" />
@@ -13555,18 +13623,6 @@
  <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapOut">
    <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockResponse" />
  </wsdl:message>
  <wsdl:message name="get_BarCode_MoveStock_PDSoapIn">
    <wsdl:part name="parameters" element="tns:get_BarCode_MoveStock_PD" />
  </wsdl:message>
  <wsdl:message name="get_BarCode_MoveStock_PDSoapOut">
    <wsdl:part name="parameters" element="tns:get_BarCode_MoveStock_PDResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_PD" />
  </wsdl:message>
  <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDSoapOut">
    <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKai" />
  </wsdl:message>
@@ -13693,35 +13749,53 @@
  <wsdl:message name="set_DelPonderationBillMain_Temp_PackSoapOut">
    <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp_PackResponse" />
  </wsdl:message>
  <wsdl:message name="get_BarCode_PackUnionCarryUpSoapIn">
    <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionCarryUp" />
  </wsdl:message>
  <wsdl:message name="get_BarCode_PackUnionCarryUpSoapOut">
    <wsdl:part name="parameters" element="tns:get_BarCode_PackUnionCarryUpResponse" />
  </wsdl:message>
  <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapIn">
    <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUp" />
  </wsdl:message>
  <wsdl:message name="get_SNBarCode_PackUnionCarryUpSoapOut">
    <wsdl:part name="parameters" element="tns:get_SNBarCode_PackUnionCarryUpResponse" />
  </wsdl:message>
  <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapIn">
    <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUp" />
  </wsdl:message>
  <wsdl:message name="GetBillEntry_TmpList_PackUnionCarryUpSoapOut">
    <wsdl:part name="parameters" element="tns:GetBillEntry_TmpList_PackUnionCarryUpResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_New" />
  </wsdl:message>
  <wsdl:message name="set_SavePackUnionCarryUpBill_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SavePackUnionCarryUpBill_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_DelPackUnionBill_TempSoapIn">
    <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_Temp" />
  </wsdl:message>
  <wsdl:message name="set_DelPackUnionBill_TempSoapOut">
    <wsdl:part name="parameters" element="tns:set_DelPackUnionBill_TempResponse" />
  </wsdl:message>
  <wsdl:message name="GetSc_PackUnionBill_TempListSoapIn">
    <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempList" />
  </wsdl:message>
  <wsdl:message name="GetSc_PackUnionBill_TempListSoapOut">
    <wsdl:part name="parameters" element="tns:GetSc_PackUnionBill_TempListResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteTemp_PackUnionBillSoapIn">
    <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBill" />
  </wsdl:message>
  <wsdl:message name="DeleteTemp_PackUnionBillSoapOut">
    <wsdl:part name="parameters" element="tns:DeleteTemp_PackUnionBillResponse" />
  </wsdl:message>
  <wsdl:message name="GetSourceBillList_BillCheckSoapIn">
    <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheck" />
  </wsdl:message>
  <wsdl:message name="GetSourceBillList_BillCheckSoapOut">
    <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_BillCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_BillCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_MateOutCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_MateOutCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_MateOutCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_MateOutCheckResponse" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_OtherOutCheckSoapIn">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_OtherOutCheck" />
  </wsdl:message>
  <wsdl:message name="get_BillBarCode_OtherOutCheckSoapOut">
    <wsdl:part name="parameters" element="tns:get_BillBarCode_OtherOutCheckResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveOtherInBill_CLDSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD" />
  </wsdl:message>
  <wsdl:message name="set_SaveOtherInBill_CLDSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLDResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveProcReportMoveBill_NewSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveProcReportMoveBill_New" />
@@ -14179,17 +14253,17 @@
  <wsdl:message name="get_ServerConSoapOut">
    <wsdl:part name="parameters" element="tns:get_ServerConResponse" />
  </wsdl:message>
  <wsdl:message name="set_AuditOtherOutBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_AuditOtherOutBill" />
  <wsdl:message name="get_ServerCon2SoapIn">
    <wsdl:part name="parameters" element="tns:get_ServerCon2" />
  </wsdl:message>
  <wsdl:message name="set_AuditOtherOutBillSoapOut">
    <wsdl:part name="parameters" element="tns:set_AuditOtherOutBillResponse" />
  <wsdl:message name="get_ServerCon2SoapOut">
    <wsdl:part name="parameters" element="tns:get_ServerCon2Response" />
  </wsdl:message>
  <wsdl:message name="get_StockOutStyleSoapIn">
    <wsdl:part name="parameters" element="tns:get_StockOutStyle" />
  <wsdl:message name="get_SubDisplaySoapIn">
    <wsdl:part name="parameters" element="tns:get_SubDisplay" />
  </wsdl:message>
  <wsdl:message name="get_StockOutStyleSoapOut">
    <wsdl:part name="parameters" element="tns:get_StockOutStyleResponse" />
  <wsdl:message name="get_SubDisplaySoapOut">
    <wsdl:part name="parameters" element="tns:get_SubDisplayResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveOtherOutBill_NewSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveOtherOutBill_New" />
@@ -14485,23 +14559,11 @@
  <wsdl:message name="set_SaveMouldProdInBill_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMouldProdInBill_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill" />
  <wsdl:message name="set_SaveOtherInBill_CLDSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBillSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBillResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBill_WMSSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill_WMS" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBill_WMSSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill_WMSResponse" />
  </wsdl:message>
  <wsdl:message name="Get_IsCheckStock_ICInventorySoapIn">
    <wsdl:part name="parameters" element="tns:Get_IsCheckStock_ICInventory" />
  </wsdl:message>
  <wsdl:message name="Get_IsCheckStock_ICInventorySoapOut">
    <wsdl:part name="parameters" element="tns:Get_IsCheckStock_ICInventoryResponse" />
  <wsdl:message name="set_SaveOtherInBill_CLDSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLDResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveSellOutBackBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill" />
@@ -14821,6 +14883,18 @@
  <wsdl:message name="set_CheckOtherOutBill_RowSoapOut">
    <wsdl:part name="parameters" element="tns:set_CheckOtherOutBill_RowResponse" />
  </wsdl:message>
  <wsdl:message name="set_AuditOtherOutBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_AuditOtherOutBill" />
  </wsdl:message>
  <wsdl:message name="set_AuditOtherOutBillSoapOut">
    <wsdl:part name="parameters" element="tns:set_AuditOtherOutBillResponse" />
  </wsdl:message>
  <wsdl:message name="get_StockOutStyleSoapIn">
    <wsdl:part name="parameters" element="tns:get_StockOutStyle" />
  </wsdl:message>
  <wsdl:message name="get_StockOutStyleSoapOut">
    <wsdl:part name="parameters" element="tns:get_StockOutStyleResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGui" />
  </wsdl:message>
@@ -15061,18 +15135,6 @@
  <wsdl:message name="set_SaveICMOReportBill_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveICMOReportBill_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePOInStockBill_JsonSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePOInStockBill_Json" />
  </wsdl:message>
  <wsdl:message name="set_SavePOInStockBill_JsonSoapOut">
    <wsdl:part name="parameters" element="tns:set_SavePOInStockBill_JsonResponse" />
  </wsdl:message>
  <wsdl:message name="set_SavePOInStockBill_CLD_NewSoapIn">
    <wsdl:part name="parameters" element="tns:set_SavePOInStockBill_CLD_New" />
  </wsdl:message>
  <wsdl:message name="set_SavePOInStockBill_CLD_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SavePOInStockBill_CLD_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveICMOReportBill_CLD_NewSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveICMOReportBill_CLD_New" />
  </wsdl:message>
@@ -15127,12 +15189,6 @@
  <wsdl:message name="set_SaveMoveStockBillSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBillResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockBill_PDSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_PD" />
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockBill_PDSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_PDResponse" />
  </wsdl:message>
  <wsdl:message name="set_CheckXCMoveStockBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_CheckXCMoveStockBill" />
  </wsdl:message>
@@ -15181,12 +15237,6 @@
  <wsdl:message name="set_SaveMoveStockBill_CLD_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_CLD_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockBill_CLD_New_PDSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_CLD_New_PD" />
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockBill_CLD_New_PDSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_CLD_New_PDResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockBill_BillCheckSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockBill_BillCheck" />
  </wsdl:message>
@@ -15222,6 +15272,24 @@
  </wsdl:message>
  <wsdl:message name="set_SaveMoveStockStepInBill_CLD_NewSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveMoveStockStepInBill_CLD_NewResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBillSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBillSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBillResponse" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBill_WMSSoapIn">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill_WMS" />
  </wsdl:message>
  <wsdl:message name="set_SaveCheckStockBill_WMSSoapOut">
    <wsdl:part name="parameters" element="tns:set_SaveCheckStockBill_WMSResponse" />
  </wsdl:message>
  <wsdl:message name="Get_IsCheckStock_ICInventorySoapIn">
    <wsdl:part name="parameters" element="tns:Get_IsCheckStock_ICInventory" />
  </wsdl:message>
  <wsdl:message name="Get_IsCheckStock_ICInventorySoapOut">
    <wsdl:part name="parameters" element="tns:Get_IsCheckStock_ICInventoryResponse" />
  </wsdl:message>
  <wsdl:message name="GetSc_ICMOReportBillListSoapIn">
    <wsdl:part name="parameters" element="tns:GetSc_ICMOReportBillList" />
@@ -16244,6 +16312,18 @@
    <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" />
  </wsdl:message>
  <wsdl:portType name="WebService1Soap">
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <wsdl:input message="tns:get_BillBarCode_BillCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_BillCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <wsdl:input message="tns:get_BillBarCode_MateOutCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_MateOutCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <wsdl:input message="tns:get_BillBarCode_OtherOutCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_OtherOutCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MoveStockCheck">
      <wsdl:input message="tns:get_BillBarCode_MoveStockCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_MoveStockCheckSoapOut" />
@@ -16324,6 +16404,10 @@
      <wsdl:input message="tns:Set_BPrintQtyBarCodeSoapIn" />
      <wsdl:output message="tns:Set_BPrintQtyBarCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_BarCodeAutoWMS">
      <wsdl:input message="tns:set_BarCodeAutoWMSSoapIn" />
      <wsdl:output message="tns:set_BarCodeAutoWMSSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
      <wsdl:input message="tns:get_CheckTypeByBarCode_MouldSoapIn" />
      <wsdl:output message="tns:get_CheckTypeByBarCode_MouldSoapOut" />
@@ -16335,14 +16419,6 @@
    <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_ServerCon2">
      <wsdl:input message="tns:get_ServerCon2SoapIn" />
      <wsdl:output message="tns:get_ServerCon2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_SubDisplay">
      <wsdl:input message="tns:get_SubDisplaySoapIn" />
      <wsdl:output message="tns:get_SubDisplaySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_SubDisplayByOwner">
      <wsdl:input message="tns:get_SubDisplayByOwnerSoapIn" />
@@ -16568,14 +16644,6 @@
      <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapIn" />
      <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_MoveStock_PD">
      <wsdl:input message="tns:get_BarCode_MoveStock_PDSoapIn" />
      <wsdl:output message="tns:get_BarCode_MoveStock_PDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_PD">
      <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDSoapIn" />
      <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKai">
      <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiSoapIn" />
      <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiSoapOut" />
@@ -16660,25 +16728,37 @@
      <wsdl:input message="tns:set_DelPonderationBillMain_Temp_PackSoapIn" />
      <wsdl:output message="tns:set_DelPonderationBillMain_Temp_PackSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_PackUnionCarryUp">
      <wsdl:input message="tns:get_BarCode_PackUnionCarryUpSoapIn" />
      <wsdl:output message="tns:get_BarCode_PackUnionCarryUpSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_SNBarCode_PackUnionCarryUp">
      <wsdl:input message="tns:get_SNBarCode_PackUnionCarryUpSoapIn" />
      <wsdl:output message="tns:get_SNBarCode_PackUnionCarryUpSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp">
      <wsdl:input message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapIn" />
      <wsdl:output message="tns:GetBillEntry_TmpList_PackUnionCarryUpSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePackUnionCarryUpBill_New">
      <wsdl:input message="tns:set_SavePackUnionCarryUpBill_NewSoapIn" />
      <wsdl:output message="tns:set_SavePackUnionCarryUpBill_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_DelPackUnionBill_Temp">
      <wsdl:input message="tns:set_DelPackUnionBill_TempSoapIn" />
      <wsdl:output message="tns:set_DelPackUnionBill_TempSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSc_PackUnionBill_TempList">
      <wsdl:input message="tns:GetSc_PackUnionBill_TempListSoapIn" />
      <wsdl:output message="tns:GetSc_PackUnionBill_TempListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteTemp_PackUnionBill">
      <wsdl:input message="tns:DeleteTemp_PackUnionBillSoapIn" />
      <wsdl:output message="tns:DeleteTemp_PackUnionBillSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSourceBillList_BillCheck">
      <wsdl:input message="tns:GetSourceBillList_BillCheckSoapIn" />
      <wsdl:output message="tns:GetSourceBillList_BillCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <wsdl:input message="tns:get_BillBarCode_BillCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_BillCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <wsdl:input message="tns:get_BillBarCode_MateOutCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_MateOutCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <wsdl:input message="tns:get_BillBarCode_OtherOutCheckSoapIn" />
      <wsdl:output message="tns:get_BillBarCode_OtherOutCheckSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <wsdl:input message="tns:set_SaveOtherInBill_CLDSoapIn" />
      <wsdl:output message="tns:set_SaveOtherInBill_CLDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveProcReportMoveBill_New">
      <wsdl:input message="tns:set_SaveProcReportMoveBill_NewSoapIn" />
@@ -16984,13 +17064,13 @@
      <wsdl:input message="tns:get_ServerConSoapIn" />
      <wsdl:output message="tns:get_ServerConSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <wsdl:input message="tns:set_AuditOtherOutBillSoapIn" />
      <wsdl:output message="tns:set_AuditOtherOutBillSoapOut" />
    <wsdl:operation name="get_ServerCon2">
      <wsdl:input message="tns:get_ServerCon2SoapIn" />
      <wsdl:output message="tns:get_ServerCon2SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <wsdl:input message="tns:get_StockOutStyleSoapIn" />
      <wsdl:output message="tns:get_StockOutStyleSoapOut" />
    <wsdl:operation name="get_SubDisplay">
      <wsdl:input message="tns:get_SubDisplaySoapIn" />
      <wsdl:output message="tns:get_SubDisplaySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveOtherOutBill_New">
      <wsdl:input message="tns:set_SaveOtherOutBill_NewSoapIn" />
@@ -17188,17 +17268,9 @@
      <wsdl:input message="tns:set_SaveMouldProdInBill_NewSoapIn" />
      <wsdl:output message="tns:set_SaveMouldProdInBill_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <wsdl:input message="tns:set_SaveCheckStockBillSoapIn" />
      <wsdl:output message="tns:set_SaveCheckStockBillSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <wsdl:input message="tns:set_SaveCheckStockBill_WMSSoapIn" />
      <wsdl:output message="tns:set_SaveCheckStockBill_WMSSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <wsdl:input message="tns:Get_IsCheckStock_ICInventorySoapIn" />
      <wsdl:output message="tns:Get_IsCheckStock_ICInventorySoapOut" />
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <wsdl:input message="tns:set_SaveOtherInBill_CLDSoapIn" />
      <wsdl:output message="tns:set_SaveOtherInBill_CLDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveSellOutBackBill">
      <wsdl:input message="tns:set_SaveSellOutBackBillSoapIn" />
@@ -17412,6 +17484,14 @@
      <wsdl:input message="tns:set_CheckOtherOutBill_RowSoapIn" />
      <wsdl:output message="tns:set_CheckOtherOutBill_RowSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <wsdl:input message="tns:set_AuditOtherOutBillSoapIn" />
      <wsdl:output message="tns:set_AuditOtherOutBillSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <wsdl:input message="tns:get_StockOutStyleSoapIn" />
      <wsdl:output message="tns:get_StockOutStyleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui">
      <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" />
      <wsdl:output message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapOut" />
@@ -17572,14 +17652,6 @@
      <wsdl:input message="tns:set_SaveICMOReportBill_NewSoapIn" />
      <wsdl:output message="tns:set_SaveICMOReportBill_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_Json">
      <wsdl:input message="tns:set_SavePOInStockBill_JsonSoapIn" />
      <wsdl:output message="tns:set_SavePOInStockBill_JsonSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_CLD_New">
      <wsdl:input message="tns:set_SavePOInStockBill_CLD_NewSoapIn" />
      <wsdl:output message="tns:set_SavePOInStockBill_CLD_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveICMOReportBill_CLD_New">
      <wsdl:input message="tns:set_SaveICMOReportBill_CLD_NewSoapIn" />
      <wsdl:output message="tns:set_SaveICMOReportBill_CLD_NewSoapOut" />
@@ -17616,10 +17688,6 @@
      <wsdl:input message="tns:set_SaveMoveStockBillSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockBillSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_PD">
      <wsdl:input message="tns:set_SaveMoveStockBill_PDSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockBill_PDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_CheckXCMoveStockBill">
      <wsdl:input message="tns:set_CheckXCMoveStockBillSoapIn" />
      <wsdl:output message="tns:set_CheckXCMoveStockBillSoapOut" />
@@ -17652,10 +17720,6 @@
      <wsdl:input message="tns:set_SaveMoveStockBill_CLD_NewSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockBill_CLD_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_CLD_New_PD">
      <wsdl:input message="tns:set_SaveMoveStockBill_CLD_New_PDSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockBill_CLD_New_PDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
      <wsdl:input message="tns:set_SaveMoveStockBill_BillCheckSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockBill_BillCheckSoapOut" />
@@ -17679,6 +17743,18 @@
    <wsdl:operation name="set_SaveMoveStockStepInBill_CLD_New">
      <wsdl:input message="tns:set_SaveMoveStockStepInBill_CLD_NewSoapIn" />
      <wsdl:output message="tns:set_SaveMoveStockStepInBill_CLD_NewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <wsdl:input message="tns:set_SaveCheckStockBillSoapIn" />
      <wsdl:output message="tns:set_SaveCheckStockBillSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <wsdl:input message="tns:set_SaveCheckStockBill_WMSSoapIn" />
      <wsdl:output message="tns:set_SaveCheckStockBill_WMSSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <wsdl:input message="tns:Get_IsCheckStock_ICInventorySoapIn" />
      <wsdl:output message="tns:Get_IsCheckStock_ICInventorySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSc_ICMOReportBillList">
      <wsdl:input message="tns:GetSc_ICMOReportBillListSoapIn" />
@@ -18363,6 +18439,33 @@
  </wsdl:portType>
  <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_MateOutCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_OtherOutCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MoveStockCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_MoveStockCheck" style="document" />
      <wsdl:input>
@@ -18543,6 +18646,15 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_BarCodeAutoWMS">
      <soap:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
      <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
      <wsdl:input>
@@ -18563,24 +18675,6 @@
    </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_ServerCon2">
      <soap:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_SubDisplay">
      <soap:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -19092,24 +19186,6 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_MoveStock_PD">
      <soap:operation soapAction="http://tempuri.org/get_BarCode_MoveStock_PD" 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_MoveStock_PD">
      <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_PD" 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_MoveStock_SenKai">
      <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKai" style="document" />
      <wsdl:input>
@@ -19299,44 +19375,71 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_PackUnionCarryUp">
      <soap:operation soapAction="http://tempuri.org/get_BarCode_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_SNBarCode_PackUnionCarryUp">
      <soap:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp">
      <soap:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePackUnionCarryUpBill_New">
      <soap:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_New" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_DelPackUnionBill_Temp">
      <soap:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSc_PackUnionBill_TempList">
      <soap:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteTemp_PackUnionBill">
      <soap:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSourceBillList_BillCheck">
      <soap:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_MateOutCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <soap:operation soapAction="http://tempuri.org/get_BillBarCode_OtherOutCheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -20028,8 +20131,8 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <soap:operation soapAction="http://tempuri.org/set_AuditOtherOutBill" style="document" />
    <wsdl:operation name="get_ServerCon2">
      <soap:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -20037,8 +20140,8 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <soap:operation soapAction="http://tempuri.org/get_StockOutStyle" style="document" />
    <wsdl:operation name="get_SubDisplay">
      <soap:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -20487,26 +20590,8 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <soap:operation soapAction="http://tempuri.org/set_SaveCheckStockBill" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <soap:operation soapAction="http://tempuri.org/set_SaveCheckStockBill_WMS" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <soap:operation soapAction="http://tempuri.org/Get_IsCheckStock_ICInventory" style="document" />
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -20991,6 +21076,24 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <soap:operation soapAction="http://tempuri.org/set_AuditOtherOutBill" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <soap:operation soapAction="http://tempuri.org/get_StockOutStyle" 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_ChangGui">
      <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_ChangGui" style="document" />
      <wsdl:input>
@@ -21351,24 +21454,6 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_Json">
      <soap:operation soapAction="http://tempuri.org/set_SavePOInStockBill_Json" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_CLD_New">
      <soap:operation soapAction="http://tempuri.org/set_SavePOInStockBill_CLD_New" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveICMOReportBill_CLD_New">
      <soap:operation soapAction="http://tempuri.org/set_SaveICMOReportBill_CLD_New" style="document" />
      <wsdl:input>
@@ -21450,15 +21535,6 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_PD">
      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_PD" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_CheckXCMoveStockBill">
      <soap:operation soapAction="http://tempuri.org/set_CheckXCMoveStockBill" style="document" />
      <wsdl:input>
@@ -21531,15 +21607,6 @@
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_CLD_New_PD">
      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_CLD_New_PD" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_BillCheck" style="document" />
      <wsdl:input>
@@ -21587,6 +21654,33 @@
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockStepInBill_CLD_New">
      <soap:operation soapAction="http://tempuri.org/set_SaveMoveStockStepInBill_CLD_New" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <soap:operation soapAction="http://tempuri.org/set_SaveCheckStockBill" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <soap:operation soapAction="http://tempuri.org/set_SaveCheckStockBill_WMS" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <soap:operation soapAction="http://tempuri.org/Get_IsCheckStock_ICInventory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
@@ -23127,6 +23221,33 @@
  </wsdl:binding>
  <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_MateOutCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_OtherOutCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MoveStockCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_MoveStockCheck" style="document" />
      <wsdl:input>
@@ -23307,6 +23428,15 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_BarCodeAutoWMS">
      <soap12:operation soapAction="http://tempuri.org/set_BarCodeAutoWMS" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_CheckTypeByBarCode_Mould">
      <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_Mould" style="document" />
      <wsdl:input>
@@ -23327,24 +23457,6 @@
    </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_ServerCon2">
      <soap12:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_SubDisplay">
      <soap12:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -23856,24 +23968,6 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_MoveStock_PD">
      <soap12:operation soapAction="http://tempuri.org/get_BarCode_MoveStock_PD" 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_MoveStock_PD">
      <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_PD" 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_MoveStock_SenKai">
      <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKai" style="document" />
      <wsdl:input>
@@ -24063,44 +24157,71 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BarCode_PackUnionCarryUp">
      <soap12:operation soapAction="http://tempuri.org/get_BarCode_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_SNBarCode_PackUnionCarryUp">
      <soap12:operation soapAction="http://tempuri.org/get_SNBarCode_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBillEntry_TmpList_PackUnionCarryUp">
      <soap12:operation soapAction="http://tempuri.org/GetBillEntry_TmpList_PackUnionCarryUp" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePackUnionCarryUpBill_New">
      <soap12:operation soapAction="http://tempuri.org/set_SavePackUnionCarryUpBill_New" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_DelPackUnionBill_Temp">
      <soap12:operation soapAction="http://tempuri.org/set_DelPackUnionBill_Temp" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSc_PackUnionBill_TempList">
      <soap12:operation soapAction="http://tempuri.org/GetSc_PackUnionBill_TempList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteTemp_PackUnionBill">
      <soap12:operation soapAction="http://tempuri.org/DeleteTemp_PackUnionBill" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSourceBillList_BillCheck">
      <soap12:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_BillCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_MateOutCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_MateOutCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_BillBarCode_OtherOutCheck">
      <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_OtherOutCheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -24792,8 +24913,8 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <soap12:operation soapAction="http://tempuri.org/set_AuditOtherOutBill" style="document" />
    <wsdl:operation name="get_ServerCon2">
      <soap12:operation soapAction="http://tempuri.org/get_ServerCon2" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -24801,8 +24922,8 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <soap12:operation soapAction="http://tempuri.org/get_StockOutStyle" style="document" />
    <wsdl:operation name="get_SubDisplay">
      <soap12:operation soapAction="http://tempuri.org/get_SubDisplay" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -25251,26 +25372,8 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <soap12:operation soapAction="http://tempuri.org/set_SaveCheckStockBill" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <soap12:operation soapAction="http://tempuri.org/set_SaveCheckStockBill_WMS" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <soap12:operation soapAction="http://tempuri.org/Get_IsCheckStock_ICInventory" style="document" />
    <wsdl:operation name="set_SaveOtherInBill_CLD">
      <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_CLD" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -25755,6 +25858,24 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_AuditOtherOutBill">
      <soap12:operation soapAction="http://tempuri.org/set_AuditOtherOutBill" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="get_StockOutStyle">
      <soap12:operation soapAction="http://tempuri.org/get_StockOutStyle" 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_ChangGui">
      <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_ChangGui" style="document" />
      <wsdl:input>
@@ -26115,24 +26236,6 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_Json">
      <soap12:operation soapAction="http://tempuri.org/set_SavePOInStockBill_Json" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SavePOInStockBill_CLD_New">
      <soap12:operation soapAction="http://tempuri.org/set_SavePOInStockBill_CLD_New" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveICMOReportBill_CLD_New">
      <soap12:operation soapAction="http://tempuri.org/set_SaveICMOReportBill_CLD_New" style="document" />
      <wsdl:input>
@@ -26214,15 +26317,6 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_PD">
      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_PD" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_CheckXCMoveStockBill">
      <soap12:operation soapAction="http://tempuri.org/set_CheckXCMoveStockBill" style="document" />
      <wsdl:input>
@@ -26295,15 +26389,6 @@
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_CLD_New_PD">
      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_CLD_New_PD" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockBill_BillCheck">
      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockBill_BillCheck" style="document" />
      <wsdl:input>
@@ -26351,6 +26436,33 @@
    </wsdl:operation>
    <wsdl:operation name="set_SaveMoveStockStepInBill_CLD_New">
      <soap12:operation soapAction="http://tempuri.org/set_SaveMoveStockStepInBill_CLD_New" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill">
      <soap12:operation soapAction="http://tempuri.org/set_SaveCheckStockBill" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="set_SaveCheckStockBill_WMS">
      <soap12:operation soapAction="http://tempuri.org/set_SaveCheckStockBill_WMS" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Get_IsCheckStock_ICInventory">
      <soap12:operation soapAction="http://tempuri.org/Get_IsCheckStock_ICInventory" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
@@ -27891,10 +28003,10 @@
  </wsdl:binding>
  <wsdl:service name="WebService1">
    <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
      <soap:address location="http://localhost:8098/WebService1.asmx" />
      <soap:address location="http://122.227.133.186:8090/WEBS/WebService1.asmx" />
    </wsdl:port>
    <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
      <soap12:address location="http://localhost:8098/WebService1.asmx" />
      <soap12:address location="http://122.227.133.186:8090/WEBS/WebService1.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
WebAPI/Web.config
@@ -4,41 +4,41 @@
  http://go.microsoft.com/fwlink/?LinkId=301879
  -->
<configuration>
  <configSections>
    <configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
      <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
  </configSections>
        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <connectionStrings>
        <add name="YqnConn" connectionString="Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;User Id=HX_USER,Password=lc@841022;Integrated Security=True" />
    </connectionStrings>
  <appSettings>
      <!--服务器文件IP地址-->
    <!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>-->
    <add key="FileIP" value="http://localhost:8080/" />
      <!--<add key="sUrl" value="http://183.129.128.86:9090/WEBS-WMSTest/WebService1.asmx"/>    -->
      <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/>     é¢œå°å¼æœº-->
      <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> å¤å®-->
      <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> -->
      <!--<add key="sUrl" value="http://10.10.130.181/WEBS-WMS/WebService1.asmx"/>    åšæ—¥ç§‘技-->
      <!--<add key="sUrl" value="http://192.168.0.214/WEBS-WMS/WebService1.asmx"/>    ç‘žä¸Žç¥º-->
      <!--<add key="sUrl" value="http://60.191.27.141:8090/WEBS-WMS/WebService1.asmx"/>    æ£®æ¥·-->
      <!--<add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/>  -->
      <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/>     å®‰ç‘žæœåС噍-->
      <add key="sUrl" value="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx"/>
      <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx"/>     å®‰ç‘žæœåС噍-->
      <!--<add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/>    æµ‹è¯•服务器-->
      <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  </appSettings>
  <!--
    <appSettings>
        <!--服务器文件IP地址-->
        <!--<add key="FileIP" value="http://localhost:8082/LuBaoAPI"/>-->
        <add key="FileIP" value="http://localhost:8080/" />
        <!--<add key="sUrl" value="http://183.129.128.86:9090/WEBS-WMSTest/WebService1.asmx"/>    -->
        <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/>     é¢œå°å¼æœº-->
        <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> å¤å®-->
        <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> -->
        <!--<add key="sUrl" value="http://10.10.130.181/WEBS-WMS/WebService1.asmx"/>    åšæ—¥ç§‘技-->
        <!--<add key="sUrl" value="http://192.168.0.214/WEBS-WMS/WebService1.asmx"/>    ç‘žä¸Žç¥º-->
        <!--<add key="sUrl" value="http://60.191.27.141:8090/WEBS-WMS/WebService1.asmx"/>    æ£®æ¥·-->
        <!--<add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/>  -->
        <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS/WebService1.asmx"/>     å®‰ç‘žæœåС噍-->
        <add key="sUrl" value="http://122.227.133.186:8090/WEBS/WebService1.asmx"/>
        <!--<add key="sUrl" value="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx"/>     å®‰ç‘žæœåС噍-->
        <!--<add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx"/>    æµ‹è¯•服务器-->
        <add key="webpages:Version" value="3.0.0.0" />
        <add key="webpages:Enabled" value="false" />
        <add key="ClientValidationEnabled" value="true" />
        <add key="UnobtrusiveJavaScriptEnabled" value="true" />
    </appSettings>
    <!--
    æœ‰å…³ web.config æ›´æ”¹çš„说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
    å¯åœ¨ <httpRuntime> æ ‡è®°ä¸Šè®¾ç½®ä»¥ä¸‹ç‰¹æ€§ã€‚
@@ -46,73 +46,73 @@
        <httpRuntime targetFramework="4.5" />
      </system.Web>
  -->
  <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime />
    <pages controlRenderingCompatibilityVersion="4.0" />
  </system.web>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
<system.webServer>
    <handlers>
      <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
      <remove name="OPTIONSVerbHandler" />
      <remove name="TRACEVerbHandler" />
      <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
    </handlers>
  </system.webServer>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="WebService1Soap" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint address="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx" binding="basicHttpBinding"
        bindingConfiguration="WebService1Soap" contract="Webs1.WebService1Soap"
        name="WebService1Soap" />
    </client>
  </system.serviceModel>
  <applicationSettings>
    <WebAPI.Properties.Settings>
      <setting name="WebAPI_WebS2_WebService1" serializeAs="String">
        <value>http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx</value>
      </setting>
      <setting name="WebAPI_WebS_WebService1" serializeAs="String">
        <value>http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx</value>
      </setting>
    </WebAPI.Properties.Settings>
  </applicationSettings>
    <system.web>
        <compilation debug="true" targetFramework="4.5" />
        <httpRuntime />
        <pages controlRenderingCompatibilityVersion="4.0" />
    </system.web>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
                <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
                <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
                <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
    <system.webServer>
        <handlers>
            <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
            <remove name="OPTIONSVerbHandler" />
            <remove name="TRACEVerbHandler" />
            <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
        </handlers>
    </system.webServer>
    <system.serviceModel>
        <bindings>
            <basicHttpBinding>
                <binding name="WebService1Soap" />
            </basicHttpBinding>
        </bindings>
        <client>
            <endpoint address="http://122.227.133.186:8090/WEBS/WebService1.asmx" binding="basicHttpBinding"
              bindingConfiguration="WebService1Soap" contract="Webs1.WebService1Soap"
              name="WebService1Soap" />
        </client>
    </system.serviceModel>
    <applicationSettings>
        <WebAPI.Properties.Settings>
            <setting name="WebAPI_WebS2_WebService1" serializeAs="String">
                <value>http://122.227.133.186:8090/WEBS/WebService1.asmx</value>
            </setting>
            <setting name="WebAPI_WebS_WebService1" serializeAs="String">
                <value>http://122.227.133.186:8090/WEBS/WebService1.asmx</value>
            </setting>
        </WebAPI.Properties.Settings>
    </applicationSettings>
</configuration>
WebAPI/WebAPI.csproj
@@ -319,6 +319,9 @@
    <Content Include="Web References\WebS\ClsKf_ICStockBill_WMS.datasource">
      <DependentUpon>Reference.map</DependentUpon>
    </Content>
    <Content Include="Web References\WebS\ClsGy_BarCodeBill_WMS_Model.datasource">
      <DependentUpon>Reference.map</DependentUpon>
    </Content>
    <None Include="Web References\WebS\Reference.map">
      <Generator>MSDiscoCodeGenerator</Generator>
      <LastGenOutput>Reference.cs</LastGenOutput>
@@ -1053,10 +1056,10 @@
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <WebReferenceUrl Include="http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx">
    <WebReferenceUrl Include="http://122.227.133.186:8090/WEBS/WebService1.asmx">
      <UrlBehavior>Dynamic</UrlBehavior>
      <RelPath>Web References\WebS\</RelPath>
      <UpdateFromURL>http://192.168.80.90:9090/WEBS-WMS/WebService1.asmx</UpdateFromURL>
      <UpdateFromURL>http://122.227.133.186:8090/WEBS/WebService1.asmx</UpdateFromURL>
      <ServiceLocationURL>
      </ServiceLocationURL>
      <CachedDynamicPropName>
WebAPI/WebServer.cs
@@ -4024,21 +4024,21 @@
        public bool set_SaveMoveStockBill_PD(WebAPI.WebS.ClsKf_MoveStockBillMain oMain, string sHSourceType, ref string sErrMsg)
        {
            WebS.WebService1 oWebs = new WebS.WebService1();
            if (oWebs.set_SaveMoveStockBill_PD(oMain, sHSourceType, ref sErrMsg))
            {
                sErrMsg = "保存成功!" + oMain.HBillNo;
                return true;
            }
            else
            {
                sErrMsg = "单据号:" + oMain.HBillNo + ", å•据ID:" + oMain.HInterID + ";" + sErrMsg;
                return false;
            }
        //public bool set_SaveMoveStockBill_PD(WebAPI.WebS.ClsKf_MoveStockBillMain oMain, string sHSourceType, ref string sErrMsg)
        //{
        //    WebS.WebService1 oWebs = new WebS.WebService1();
        //    if (oWebs.set_SaveMoveStockBill_PD(oMain, sHSourceType, ref sErrMsg))
        //    {
        //        sErrMsg = "保存成功!" + oMain.HBillNo;
        //        return true;
        //    }
        //    else
        //    {
        //        sErrMsg = "单据号:" + oMain.HBillNo + ", å•据ID:" + oMain.HInterID + ";" + sErrMsg;
        //        return false;
        //    }
        }
        //}
        public bool set_MoveStockStepOutBill(WebAPI.WebS.ClsKf_MoveStockStepOutBillMain oMain, string sHSourceType, ref string sErrMsg)
        {
@@ -4665,31 +4665,31 @@
        }
        public bool set_SavePOInStockBill_NEW_Json(WebAPI.WebS.ClsCg_POInStockBillMain oMain, ref string sErrMsg)
        {
            //BLL.ClsKf_POStockInBill bll = new BLL.ClsKf_POStockInBill();
            //return bll.set_SavePOStockInBill_New(oMain, sHSourceType, ref DBUtility.ClsPub.sExeReturnInfo);
            WebS.WebService1 oWebs = new WebS.WebService1();
            if (oWebs.set_SavePOInStockBill_Json(oMain, ref sErrMsg))
            {
                //判断是否反写成功
                //if (set_UpdateHStatus(oMain.HInterID, oMain.HExplanation.ToString()))
                //{
                sErrMsg = "保存成功!" + oMain.HBillNo;
                return true;
                //}
                //else
                //{
                //    sErrMsg = "保存成功!" + oMain.HBillNo + "状态反写失败!";
                //    return true;
                //}
            }
            else
            {
                sErrMsg = "单据号:" + oMain.HBillNo + ", å•据ID:" + oMain.HInterID + ";" + sErrMsg;
                return false;
            }
        }
        //public bool set_SavePOInStockBill_NEW_Json(WebAPI.WebS.ClsCg_POInStockBillMain oMain, ref string sErrMsg)
        //{
        //    //BLL.ClsKf_POStockInBill bll = new BLL.ClsKf_POStockInBill();
        //    //return bll.set_SavePOStockInBill_New(oMain, sHSourceType, ref DBUtility.ClsPub.sExeReturnInfo);
        //    WebS.WebService1 oWebs = new WebS.WebService1();
        //    if (oWebs.set_SavePOInStockBill_Json(oMain, ref sErrMsg))
        //    {
        //        //判断是否反写成功
        //        //if (set_UpdateHStatus(oMain.HInterID, oMain.HExplanation.ToString()))
        //        //{
        //        sErrMsg = "保存成功!" + oMain.HBillNo;
        //        return true;
        //        //}
        //        //else
        //        //{
        //        //    sErrMsg = "保存成功!" + oMain.HBillNo + "状态反写失败!";
        //        //    return true;
        //        //}
        //    }
        //    else
        //    {
        //        sErrMsg = "单据号:" + oMain.HBillNo + ", å•据ID:" + oMain.HInterID + ";" + sErrMsg;
        //        return false;
        //    }
        //}
        /// <summary>