Exemplo n.º 1
0
 /// <summary>
 /// 根据物品编号链接要显示的信息 Added By songfei 2009-04-24
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable SelectPurchaseHistoryAskPriceShow(int pageIndex, int pageCount, string orderBy, ref int TotalCount, string ProductID)
 {
     try
     {
         return PurchaseOrderDBHelper.SelectHistoryAskPriceShowList(pageIndex, pageCount, orderBy, ref TotalCount, ProductID);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }