//取得儲區數量 public DataTable GetLocateQtyByCRMTrans(ArrayList ParameterList) { try { DBO.VDS_IVM15_DBO IVMDBO = new VDS_IVM15_DBO(ref USEDB); return IVMDBO.GetLocateQtyByCRMTrans(ParameterList); } catch (Exception ex) { throw ex; } }