UPCHURCH SCIENTIFIC | VWR (2024)

UPCHURCH SCIENTIFIC | VWR (1)

Ventile können, je nach Produkt, etwa zur Regulierung des Drucks von Flüssigkeiten und Gasen in einem Strömungssystem verwendet werden. Ventile können auch als Verbindungsstücke zwischen verschieden langen Schläuchen und verschiedenen Anschlussstellen dienen. Es gibt Ventile für Flüssigkeiten oder Vakuumsysteme. Die Verwendungsmöglichkeiten sind vielfältig, wobei jedes Ventil individuell ist und einen einzigartigen Zweck erfüllt - für maximale Sicherheit und Effizienz bei der Verwendung, besonders wenn Druck ein Thema ist.


12 Ergebnisse wurden gefunden

Suchergebnis einschränken:Sortieren nach

Listenansicht

Hybridansicht

Listenansicht

Hybridansicht

'); return false; } } function showModal(msg) { $.fancybox.open('

'+msg+'

'); } $(document).ready( function() {redrawComparisonWidget();}); function isNumeric(e) {if(e.which != 8 && e.which != 0 && (e.which < 48 || e.which > 57)) { return false; }} function setBackToSearchPageFromInsights(e){ e.preventDefault(); localStorage.removeItem('backToProductPageLink'); localStorage.setItem('backToSearchResultsFromInsights',window.location.href); } /* $(".search_product_name").click(function(){ universalAnalytics('productClick','ProductLinkClick','HybridView','ProductLinkClick','catalogNumber='+''); }); $(".column-1").click(function(){ universalAnalytics('productClick','ProductImageClick','HybridView','ProductImageClick','catalogNumber='+''); }); */

';$("#showViewCostSavingAlternative_"+response.currentCatalogNumber).html(emptyDiv);}if(response.webOrgEnableAvantorInsightsMostPurchased && response.userEnableAvantorInsightsMostPurchased && response.currentCatalogMostPurchased == 'true'){var mostPurchasedText='

Most Purchased by your Company

';$("#showViewCostSavingAlternative_"+response.currentCatalogNumber).append(mostPurchasedText);}}}});}//Get the cell values based on STIBOif(index == hideIndex){// Add the catalog # and its description explicitly.rowContent.append($('

', {rowspan: rowSpanValue, "class": 'product-head'}).append(catalogNumber).append(description).append('').append('')); $.each( row.rowValues, function( index, rowValue ) {if (columns != null && columns != undefined && columns[index]!= null && columns[index] != undefined) {var columnContent = $('

', {"data-title": columns[index].columnName}).attr({rowspan: rowSpanValue });//Add custom color if its custom catalog, else do nothingcolumnContent = (customColor != '') ? $(columnContent).attr({style: 'color:#' + customColor}) : columnContent;rowContent.append($(columnContent).append( $("

").html(rowValue).text()));}});}//GWE-10034 : passing buyingUomDescription to display in case toggle is ongetSkuCells(rowContent, sku.skuid, sku.uomDisplay, sku.blockingRule,sku.displayPromotion,sku.promoValidUpTo,stockroomText, sku.buyingUomDescription);content.append(rowContent);}});content.append(showViewCostSavingAlternativeEmptyRow);content.append(showViewCostSavingAlternative);content.append(showArticleNumber);// Add break price and discontinued row. These rows will be visible if it has content.content.append(discontinuedRow);content.append(breakPriceRow);});return content;}/** * Method used to uom, price and availability cells. * @param {Object} get the existing cell contents * @param {String} get the skud ID of the product * @param {String} get the UoM text to display. * @param {String} get the blocking rule to impose */function getSkuCells(rowContent, skuId, uomDisplay, blockingRule,displayPromotion,promoValidUpTo,stockroomText,buyingUomDescription){var uom = '';if(false){//GWE-10034 startif(false && buyingUomDescription != null && buyingUomDescription != '' && buyingUomDescription != undefined){uom = $('').html(''+buyingUomDescription);}else{uom = $('').html(''+uomDisplay);}//GWE-10034 end}if(false){rowContent.append($('

