3000 - Tensor da Correia Dentada - General Motors; Fiat (2024)

Descrição do Produto

Tensor da Correia Dentada

Montadora
General Motors; Fiat

NrOriginal

90411769; 90528200; 90530124; 91580003; 7085784; 7086687; 90411769; 90528200

Veículo
Astra 1.8 8V (98 a 11)
Astra 2.0 8V (94 a 11)
Blazer 2.2 8V (95 a 00)
Celta 1.0 8V (01...)
Celta 1.4 8V (04 a 08)
Cobalt 1.4 8V (12...)
Cobalt 1.8 8V (13...)
Suprema 2.2 8V (95 a 97)
Suprema 2.0 8V (92 a 94)
Corsa 1.0 8V (01...)
Corsa 1.4 8V (09...)
Corsa 1.8 8V (02 a 09)
Ipanema 1.8 8V (96 a 98)
Ipanema 2.0 8V (96 a 98)
Kadett 1.8 8V (96 a 98)
Kadett 2.0 8V (96 a 98)
Meriva 1.4 8V (06 a 12)
Meriva 1.8 8V (02 a 12)
Spin 1.8 8V (12...)
Montana 1.4 8V (07...)
Montana 1.8 8V (02 a 10)
Monza 1.8 8V (96)
Monza 2.0 8V (96)
Omega 2.0 8V (92 a 94)
Omega 2.2 8V (95 a 97)
Onix 1.0 8V (12...)
Onix 1.4 8V (12...)
Prisma 1.0 8V (09...)
Prisma 1.4 8V (06...)
S10 2.2 8V (95 a 00)
S10 2.4 8V (01...)
Vectra 2.2 8V (98 a 02)
Zafira 2.0 8V (01 a 12)
Agile 1.4 8V (09...)
Blazer 2.4 8V (01 a 13)
Corsa 1.0 8V (94...)
Corsa 1.4 8V (94...)
Vectra 2.0 8V (93 a 11)
Idea 1.8 8V (06 a 10)
Palio 1.8 8V (11/04 a 10)
Punto 1.8 8V (08 a 10)
Siena 1.8 8V (11/04 a 10)
Stilo 1.8 8V (11/04 a 10)
Strada 1.8 8V (11/04 a 10)
Doblò 1.8 8V (11/04 a 11)

Códigos similares
T43053/F-234394/531027330/DYT303/ATB2216/VKM15402L / V55315

Solicite um orçamento!
Assim que recebermos seu contato, retornaremos o mais rápido possível.
Preencha todas as informações do formulário para solicitar um orçamento com mais precisão.Obrigado(a)!

" + "

" + "

" + "

" + "

" + "

