Monitor Plano Lenovo Thinkvision T27qd-4v, 27" Wled Qhd/ips/hdmi/dp/dp-out/usb-c/rj45/5wx2
SKU: MONLE64B8UAR1LA
Garantía por parte del fabricante: 3 años Carry In.
Para Para consultas comunicarse con:
Jessica Saravia - Product Manager - Lenovo thinKvision
E-mail : jessica.saravia@deltron.com.pe
Móvil : +51 905 471 587
Alex Diosa - Product specialist - Lenovo thinKvision
E-mail : alex.diosa@deltron.com.pe
Móvil : +51 946 084 428
FICHA TÉCNICA DEL EQUIPO, AQUÍ👇
T27QD-4V/WEBCAM/DP/HDMI
@keyframes blink {
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}
function cargarAlmacenConsulta(id,almacenCod,almacen){
jQuery('#almacen_ss').val(almacenCod);
jQuery('#almacen_ss2').val(almacen);
jQuery('#activarAlerta').val(id);
}
jQuery.noConflict();
jQuery(document).ready(function () {
//jQuery('#modalStockConsulta').modal('show'); 08/04/2017 - 1:15pm
jQuery("#cantidad_requerida").keydown(function (e) {
//console.log('pres..');
// Allow: backspace, delete, tab, escape, enter and .
if (jQuery.inArray(e.keyCode, [46, 8, 9, 27, 13, 110, 190]) !== -1 ||
// Allow: Ctrl/cmd+A
(e.keyCode == 65 && (e.ctrlKey === true || e.metaKey === true)) ||
// Allow: Ctrl/cmd+C
(e.keyCode == 67 && (e.ctrlKey === true || e.metaKey === true)) ||
// Allow: Ctrl/cmd+X
(e.keyCode == 88 && (e.ctrlKey === true || e.metaKey === true)) ||
// Allow: home, end, left, right
(e.keyCode >= 35 && e.keyCode