ផ្ទះ
ផលិតផល
អំពូល LED ការងាររថយន្ត
អំពូល LED បើកបរ
ពន្លឺការងារធ្ងន់
ពន្លឺការងារត្រាក់ទ័រ
ពន្លឺសុវត្ថិភាព Forklift
អំពូល LED ព្រមាន
របារពន្លឺ LED
គ្រឿងបន្លាស់ពន្លឺ
វិទ្យុអេស្កាវ៉ាទ័រ
អំពីពួកយើង
ដៃគូសហការ
សមត្ថភាពផលិតកម្ម
គាំទ្រ
សេវាកម្ម
ដំណោះស្រាយ
ព័ត៌មាន
ទាក់ទងមកយើងខ្ញុំ
Please Choose Your Language
English
العربية
Français
Русский
Español
Português
Deutsch
italiano
日本語
한국어
Nederlands
Tiếng Việt
ไทย
Polski
Türkçe
አማርኛ
ພາສາລາວ
ភាសាខ្មែរ
Bahasa Melayu
ဗမာစာ
தமிழ்
Filipino
Bahasa Indonesia
magyar
Română
Čeština
Монгол
қазақ
Српски
हिन्दी
فارسی
Kiswahili
Slovenčina
Slovenščina
Norsk
Svenska
українська
Ελληνικά
Suomi
Հայերեն
עברית
Latine
Dansk
اردو
Shqip
বাংলা
Hrvatski
Afrikaans
Gaeilge
Eesti keel
Māori
សាកសួរ
Please Choose Your Language
English
العربية
Français
Русский
Español
Português
Deutsch
italiano
日本語
한국어
Nederlands
Tiếng Việt
ไทย
Polski
Türkçe
አማርኛ
ພາສາລາວ
ភាសាខ្មែរ
Bahasa Melayu
ဗမာစာ
தமிழ்
Filipino
Bahasa Indonesia
magyar
Română
Čeština
Монгол
қазақ
Српски
हिन्दी
فارسی
Kiswahili
Slovenčina
Slovenščina
Norsk
Svenska
українська
Ελληνικά
Suomi
Հայերեն
עברית
Latine
Dansk
اردو
Shqip
বাংলা
Hrvatski
Afrikaans
Gaeilge
Eesti keel
Māori
ផ្ទះ
ផលិតផល
អំពូល LED ការងាររថយន្ត
អំពូល LED បើកបរ
ពន្លឺការងារធ្ងន់
ពន្លឺការងារត្រាក់ទ័រ
ពន្លឺសុវត្ថិភាព Forklift
អំពូល LED ព្រមាន
របារពន្លឺ LED
គ្រឿងបន្លាស់ពន្លឺ
វិទ្យុអេស្កាវ៉ាទ័រ
អំពីពួកយើង
ដៃគូសហការ
សមត្ថភាពផលិតកម្ម
គាំទ្រ
សេវាកម្ម
ដំណោះស្រាយ
ព័ត៌មាន
ទាក់ទងមកយើងខ្ញុំ
សាកសួរ
ទាក់ទងមកយើងខ្ញុំ
អ្នកនៅទីនេះ៖
ផ្ទះ
»
ទំនាក់ទំនងយើងខ្ញុំ
មានសំណួរទេ?
ទាក់ទងមកយើងសម្រាប់ជំនួយ។
ផលិតផលរបស់យើងត្រូវបានរចនាឡើងដើម្បីបំពេញតម្រូវការពិសេសនៃម៉ូដែលរថយន្តផ្សេងៗគ្នា ដោយធានាថាអ្នកទាំងអស់គ្នាអាចស្វែងរកដំណោះស្រាយភ្លើងដ៏ល្អឥតខ្ចោះសម្រាប់គម្រោង ឬអាជីវកម្មរបស់អ្នក។
+86-755-33517600
'+"Please select"+'
' multipleHtml += '
' $(elMu).find("option").each(function (index,el) { multipleHtml += '
' multipleHtml += '
'+ $(el).html() +'
' multipleHtml += '
' }) multipleHtml += '
' $(elMu).parent().append(multipleHtml) $("#component_kPAYbOspVWRj .multiple-select."+thisId+" ").on("click",function () { if ($("#component_kPAYbOspVWRj .multiple-parent."+thisId+"").css("display") == "none") { $("#component_kPAYbOspVWRj .multiple-parent."+thisId+"").css("display", "block") } else { $("#component_kPAYbOspVWRj .multiple-parent."+thisId+"").css("display", "none") } }) $("#component_kPAYbOspVWRj .multiple-parent."+thisId+"").on("click", "li", function (e) { e.stopPropagation() e.preventDefault() var $label = $(this).children("label") var input = this.getElementsByTagName("input")[0] if (input.checked) { input.checked = false } else { input.checked = true } //获取所有选项的值 var contents = []; $("#component_kPAYbOspVWRj .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) if (contents.length > 0) { $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").empty(); for (var i = 0; i < contents.length; i++) { var span = "
"+contents[i]+"
×
" $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").append(span) } } else { $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").empty(); var span = "
"+"Please select"+"
" $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").append(span) } contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }); $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").on("click", ".select-delete", function (e) { e.stopPropagation() var value = $(this).parent().children(".select-value").html(); $("#component_kPAYbOspVWRj .multiple-parent."+thisId+" ul li").each(function (index, elem) { if ($(elem).children("label").html() == value) { elem.getElementsByTagName("input")[0].checked = false; } }) $(this).parent().remove(); var len = $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").children().length; if (len == 0) { var span = "
"+"Please select"+"
" $("#component_kPAYbOspVWRj .multiple-select."+thisId+"").append(span) } var contents = []; $("#component_kPAYbOspVWRj .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);
Shenzhen Creek Optoelectronic Technologies Co., Ltd. ផលិតអំពូល LED ការងាររថយន្ត អំពូល LED ក្រៅផ្លូវ ភ្លើងសុវត្ថិភាព forklift ភ្លើងការងារត្រាក់ទ័រកសិកម្ម អំពូល LED strobe និង beacon វិទ្យុរថយន្ត។ល។
តំណភ្ជាប់រហ័ស
ផ្ទះ
ផលិតផល
អំពីពួកយើង
សេវាកម្ម
ដំណោះស្រាយ
ព័ត៌មាន
ទាក់ទងមកយើងខ្ញុំ
ប្រភេទផលិតផល
អំពូល LED ការងាររថយន្ត
អំពូល LED បើកបរ
ពន្លឺការងារធ្ងន់
ពន្លឺការងារត្រាក់ទ័រ
ពន្លឺសុវត្ថិភាព Forklift
អំពូល LED ព្រមាន
របារពន្លឺ LED
គ្រឿងបន្លាស់ពន្លឺ
វិទ្យុអេស្កាវ៉ាទ័រ
ទាក់ទងមកយើងខ្ញុំ
+86-0755-23326682
sales@creeck.com
ជាន់ទី 7 សួនឧស្សាហកម្ម Chika លេខ 5 ផ្លូវ Taihe ក្រុង Wangniudun ក្រុង Dongguan ប្រទេសចិន 523208
+86-755-33517600
0){ for(var i=0;i
=(Math.floor(items.length/2))){ items.eq(i).find(".onlineservice-fixed-blocks-tips").addClass('floatRight') } } } $(".sitewidget-onlineService-20240531101610.onlineservice-fixed-left .onlineservice-fixed-blocks-items").click(function(){ if($(window).width()<768){ if($(this).find('.triangleMb').hasClass('triangleMbShow')){ $(this).find('.triangleMb').removeClass('triangleMbShow'); $(this).find('.bgicon').removeClass('bgcl'); $(this).find('.bglist').removeClass('listHover') $(this).find('.onlineservice-fixed-blocks-tips').removeClass('showtitle'); }else{ items.find('.triangleMb').removeClass('triangleMbShow'); items.find('.bglist').removeClass('listHover') items.find('.bgicon').removeClass('bgcl'); items.find('.onlineservice-fixed-blocks-tips').removeClass('showtitle'); $(this).find('.triangleMb').addClass('triangleMbShow'); $(this).find('.bgicon').addClass('bgcl'); $(this).find('.bglist').addClass('listHover') $(this).find('.onlineservice-fixed-blocks-tips').addClass('showtitle') } } }) $(".sitewidget-onlineService-20240531101610.onlineservice-fixed-left .onlineservice-fixed-blocks-items").hover(function(){ if($(window).width()>768){ $(this).find('.bgicon').addClass('listHover'); if($(this).find('>.onlineService_wechat_icon').length != 0){ //经过计算最大高度 var windowHeight = $(window).height(); //父元素距离顶部距离 var topstance = $('.sitewidget-onlineService-20240531101610.onlineservice-fixed-style').position().top; //元素距离父元素距离 var distance_p = $(this).find('>.onlineService_wechat_icon').offset().top - $(this).find('>.onlineService_wechat_icon').parent().parent().offset().top; //最终最大高度 var distance = windowHeight - (topstance + distance_p) - 40; $(this).find('.onlineservice-fixed-blocks-tips').css({'max-height':distance,'overflow-y':'auto'}); } } },function(){ if($(window).width()>768){ $(this).find('.bgicon').removeClass('listHover') } }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_c07432ec6e8849c9874765bb46da22c5' guid='u_c07432ec6e8849c9874765bb46da22c5' pm_script='sitewidget-onlineService-20240531101610' jumpTo='tCUilvMeHpkE' type='text/javascript'*/ try{ $(function(){ if (phoenixSite.phoenixCompSettings && typeof phoenixSite.phoenixCompSettings.onlineService !== 'undefined' && typeof phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange == "function") { phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange(".sitewidget-onlineService-20240531101610"); return; } $.getScript("//ilrorwxhnqorln5p-static.micyjz.com/static/assets/widget/script/compsettings/comp.onlineService.settings.js?_=1764826953289", function(){ phoenixSite.phoenixCompSettings.onlineService.onlineServiceChange(".sitewidget-onlineService-20240531101610"); }); }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_5f03ac26f07b4e1aad612b9afe874b67' guid='u_5f03ac26f07b4e1aad612b9afe874b67' pm_script='sitewidget-onlineService-20240531101610' jumpTo='tCUilvMeHpkE' type='text/javascript'*/ try{ $(function(){ $(".sitewidget-onlineService-20240531101610 .onlineService_qr").on("click",function(ev){ if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }); $(".sitewidget-onlineService-20240531101610 .onlineService_wechat").on("click",function(ev){ if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }); $(".sitewidget-onlineService-20240531101610 .onlineService_kakaotalk").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) $(".sitewidget-onlineService-20240531101610 .onlineService_qPhoto").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) $(".sitewidget-onlineService-20240531101610 .onlineService_wPhoto").on("click", function(ev) { if( 'false' == 'true' && $(window).width() > 768 ){ return; } if ($(this).hasClass("sitewidget-onlineService-togglebtn")) { return; } ev.preventDefault(); if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } var src = $(this).attr("data-src"); if (src == "") { return; } var tmp = '
' +'
' +'
' +'
' +'
' +'
'; if ($("#pop-online-tel").length > 0) { $("#pop-online-tel").remove(); } if ($("#pop-online-qr").length > 0) { $("#pop-online-qr").remove(); } $("body").append(tmp); $("#pop-online-qr .close").on("click",function(){ var parent = $(this).parent(); parent.animate({"opacity": 0},function(){ parent.remove(); }); }); }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_344fdf06d9124e81931cc9fdec782886' guid='u_344fdf06d9124e81931cc9fdec782886' pm_script='sitewidget-onlineService-20240531101610' jumpTo='tCUilvMeHpkE' type='text/javascript'*/ try{ (function(window,$,undefined){ $(function(){ $(".onlineService_q").on("click",function(e){ e.preventDefault(); // fbq联系埋点 if (window.fbq) { window.fbq('track', 'ViewContent') } // ttq联系埋点 if (window.ttq) { window.ttq.track('ViewContent') } var currentNum=$(this).data("account"); if (!!currentNum) { var servicePC="http://wpa.qq.com/msgrd?v=3&uin="+currentNum; var serviceMobile="mqqwpa://im/chat?chat_type=wpa&uin="+currentNum+"&version=1&src_type=web&web_src"; if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) || /(Android)/i.test(navigator.userAgent)){ window.open(serviceMobile); } else{ window.open(servicePC); } } }) // 互动 $('.sitewidget-onlineService-20240531101610').find('a[class^=onlineService_]').on('click', function (e){ // fbq联系埋点 if (window.fbq) { window.fbq('track', 'ViewContent') } // ttq联系埋点 if (window.ttq) { window.ttq.track('ViewContent') } if(e.currentTarget && e.currentTarget.className.indexOf('onlineService_e')==-1){ window._ldDataLayer && window._ldDataLayer.push && window._ldDataLayer.push(["event", "action_advisory", "click", "onlineService"]); } }) }) })(window,jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} /*id='u_fc7fad205f2c47c18970227256a668e9' guid='u_fc7fad205f2c47c18970227256a668e9' pm_script='sitewidget-onlineService-20240531101610' jumpTo='tCUilvMeHpkE' type='text/javascript'*/ try{ (function(window,$,undefined){ $(function(){ $('.sitewidget-onlineService *').css("text-align","center !important"); $('.sitewidget-onlineService *').css("direction","initial !important"); }); })(window,jQuery) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);
' +'
' +'
' +'
' +'
' +'
រក្សាសិទ្ធិ ©
2024
Shenzhen Creek Optoelectronic Technologies Co., Ltd. រក្សាសិទ្ធិគ្រប់យ៉ាង។
ផែនទីគេហទំព័រ
|
គោលការណ៍ឯកជនភាព