| | |
| | | return Ds; |
| | | } |
| | | } |
| | | |
| | | //缓存列表已上传列表 |
| | | public DataSet GetKf_ICStockBillList(string sHBillType, string sHMaker, Int64 sHOWNERID) |
| | | { |
| | | SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); |
| | |
| | | return Ds; |
| | | } |
| | | } |
| | | //缓存列表已上传查询 |
| | | public DataSet GetKf_ICStockBillQueryList(string BillType,string HBillNo, string HSourceBillNo) |
| | | { |
| | | SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); |
| | | DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + BillType + "','" + HBillNo + "','" + HSourceBillNo+"'", "h_p_Kf_ICStockBillQueryList"); |
| | | if (Ds == null || Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | return null; |
| | | } |
| | | else |
| | | { |
| | | return Ds; |
| | | } |
| | | } |
| | | |
| | | //扫描条码返回出入库条码临时表信息 |
| | | public DataSet GetInfoByID_View(long HInterID, string sBillType, string sWhere) |