Central de Catálogos – RUD 3ctr
| Central de Catálogos

Central de Catálogos 5lj3t

Versões mais recentes de nossos catálogos disponíveis para separados por área 3g125v

Movimentação de cargas 5i699

Sistemas de Içamento – Grau 8 614uf

Sistemas de Içamento – Grau 10 13h1o

Pontos de Içamento – Olhais 294h1c

Sistemas de Içamento – Setor Eólico 3o6x38

5j39s

5j39s

Sistemas transportadores 6y4n67

Elevadores de Caneca e32f

Transportadores de Arraste 4i3w29

5j39s

Correntes para pneus 2zs6n

Proteção e Tração 2cd6g

Florestal 5n3h30

5j39s

Itens para Orçamento m5t12

'; 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 1r6t2q

'; 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 6d6z1w

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