| | |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | |
| | | //public object get_CheckTypeByBarCode_Json(string sCode, long sInterID, string HBillType, string sBillNo, string sMaker, long WhID, long SPID, double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, long HOWNERID) |
| | | //{ |
| | | // string hexpressNumber = ""; |
| | | // this.WebSoBar = this.oWebs.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, hexpressNumber, ref ClsPub.sErrInfo); |
| | | // bool flag = this.WebSoBar == null; |
| | | // object result; |
| | | // if (flag) |
| | | // { |
| | | // this.objJsonResult.code = "0"; |
| | | // this.objJsonResult.count = 0; |
| | | // this.objJsonResult.Message = ClsPub.sErrInfo; |
| | | // this.objJsonResult.data = null; |
| | | // result = this.objJsonResult; |
| | | // } |
| | | // else |
| | | // { |
| | | // this.objJsonResult.code = "0"; |
| | | // this.objJsonResult.count = 1; |
| | | // this.objJsonResult.Message = ClsPub.sErrInfo; |
| | | // this.objJsonResult.data = this.oBar; |
| | | // result = this.objJsonResult; |
| | | // } |
| | | // return result; |
| | | //} |
| | | |
| | | |
| | | /// <summary> |
| | | /// 返回出入库条码临时表 |
| | | /// </summary> |