示例#1
0
 public static DataTable GetStorageInOtherTableBycondition(string BatchNo, StorageInOtherModel model, string StorageID, string timeStart, string timeEnd, string orderby)
 {
     return(StorageInOtherDBHelper.GetStorageInOtherTableBycondition(BatchNo, model, StorageID, timeStart, timeEnd, orderby));
 }
示例#2
0
 /// <summary>
 /// 查询其他入库单
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable GetStorageInOtherTableBycondition(string BatchNo, StorageInOtherModel model, string StorageID, string timeStart, string timeEnd, int pageIndex, int pageCount, string ord, ref int TotalCount)
 {
     return(StorageInOtherDBHelper.GetStorageInOtherTableBycondition(BatchNo, model, StorageID, timeStart, timeEnd, pageIndex, pageCount, ord, ref TotalCount));
 }