Olhal soldável WPP-S – RUD

Olhal soldável WPP-S

Projeto patenteado extremamente versátil. Giratório e ajustável.

previous arrownext arrow
Slider
  • Olhal giratório e ajustável
  • Conexão universal com todos os meios de içamento: corrente, cinta ou cabo de aço
  • Base soldável com rolamentos que garante giro total com eficiência e segurança. Ideal para tombamento de cargas.

WPP-S

DescriçãoCMT (t)
PesoDimensões(mm)SoldaCódigo
(kg/pc)TABCDG
WPP-S 0.63 t0,630,630,41151375184040a444040244
WPP-S 1.5 t1,51,511472097254650a544040245
WPP-S 2.5 t2,52,51,718728126306161HY 3 + a544040246
WPP-S 4 t443,422736150357877HY 3 + a644040247
WPP-S 5 t6,757,126737174409593HY 3 + a844040248
WPP-S 8 t1088,23104920848100102HY 3 + a1044040249
CMT = Carga Máxima de Trabalho(toneladas)

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); }