예제 #1
0
 public static DataTable GetStorageOutSellDetailInfo(string ID, string CompanyCD)
 {
     try
     {
         return(StorageOutSellDBHelper.GetStorageOutSellDetailInfo(ID, CompanyCD));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #2
0
 /// <summary>
 /// 获取销售出库详细信息(加载页面的时候)
 /// </summary>
 /// <returns>DataTable</returns>
 public static DataTable GetStorageOutSellDetailInfo(StorageOutSellModel model)
 {
     return(StorageOutSellDBHelper.GetStorageOutSellDetailInfo(model));
 }