-
Garantili ürünler
-
Hızlı teslimat
Ürünün fiyatı ve detayları için lütfen aşağıdaki formu doldurunuz.
Termal Etiket ve Fiş Yazıcı • Yüksek çözünürlük ve hızlı yazdırma • Terazi ve baskül bağlantı uygunluğu
– DLP-50 (Etiket) DEP-50 (Fiş)
– Yazdırma Mekanizması: Termal Yazıcı
– Yazdırma Genişliği: 48mm / 384 Nokta
– Yazdırma Hızı: 25mm/sec
– Barkod Özelliği: Kod 39, UPC-A, EAN-13
– Bilgisayar Bağlantısı: RS232
– Ağırlık: 400g
– Dış Boyutlar: 106x180x88mm
– Etiket Genişliği: 57mm
– Yazılabilir Alan: 48mm
– Rulo Çapı (max.): 60mm
– Rulo İç Çapı: 22mm
| Model | DEP/DLP-50 |
| Print method | Direct thermal |
| Print Speed | 50mm/sec |
| Resolution | 203dpi |
| Print Width(mm) | 48 |
| Paper Width(mm) | – |
| Roll diameter(mm) | – |
| Dimension (mm) (W x D x H) | 106(W)x180(D)x88(H) |
| Weight (kg) | 0.4 |
| Power | DC 12V |
| Memory | – |
| Interface | Serial |
function pop_click(name) { $.ajax({ //url: “/Kurumsal/TeklifAlma_popup”, url: “/Kurumsal/TeklifAlma_popup2”, method: ‘GET’, data: { url: name }, success: function (result) { $(“#pop”).html(result); console.log(result); //$(“#urun”).val(result); }, error: function (errorThrown) { console.log(errorThrown); } }); } $(document).ready(function () { })
function sil_row(id,urun_id) { $.ajax({ //url: “/Kurumsal/TeklifAlma_popup”, url: “/Kurumsal/sil_row”, method: ‘Post’, data: { urun_id: urun_id }, success: function () { $(“#” + id).remove(); }, error: function (errorThrown) { console.log(errorThrown); } }); } function change_value(value, urun_id) { $.ajax({ //url: “/kurumsal/teklifalma_popup”, url: “/kurumsal/change_value”, method: ‘post’, data: { urun_id: urun_id, value: value }, success: function () { $(“#” + id).remove(); }, error: function (errorthrown) { console.log(errorthrown); } }); } document.getElementById(‘Teklif’).onsubmit = function (e) { e.preventDefault(); var formdata = new FormData(); var Ad = $(“#Ad”).val(); var telefon = $(“#telefon”).val(); var email = $(“#email”).val(); var urunlar = document.getElementsByClassName(“urun”); var miktarlar = document.getElementsByClassName(“mikter”); //var urun = $(“#urun”).val(); //var miktar = $(“#mikter”).val(); var mesaj = $(“#message”).val(); formdata.append(“Ad”, Ad); formdata.append(“telefon”, telefon); formdata.append(“email”, email); for (var i = 0; i { if (result.value) { location.reload(); } }) } } return false; }
Satış Hattı Servis Hattı Satış Hattı Servis Hattı var btn = $(‘#button-up’); $(window).scroll(function () { if ($(window).scrollTop() > 300) { btn.addClass(‘show’); } else { btn.removeClass(‘show’); } }); btn.on(‘click’, function (e) { e.preventDefault(); $(‘html, body’).animate({ scrollTop: 0 }, ‘300’); }); new WOW().init(); //Menunun scroll ile arka plan değişmesi $(window).on(‘scroll’, function () { if ($(window).scrollTop() > 150) { $(‘#navbar’).addClass(‘header’); $(‘#navbar’).addClass(‘fixed-top’); } else { $(‘#navbar’).removeClass(‘header’); $(‘#navbar’).removeClass(‘fixed-top’); } }); //Mobil Menu Kısmı $(‘#dismiss_mobil, .overlay_mobil_bg’).on(‘click’, function () { $(‘#mySidenav’).removeClass(‘sidebar_active’); $(‘.overlay_mobil_bg’).removeClass(‘overlay_mobil_bg_active’); $(‘.nav_mobil’).removeClass(‘animate__fadeInUp’); $(‘.menu_lang’).removeClass(‘animate__fadeInLeft’); $(‘.mobil_social’).removeClass(‘animate__fadeInLeft’); }); $(‘#mobil_btn’).on(‘click’, function () { $(‘#mySidenav’).addClass(‘sidebar_active’); $(‘.overlay_mobil_bg’).addClass(‘overlay_mobil_bg_active’); $(‘.nav_mobil’).addClass(‘animate__fadeInUp’); $(‘.menu_lang’).addClass(‘animate__fadeInLeft’); $(‘.mobil_social’).addClass(‘animate__fadeInLeft’); }); $(function () { var Accordion = function (el, multiple) { this.el = el || {}; // more then one submenu open? this.multiple = multiple || false; var dropdownlink = this.el.find(‘.dropdownlink’); dropdownlink.on(‘click’, { el: this.el, multiple: this.multiple }, this.dropdown); }; Accordion.prototype.dropdown = function (e) { var $el = e.data.el, $this = $(this), //this is the ul.submenuItems $next = $this.next(); $next.slideToggle(); $this.parent().toggleClass(‘open’); if (!e.data.multiple) { //show only one menu at the same time $el.find(‘.submenuItems’).not($next).slideUp().parent().removeClass(‘open’); } } var accordion = new Accordion($(‘.accordion-menu’), false); }); (function (window, document, undefined) { // Variables var open = document.querySelector(‘.buttonn-open’); var close = document.querySelector(‘.buttonn-close’); var perde = document.querySelector(‘.perde’); var overlay = document.querySelector(‘.overlay’); var search = document.querySelector(‘.input-search’); // Focus on an element var focusOn = function (element) { // Only focus on the element if it contains the relevant // class name that means it’s actually visible if (overlay.classList.contains(‘showing’)) { element.focus(); $(“#perde”).show(); } // Otherwise remove the focus from the element else { $(“#perde”).hide(); element.blur(); } } // Toggles a set of class names on an element var toggler = function () { // Toggle the classes which set off the transition overlay.classList.toggle(‘hiding’); overlay.classList.toggle(‘showing’); // Once the overlay’s transition ends focus the search field overlay.addEventListener(‘transitionend’, focusOn.bind(null, search), false); // Prevent the clicks from navigating away return false; } // Add the event listener to the toggle open.addEventListener(‘click’, toggler, false); close.addEventListener(‘click’, toggler, false); perde.addEventListener(‘click’, toggler, false); })(window, document); document.addEventListener(“DOMContentLoaded”, function () { // make it as accordion for smaller screens if (window.innerWidth < 992) { // close all inner dropdowns when parent is closed document.querySelectorAll('.navbar .dropdown').forEach(function (everydropdown) { everydropdown.addEventListener('hidden.bs.dropdown', function () { // after dropdown is hidden, then find all submenus this.querySelectorAll('.submenu').forEach(function (everysubmenu) { // hide every submenu as well everysubmenu.style.display = 'none'; }); }) }); document.querySelectorAll('.dropdown-menu a').forEach(function (element) { element.addEventListener('click', function (e) { let nextEl = this.nextElementSibling; if (nextEl && nextEl.classList.contains('submenu')) { // prevent opening link if link needs to open dropdown e.preventDefault(); if (nextEl.style.display == 'block') { nextEl.style.display = 'none'; } else { nextEl.style.display = 'block'; } } }); }) } // end if innerWidth }); $(document).ready(function () { // Assign some jquery elements we’ll need var $swiper = $(“.swiper-container”); var $bottomSlide = null; // Slide whose content gets ‘extracted’ and placed // into a fixed position for animation purposes var $bottomSlideContent = null; // Slide content that gets passed between the // panning slide stack and the position ‘behind’ // the stack, needed for correct animation style var mySwiper = new Swiper(“.swiper-container”, { spaceBetween: 1, slidesPerView: 1, centeredSlides: true, roundLengths: true, loop: true, loopAdditionalSlides: 30, navigation: { nextEl: “.swiper-button-next”, prevEl: “.swiper-button-prev” }, breakpoints: { 640: { slidesPerView: 1, spaceBetween: 20, }, 768: { slidesPerView: 2, spaceBetween: 40, }, 1024: { slidesPerView: 3, spaceBetween: 50, }, }, }); }); var swiper = new Swiper(“.blogsld”, { slidesPerView: 1, spaceBetween: 30, loop: true, breakpoints: { 640: { slidesPerView: 2, spaceBetween: 20, }, 768: { slidesPerView: 4, spaceBetween: 40, }, 1024: { slidesPerView: 5, spaceBetween: 50, }, }, }); var swiper = new Swiper(“.urunsld”, { slidesPerView: 1, spaceBetween: 30, loop: true, breakpoints: { 640: { slidesPerView: 2, spaceBetween: 20, }, 768: { slidesPerView: 4, spaceBetween: 40, }, 1024: { slidesPerView: 5, spaceBetween: 50, }, }, }); document.addEventListener(“DOMContentLoaded”, function () { document.querySelectorAll(‘.sidebar .nav-link’).forEach(function (element) { element.addEventListener(‘click’, function (e) { let nextEl = element.nextElementSibling; let parentEl = element.parentElement; if (nextEl) { e.preventDefault(); let mycollapse = new bootstrap.Collapse(nextEl); if (nextEl.classList.contains(‘show’)) { mycollapse.hide(); } else { mycollapse.show(); // find other submenus with class=show var opened_submenu = parentEl.parentElement.querySelector(‘.submenu.show’); // if it exists, then close all of them if (opened_submenu) { new bootstrap.Collapse(opened_submenu); } } } }); // addEventListener }) // forEach }); // DOMContentLoaded end $(window).load(function () { if ($(“.login .placeholder_box .placeholderInput”).val() == ”) { $(“.login .placeholder_box .placeholderInput”).parent().removeClass(“focus”); } else { $(“.login .placeholder_box .placeholderInput”).parent().addClass(“focus”); } }); $(“.login .placeholder_box .placeholderInput”).focus(function () { $(this).parent().addClass(“focus”); }); $(“.login .placeholder_box .placeholderInput”).blur(function () { if ($(this).val() == ”) { $(this).parent().removeClass(“focus”); } else { $(this).parent().addClass(“focus”); } }); $(“.login .placeholder_box .placeholderInput”).keyup(function (event) { if ($(this).val() == ”) { $(this).parent().removeClass(“val”); } else { $(this).parent().addClass(“val”); } });