Olhal soldável WPP-B – RUD

Olhal soldável WPP-B

Projeto patenteado. Giratório e ajustável.

previous arrownext arrow
Slider
  • Giratório 360° e ajustável 230°
  • Base soldável com rolamentos que garante giro total com eficiência e segurança. Ideal para tombamento de cargas
  • Sistema de rolamento duplo proporciona uma movimentação suave e precisa

WPP-B

DescriçãoCMT (t)
PesoDimensões(mm)SoldaCódigo
(kg/pc)TABCDGN
WPP-B 0.63 t0,630,630,3510596535404015a47989954
WPP-B 1.5 t1,51,50,4115116535465015a544040767
WPP-B 2.5 t2,52,51135137440616118HY 3 + a544040250
WPP-B 4 t442,3172169545787720HY 3 + a644040768
WPP-B 5 t6,754,72231913060959325HY 3 + a844040251
WPP-B 8 t1085,3242241406510010228HY 3 + a1044040769
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); }