Ejemplo n.º 1
0
 public static DataTable GetStorageOutSellTableBycondition(StorageOutSellModel model, string IndexValue, string TxtValue, string timeStart, string timeEnd, string SendNo, string BatchNo, string orderby)
 {
     return(StorageOutSellDBHelper.GetStorageOutSellTableBycondition(model, IndexValue, TxtValue, timeStart, timeEnd, SendNo, BatchNo, orderby));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 查询销售出库单
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable GetStorageOutSellTableBycondition(StorageOutSellModel model, string timeStart, string timeEnd, string SendNo, string EFIndex, string EFDesc, int pageIndex, int pageCount, string ord, ref int TotalCount)
 {
     return(StorageOutSellDBHelper.GetStorageOutSellTableBycondition(model, timeStart, timeEnd, SendNo, EFIndex, EFDesc, pageIndex, pageCount, ord, ref TotalCount));
 }