Componentes de Reposição – RUD

Componentes de Reposição

Aplicáveis para ganchos e lingas originais RUD

previous arrownext arrow
Slider
  • Atente-se ao tamanho e capacidade do item ao solicitar peças de reposição
  • Todos os kits são compatíveis apenas com os órios fornecidos pela RUD
  • Deve-se trocar o kit do conector VVS todas as vezes em que o ório for desmontado para garantir a integridade da mola
  • Em caso de dúvidas para especificar o kit correto, entre em contato com nossa equipe técnica

KIT TRAVA DGSH/VCGH

DescriçãoCódigo
KIT VMH-0444040750
KIT DGSH-0642040791
KIT DGSH-0842040792
KIT DGSH-1042040793
KIT DGSH-1342040794
KIT DGSH-1642040795
KIT DGSH-20/2244040662
KIT DGSH-287900640

PLACA DE IDENTIFICAÇÃO VKZA

DescriçãoCódigo
PLACA VKZA-0444040268
PLACA VKZA-0644040208
PLACA VKZA-0844040270
PLACA VKZA-1044040271
PLACA VKZA-1344040272
PLACA VKZA-1644040273
PLACA VKZA-2044040736
PLACA VKZA-2244040213
PLACA VKZA-2844041660

PINO G

DescriçãoCódigo
PINO G-0444041318
PINO G-0644040215
PINO G-0844040216
PINO G-1044041390
PINO G-1344040218
PINO G-1644040219

KIT PINOS VVS

DescriçãoCódigo
PINO PARA VVS-067903886
PINO PARA VVS-087903887
PINO PARA VVS-107903888
PINO PARA VVS-137903889
PINO PARA VVS-167903890
PINO PARA VVS-207903891
PINO PARA VVS-227903892
PINO PARA VVS-287903893

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