|  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("OtherOutBill/get_CheckTypeByBarCode_Out_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public Object get_CheckTypeByBarCode_Out_Json(string sCode, Int64 sInterID, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID) | 
 |  |  |         public Object get_CheckTypeByBarCode_Out_Json(string sCode, Int64 sInterID,string HBillType, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID) | 
 |  |  |         { | 
 |  |  |             oBar = webserver.get_CheckTypeByBarCode_Out(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             if (oBar == null) | 
 |  |  |             //oBar = webserver.get_CheckTypeByBarCode_Out(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             //if (oBar == 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.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |             //    objJsonResult.data = oBar; | 
 |  |  |             //    return objJsonResult; | 
 |  |  |             //} | 
 |  |  |             WebS.WebService1 oWebs = new WebS.WebService1(); | 
 |  |  |             WebS.ClsKf_ICStockBill_WMS WebSoBar = new WebS.ClsKf_ICStockBill_WMS(); | 
 |  |  |             string sExpressNumber = ""; | 
 |  |  |             //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_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             if (WebSoBar == null) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = "扫码成功!"; | 
 |  |  |                 //objJsonResult.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |                 objJsonResult.data = oBar; | 
 |  |  |                 objJsonResult.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |                 objJsonResult.data = WebSoBar; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 一键扫码(红字) | 
 |  |  |         /// </summary> | 
 |  |  | 
 |  |  |         [HttpGet] | 
 |  |  |         public Object get_CheckTypeByBarCode_All_Json(string sCode, Int64 sInterID, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID, string sExpressNumber) | 
 |  |  |         { | 
 |  |  |             oBar = webserver.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType1, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID,sExpressNumber, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             oBar = webserver.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType1, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             if (oBar == null) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |          /// <summary> | 
 |  |  |         /// <summary> | 
 |  |  |         /// 扫描条码 | 
 |  |  |         /// </summary> | 
 |  |  |         /// <param name="msg"></param> | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("OtherOutBill/set_SaveOtherOutBackBill_Json")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object set_SaveOtherOutBackBill_Json([FromBody]JObject oMain ) | 
 |  |  |         public object set_SaveOtherOutBackBill_Json([FromBody] JObject oMain) | 
 |  |  |         { | 
 |  |  |             var _value = oMain["oMain"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |  | 
 |  |  |         [Route("OtherInStockBill/set_SavePonderationBillMain_Temp_Source_Fast_Json")] | 
 |  |  |         [HttpGet] | 
 |  |  |         public object set_SavePonderationBillMain_Temp_Source_Fast_Json(string HSourceBillType, string HSourceBillNo, Int64 sInterID, string sBillNo) | 
 |  |  |         public object set_SavePonderationBillMain_Temp_Source_Fast_Json(Int64 sInterID, string SBillNo, string HBillType, string sSourceBillNo, string sSourceType, string sMaker, Int64 sHOWNERID) | 
 |  |  |         { | 
 |  |  |             try | 
 |  |  |             { | 
 |  |  |                 // DataSet ds = new DataSet(); | 
 |  |  |                 // WebServer webserver = new WebServer(); | 
 |  |  |                 string sWhere = " Where 单据号 like '%" + HSourceBillNo.Trim() + "%'"; | 
 |  |  |                 if (HSourceBillType == "3720") | 
 |  |  |                 { | 
 |  |  |                     ds = webserver.GetSc_ICMOBackBillList(sWhere + "  "); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "没有返回任何记录,源单类型有错误!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; ; | 
 |  |  |                 } | 
 |  |  |             //try | 
 |  |  |             //{ | 
 |  |  |             //    // DataSet ds = new DataSet(); | 
 |  |  |             //    // WebServer webserver = new WebServer(); | 
 |  |  |             //    string sWhere = " Where 单据号 like '%" + HSourceBillNo.Trim() + "%'"; | 
 |  |  |             //    if (HSourceBillType == "3720") | 
 |  |  |             //    { | 
 |  |  |             //        ds = webserver.GetSc_ICMOBackBillList(sWhere + "  "); | 
 |  |  |             //    } | 
 |  |  |             //    else | 
 |  |  |             //    { | 
 |  |  |             //        objJsonResult.code = "0"; | 
 |  |  |             //        objJsonResult.count = 0; | 
 |  |  |             //        objJsonResult.Message = "没有返回任何记录,源单类型有错误!"; | 
 |  |  |             //        objJsonResult.data = null; | 
 |  |  |             //        return objJsonResult; ; | 
 |  |  |             //    } | 
 |  |  |  | 
 |  |  |                 if (ds == null || ds.Tables[0].Rows.Count <= 0) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 0; | 
 |  |  |                     objJsonResult.Message = "没有返回任何记录!"; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                     //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); | 
 |  |  |                 } | 
 |  |  |                 else | 
 |  |  |                 { | 
 |  |  |                     HSupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSupID"]); | 
 |  |  |                     HSupName = Convert.ToString(ds.Tables[0].Rows[0]["HSupName"]); | 
 |  |  |                     HDeptID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HDeptID"]); | 
 |  |  |                     HDeptName = Convert.ToString(ds.Tables[0].Rows[0]["HDeptName"]); | 
 |  |  |                     if (webserver.set_SavePonderationBillMain_Temp_Source_Fast(sInterID, sBillNo, HBillType, HSourceBillNo, HSourceBillType, "蓝字", ref DBUtility.ClsPub.sErrInfo)) | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 1; | 
 |  |  |                         objJsonResult.Message = "返回记录成功!"; | 
 |  |  |                         objJsonResult.data = ds.Tables[0]; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                     else | 
 |  |  |                     { | 
 |  |  |                         objJsonResult.code = "0"; | 
 |  |  |                         objJsonResult.count = 0; | 
 |  |  |                         objJsonResult.Message = "写入临时表失败!" + DBUtility.ClsPub.sErrInfo; | 
 |  |  |                         objJsonResult.data = null; | 
 |  |  |                         return objJsonResult; | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             catch (Exception ex) | 
 |  |  |             //    if (ds == null || ds.Tables[0].Rows.Count <= 0) | 
 |  |  |             //    { | 
 |  |  |             //        objJsonResult.code = "0"; | 
 |  |  |             //        objJsonResult.count = 0; | 
 |  |  |             //        objJsonResult.Message = "没有返回任何记录!"; | 
 |  |  |             //        objJsonResult.data = null; | 
 |  |  |             //        return objJsonResult; | 
 |  |  |             //        //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); | 
 |  |  |             //    } | 
 |  |  |             //    else | 
 |  |  |             //    { | 
 |  |  |             //        HSupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSupID"]); | 
 |  |  |             //        HSupName = Convert.ToString(ds.Tables[0].Rows[0]["HSupName"]); | 
 |  |  |             //        HDeptID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HDeptID"]); | 
 |  |  |             //        HDeptName = Convert.ToString(ds.Tables[0].Rows[0]["HDeptName"]); | 
 |  |  |             //        if (webserver.set_SavePonderationBillMain_Temp_Source_Fast(sInterID, sBillNo, HBillType, HSourceBillNo, HSourceBillType, "蓝字", ref DBUtility.ClsPub.sErrInfo)) | 
 |  |  |             //        { | 
 |  |  |             //            objJsonResult.code = "0"; | 
 |  |  |             //            objJsonResult.count = 1; | 
 |  |  |             //            objJsonResult.Message = "返回记录成功!"; | 
 |  |  |             //            objJsonResult.data = ds.Tables[0]; | 
 |  |  |             //            return objJsonResult; | 
 |  |  |             //        } | 
 |  |  |             //        else | 
 |  |  |             //        { | 
 |  |  |             //            objJsonResult.code = "0"; | 
 |  |  |             //            objJsonResult.count = 0; | 
 |  |  |             //            objJsonResult.Message = "写入临时表失败!" + DBUtility.ClsPub.sErrInfo; | 
 |  |  |             //            objJsonResult.data = null; | 
 |  |  |             //            return objJsonResult; | 
 |  |  |             //        } | 
 |  |  |             //    } | 
 |  |  |             //} | 
 |  |  |             //catch (Exception ex) | 
 |  |  |             //{ | 
 |  |  |             //    objJsonResult.code = "0"; | 
 |  |  |             //    objJsonResult.count = 0; | 
 |  |  |             //    objJsonResult.Message = "没有返回任何记录!" + ex.ToString(); | 
 |  |  |             //    objJsonResult.data = null; | 
 |  |  |             //    return objJsonResult; | 
 |  |  |             //} | 
 |  |  |  | 
 |  |  |             WebS.WebService1 oWebs = new WebS.WebService1(); | 
 |  |  |             WebS.ClsKf_ICStockBill_WMS WebSoBar = new WebS.ClsKf_ICStockBill_WMS(); | 
 |  |  |             string sExpressNumber = ""; | 
 |  |  |             //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_SourceBarCode_OtherIn(sInterID, SBillNo, HBillType, sSourceBillNo, sSourceType, sMaker, sHOWNERID, ref DBUtility.ClsPub.sErrInfo); | 
 |  |  |             if (WebSoBar == null) | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 0; | 
 |  |  |                 objJsonResult.Message = "没有返回任何记录!" + ex.ToString(); | 
 |  |  |                 objJsonResult.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |                 objJsonResult.data = null; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |             else | 
 |  |  |             { | 
 |  |  |                 objJsonResult.code = "0"; | 
 |  |  |                 objJsonResult.count = 1; | 
 |  |  |                 objJsonResult.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |                 objJsonResult.data = WebSoBar; | 
 |  |  |                 return objJsonResult; | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  | 
 |  |  |         /// <returns></returns> | 
 |  |  |         [Route("OtherOutBill/set_set_SaveOtherOutBill_Json")] | 
 |  |  |         [HttpPost] | 
 |  |  |         public object set_set_SaveOtherOutBill_Json([FromBody]JObject oMain) | 
 |  |  |         public object set_set_SaveOtherOutBill_Json([FromBody] JObject oMain) | 
 |  |  |         { | 
 |  |  |             var _value = oMain["oMain"].ToString(); | 
 |  |  |             string msg1 = _value.ToString(); | 
 |  |  | 
 |  |  |                 websLsmain.HMaker = lsmain[0].HMaker; | 
 |  |  |                 websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; | 
 |  |  |                 websLsmain.HOWNERID = lsmain[0].HOWNERID; | 
 |  |  |  | 
 |  |  |                 websLsmain.HBillType = "1206";//固定值 | 
 |  |  |                 WebS.WebService1 oWebs = new WebS.WebService1(); | 
 |  |  |                 WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); | 
 |  |  |                 if (webserver.set_SaveOtherOutBill_New(websLsmain, sSourceBillType, oSystemParameterMain, ref DBUtility.ClsPub.sErrInfo)) | 
 |  |  |                 if (oWebs.set_SaveOtherOutBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo)) | 
 |  |  |                 { | 
 |  |  |                     objJsonResult.code = "0"; | 
 |  |  |                     objJsonResult.count = 1; | 
 |  |  |                     objJsonResult.Message = "生成其他出库单成功!单据号为:"; | 
 |  |  |                     objJsonResult.Message = DBUtility.ClsPub.sErrInfo; | 
 |  |  |                     objJsonResult.data = null; | 
 |  |  |                     return objJsonResult; | 
 |  |  |                 } |