').addClass(' search_availability').attr({"data-title":"Planlieferzeit"}).append($('', {id: 'lowestSKUAvailability_'+skuId, html: ''})).append(stockroomText));} if(true ){showQtyOrBlockingRules(skuId, blockingRule, rowContent,displayPromotion,promoValidUpTo);}//if(false){//rowContent.append($('

').addClass('productGrid product_price').append($('', {id: 'ORDERSALEPRICE_'+skuId, html: ''})).append(uom));//}//if(false){//rowContent.append($('

').addClass('productGrid product_price').append($('', {id: 'ORDERSALEPRICE_'+skuId, html: ''})).append(uom));//}if(false){var sIcon = saleIcon()var validMsg = promoValidMsg(promoValidUpTo);if(false && blockingRule == '' && displayPromotion){rowContent.append($('

').addClass('product_price').attr({"data-title":"Ihr Preis"}).append($('', {id: 'ORDERSALEPRICE_'+skuId, html: ''})).append(uom).append(sIcon).append(validMsg));}else{rowContent.append($('

').addClass('product_price').attr({"data-title":"Ihr Preis"}).append($('', {id: 'ORDERSALEPRICE_'+skuId, html: ''})).append(uom));}}}/** * Method to display Qty text box or blocking rule * @param {String} get the sku id * @param {String} get the blocking rule to impose * @param {Object} get the existing cell contents*/function showQtyOrBlockingRules(skuId, blockingRule, rowContent,displayPromotion,promoValidUpTo){var element = $('

').addClass('input-group input-group-sm input-number-group');var tableCell = ($('