" + ""); var adicionar = $(element).closest('.div_upload').find('.file_container'); $(novo_item).appendTo($(adicionar)); } function removerUpload(element, index) { //Removendo da fila de requests if (uploadRequests.length > index) { uploadRequests[index].abort(); uploadRequests.splice(index, 1); } //Removendo da fila de arquivos files.splice(index, 1); $(element).closest('.list-group-item').hide('fade', function () { refreshCountArquivos(element); $(this).remove(); }); } function getTamanhoFormatadoArquivo(tamanhoBytes) { var aux = 'bytes'; while (tamanhoBytes > 1024) { tamanhoBytes = (tamanhoBytes / 1024); if (aux == 'bytes') aux = 'KB'; else if (aux == 'KB') aux = 'MB'; else if (aux == 'MB') aux = 'GB'; else if (aux == 'GB') aux = 'TB'; } return tamanhoBytes.toFixed(2) + ' ' + aux; } function clearUploadFiles(element) { $(element).closest('.div_upload').find('.list-group-item .btn_excluir').each(function () { $(this).trigger('click'); }); } function adicionarErro(element, erro) { $(element).find('.informacao_complementar').remove(); $('').insertBefore(element.find('.row .col-xs-4 .btn_excluir')); $(element).find('.informacao_complementar').attr('title', erro); $(element).find('.informacao_complementar').click(function () { alert(erro) }); } function adicionarSucesso(element) { $(element).find('.informacao_complementar').remove(); $('').insertBefore(element.find('.row .col-xs-4 .btn_excluir')); $(element).find('.informacao_complementar').attr('title', 'Upload realizado com sucesso!'); } function isAnyRequestInProgress() { for (indexRequest = 0; indexRequest < uploadRequests.length; indexRequest++) if (uploadRequests[indexRequest].readyState == 1) { return true; break; } return false; } function isAllFilesUploaded(element) { if (files.length < 1 || $(element).closest('.div_upload').find('.list-group-item').length < 1) return false; $(element).closest('.div_upload').find('.list-group-item').each(function () { var index = eval($(this).data('upload-index')); if (files[index] && !files[index].uploadComplete) { return false; } }); return true; } function isFileUploaded(div_upload) { if (files.length < 1 || $(div_upload).find('.list-group-item').length < 1) return false; var retorno = false; $(div_upload).find('.list-group-item').each(function () { var index = eval($(this).data('upload-index')); if (files[index] && files[index].uploadComplete) { retorno = true; return false; } }); return retorno; } function isExistsFileToProcess(element) { if (files.length < 1 || $(element).closest('.div_upload').find('.list-group-item').length < 1) { return false; } var retorno = false; $(element).closest('.div_upload').find('.list-group-item').each(function () { var index = $(this).data('upload-index'); if (files[index] && !files[index].processada) { retorno = true; return false; } }); return retorno; } function uploadFiles(element) { $(element).closest('.div_upload').find('.btn_realizar_upload').prop('disabled', true); $(element).closest('.div_upload').find('.btn_realizar_upload i').removeClass('fa-upload').addClass('fa-refresh fa-spin'); $(element).closest('.div_upload').find('.btn_limpar_lista').prop('disabled', true); $(element).closest('.div_upload').find('.list-group-item').each(function () { var index = $(this).data('upload-index'); if (files[index]) enviarArquivo($(this), index); }); } function enviarArquivo(element, index) { var idFomulario = $(element).closest('.container_formulario').find('.id_formulario').val(); var fileToUpload = files[index]; if (fileToUpload.uploadComplete) return; var domElement = $(element); var progressBar = domElement.find('.progress-bar'); $(domElement).find('.btn_excluir').prop('disabled', true); progressBar.css('width', '0%'); progressBar.removeClass('progress-bar-success').removeClass('progress-bar-danger').addClass('progress-bar-primary'); var tamanhoTotalArquivo = fileToUpload.size; var data = new FormData(); data.append('file-' + index, fileToUpload); data.append('formulario', idFomulario); data.append('campo', domElement.closest('form').attr('idcampo')); //Enviando var request = jQuery.ajax({ url: 'https://' + 'c2tiapps.com/sites/UploadArquivo.ashx', //url: 'http://localhost:2095/Sites//UploadArquivo.ashx', data: data, cache: false, contentType: false, processData: false, crossDomain: true, type: 'POST', xhr: function () { //Progresso do upload var myXhr = $.ajaxSettings.xhr(); if (myXhr.upload) { myXhr.upload.addEventListener('progress', function (evt) { if (evt.lengthComputable) { var percentComplete = ((evt.loaded / evt.total) * 100).toFixed(1) + '%'; progressBar.css('width', percentComplete); progressBar.html(percentComplete); } }, false); } return myXhr; }, beforeSend: function () { domElement.find('.progress').show(); }, success: function (data, textStatus, jqXHR) { $(element).find('.col-xs-8 span:nth-child(1)').text(data); fileToUpload.processada = true; fileToUpload.uploadComplete = true; progressBar.css('width', '100%'); progressBar.html('100%'); progressBar.removeClass('progress-bar-primary').addClass('progress-bar-success'); adicionarSucesso(domElement); refreshCountArquivos(domElement); }, error: function (xhr, ajaxOptions, thrownError) { fileToUpload.processada = true; fileToUpload.uploadComplete = false; var erro = thrownError; if (xhr && xhr.responseText) erro = xhr.responseText; progressBar.css('width', '100%'); progressBar.removeClass('progress-bar-primary').addClass('progress-bar-danger'); adicionarErro(domElement, erro); refreshCountArquivos(domElement); }, timeout: function () { fileToUpload.processada = true; fileToUpload.uploadComplete = false; domElement.find('.progress-bar').removeClass('progress-bar-primary').addClass('progress-bar-danger'); adicionarErro(domElement, 'Limite de tempo para upload atingido, tente novamente!'); refreshCountArquivos(domElement); } }); uploadRequests[uploadRequests.length] = request; refreshCountArquivos(domElement); }

()*

3000 - Tensor da Correia Dentada - General Motors; Fiat (2024)
Top Articles
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 5649

Rating: 4.4 / 5 (45 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.