zzr99
2022-01-17 1d0295f459f6e92ab3b9050aa79afc107352359d
WebAPI/Controllers/POStockInBillController.cs
@@ -76,6 +76,8 @@
        [HttpGet]
        public Object get_CheckTypeByBarCode_Json(string sCode, Int64 sInterID, string sBillNo, string sBillType, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID)
        {
            try
            {
            //if (sRedBlue == true)
            //{
            //    HBillType = "1239";
@@ -102,6 +104,16 @@
                return objJsonResult;
            }
        }
            catch (Exception e)
            {
                objJsonResult.code = "0";
                objJsonResult.count = 1;
                objJsonResult.Message = e.Message+";"+e.StackTrace;
                objJsonResult.data = null;
                return objJsonResult;
            }
        }
        /// <summary>
        /// 一键扫码红字
        /// </summary>