').addClass('')).attr({id:'qtyBox_' + skuId, "data-title":"Menge"});switch(blockingRule){case 'purchaseHold':element = $('').attr({type:'image', src: '/images/shopping_icons2/icon_call.png', height:'16', width: '16', alt: 'Call', onclick: "javascript:showModal($('#purchaseHold').html())"});tableCell.append(element);break;case 'sellHold':element = $('').attr({type:'image', src: '/images/shopping_icons2/icon_call.png', height:'16', width: '16', alt: 'Call', onclick: "javascript:showModal($('#sellHold').html())"});tableCell.append(element);break;case 'restricted':element = $('').attr({type:'image', src: '/images/shopping_icons2/icon_restricted.png', height:'16', width: '16', alt: 'Restricted Item', onclick: "javascript:showModal($('#restricted').html())"});tableCell.append(element);break; case 'blocked':element = $('').attr({type:'image', src: '/images/shopping_icons2/icon_blocked.png', height:'16', width: '16', alt: 'Blocked', onclick: "javascript:showModal($('#blocked').html())"});tableCell.append(element);break;case 'crossreference':element = $('').attr({type:'image', src: '/images/shopping_icons2/icon_replacement_product.png', height:'16', width: '16', alt: 'Replacement Product', onclick: "javascript:showModal($('#crossreference').html())"});tableCell.append(element);break;default: var elementMinusIcon =$('').attr( {"class":'input-group-btn' });elementMinusIcon.append($('').attr({onclick:'qtyminus(this, event);', type: 'button', value: '-', field: skuId, "class":'input-number-increment btn btn-default btn-number'}));element.append(elementMinusIcon);element.append($('').attr({ type: 'text', maxlength:'4', size: '4', onkeyup:"setQty('" + skuId + "', event)", value:'0', id: 'qty_'+skuId, "class": 'cartquantity form-control input-number', name: skuId,onkeypress: "return isNumeric(event);" }));var elementPlusIcon =$('').attr( {"class":'input-group-btn' });elementPlusIcon.append($('').attr({onclick:'qtyplus(this, event);', type: 'button', value: '+', field: skuId, "class":'input-number-decrement btn btn-default btn-number'}));element.append(elementPlusIcon);tableCell.append(element);addDynamicHiddenElements(skuId);}if(true && blockingRule == '' && displayPromotion){var sIcon = saleIcon();tableCell.append(sIcon);var validMsg = promoValidMsg(promoValidUpTo);tableCell.append(validMsg);}rowContent.append(tableCell);} /** * Method used to set the qty value to hidden element. * The dynamic form elements rendered inside the order table does not populate in form post. Hence adding directly to form as work around. * @param {String} get the skuId * @param {Event} get the Event */function setQty(skuId, event){ skuId = escapeSpecialCharacters(skuId); $('input[name='+skuId+']').val($('#qty_'+skuId).val()); updateCart(event); universalAnalytics('cartquantity', 'QuantityAddsBox', 'HybridView', 'QuantityAddsBox', '')}/** * Method used to add dynamic hidden elements to Order Form. * The dynamic form elements rendered inside the order table does not populate in form post. Hence adding directly to form as work around. * @param {String} get the skuId */ function addDynamicHiddenElements(skuId){$('').attr({type: 'hidden',name: skuId,value: 0}).appendTo('#addToBasket');$('').attr({type: 'hidden',value: skuId,name: '/vwr/search/SearchOrderFormHandler.catalogRefIds'}).appendTo('#addToBasket'); } /** * Method to display the quick view * @param {String} get the catalog number to display the quick view page. */function loadQuickview(catnum,blockedItems) { $.fancybox.showLoading(); $.get('/store/search/productPreview.jsp?catalog_number=' + catnum +'&blockedItems=' + blockedItems, function(data) { $.fancybox(data, { 'width':'auto', 'height':'auto' }); $.fancybox.hideLoading(); } )} function enteredQuantity(){var enteredQty = 0; $("input.cartquantity").each(function(index, element) { if(!isNaN($(element).val())){ enteredQty += +$(element).val(); }}); return enteredQty;} /** * Method to update the cart quantity and this quantity is to remaind the user to make sure to click the add to basket * @param {Event} get the Event */function updateCart(event){var enteredQty = enteredQuantity();var keyCode = undefined;$( "#addToCartButtonQuantity" ).text('In den Warenkorb ('+ enteredQty +')');if (!event){event = window.event;} keyCode = event.keyCode || event.which; //Change the CSS classif(enteredQty > 0){ //Submit the form if the user presses enter key if(keyCode == 13){// Submit the form addToCartAjax(); } }} /** * Method to display the qunatity and availability container * @param {String} get the catalog number to display the qunatity and availability container */ function showHideQunatityAvailability(selectedCatalog){var selectedSKU = undefined;var skuId = undefined;selectedCatalog = escapeSpecialCharacters(selectedCatalog); selectedSKU = escapeSpecialCharacters($("#unit_"+selectedCatalog+ " option:selected" ).val());$("#unit_"+selectedCatalog+" option").each(function(){skuId = escapeSpecialCharacters($(this).val());//Hide all quantity and avail containers$("#lowestSKUAvailability_"+skuId).attr('class','hide');$("#qtyBox_"+skuId).attr('class','hide');$("#blockedmsg_"+skuId).attr('class','hide');//Clear the Qty text feld$('input[name='+skuId+']').val(0).trigger('change');});//show right container$("#lowestSKUAvailability_"+selectedSKU).attr('class','');$("#qtyBox_"+selectedSKU).attr('class','');$("#blockedmsg_"+selectedSKU).attr('class','');} function saleIcon(){var promoElement = $('

');var promoElementSpan = $('').addClass('sale tag');var promoElementSvg = $('

').addClass('icon');var promoElementUse = $('

').attr('xlink:href', '#tag-icon');promoElementSvg.append(promoElementUse);promoElementSpan.append(promoElementSvg);promoElementSpan.append('On Sale');promoElement.append(promoElementSpan);return promoElement;}function promoValidMsg(promoValidUpTo){var promoValidElement = $('

').addClass('font-size-8');promoValidElement.text('Valid until ').append(promoValidUpTo);return promoValidElement;} function setBackToSearchPageFromInsights(e){e.preventDefault();localStorage.removeItem('backToProductPageLink');localStorage.setItem('backToSearchResultsFromInsights',window.location.href);} //Auto expand the ordering tables$(document).ready(function(){expandOrdertables();});

UPCHURCH SCIENTIFIC | VWR (2024)

References

Top Articles
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 5743

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.