VRM – RUD

VRM

Porca-olhal de alta capacidade

previous arrownext arrow
Slider
  • Olhal giratório 360°
  • Indicado para uso lateral na carga
  • Instalação fácil e rápida

VRM – Rosca métrica

DescriçãoCMT(t)PesoDimensões(mm)*Código
(kg/pc)TBCDEFGHKN
VRM-M60,10,05289720231628173797900786
VRM-M80,30,135119252521302147127992989
VRM-M100,40,1351192525213021471244041574
VRM-M120,750,24213103030243425561444040928
VRM-M161,50,34915133636304031651944040737
VRM-M202,30,55817164141375035762444040781
VRM-M243,20,97020195151456041923044040857
VRM-M304,51,587262466665675511143644040858
CMT = Carga Máxima de Trabalho(Tonelada) Melhor condição Pior condição
*Código de produto informado válido para modelos com parafuso padrão.

Itens para Orçamento

'; return emailHtml; } // Função para criar o HTML do email function criarHtmlEmailToolMover() { // var cart = JSON.parse(sessionStorage.getItem('cart')) || {}; //alert('entrou criarE-mail'); var emailHtml = ' '; emailHtml += ''; emailHtml += ' '; // Cabeçalho do email emailHtml += '

Orçamento Online ToolMover Personalizado

'; emailHtml += '

CNPJ: ' + document.getElementById('cnpj').value + '

'; emailHtml += '

Empresa: ' + document.getElementById('empresa').value + '

'; emailHtml += '

Nome: ' + document.getElementById('nome').value + '

'; emailHtml += '

Telefone: ' + document.getElementById('telefone').value + '

'; emailHtml += '

E-mail: ' + document.getElementById('email').value + '

'; emailHtml += '

Equipamento: ' + document.getElementById('tipo').value + '

'; //emailHtml += '

Item para orçamento

'; emailHtml += '
'; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; //emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; emailHtml += ''; // emailHtml += ''; // emailHtml += ''; //emailHtml += ''; emailHtml += '
CMT(t)Cota ACota BCota CProteção na Mesa?
' + document.getElementById('cmt').value + '' + document.getElementById('cA').value + '' + document.getElementById('cB').value + '' + document.getElementById('cC').value + '' + document.getElementById('sProtMesa').value + '
' + document.getElementById('obs').value + '
'; emailHtml += '

Observação: ' + document.getElementById('obs').value + '

'; emailHtml += ' '; //alert(emailHtml); return emailHtml; } function enviarFormToolMover(){ var htmlEmail = criarHtmlEmailToolMover(); document.getElementById('html_email').value = htmlEmail; //alert(htmlEmail); } function enviarForm(){ document.getElementById('enviar-orcamento').value = 'Aguarde... Enviando...'; // document.getElementById('enviar-orcamento').disabled = true; var htmlEmail = criarHtmlEmail(); document.getElementById('html_email').value = htmlEmail; //document.getElementById('form-orcamento').submit(); //alert(htmlEmail); }