$(document).ready(function(){ $(".touch-toggle a").click(function(event){ var className = $(this).attr("data-drawer"); if( $("."+className).css('display') == 'none' ){ $("."+className).slideDown().siblings(".drawer-section").slideUp(); }else{ $(".drawer-section").slideUp(); } event.stopPropagation(); }); /*$(document).click(function(){ $(".drawer-section").slideUp(); })*/ $('.touch-menu a').click(function(){ if( $(this).next().is('ul') ){ if( $(this).next('ul').css('display') == 'none' ){ $(this).next('ul').slideDown(); $(this).find('i').attr("class","touch-arrow-up"); }else{ $(this).next('ul').slideUp(); $(this).next('ul').find('ul').slideUp(); $(this).find('i').attr("class","touch-arrow-down"); } } }); });

产品中心

品牌中央结构构架性能及岗亭树立

  编辑部:编辑部紧要刻意公司网站和期刊杂志的策动、板块/模块的打算、文稿撰写、消息开荒咨议、外里事情的影像\文档等原料的清理归档○架性能及岗亭树立。

  装修资料物料的采购、运输;连锁店装备措施完满;商号装修庇护、更新等工程的奉行;资料供应商及工程用度的统计与核算。

  扩充部:扩充部暨为公司宣称扩充部,现阶段紧要实行公司品牌扩充举动、产物营销举动的策动与实践。其它性能还蕴涵奉行前言资源整合、消息公合、打点消息负面事故、前言调研与投放品牌中央结构构、行业性指导及学者相合庇护、结构展会举动等。

  策动部是举动品牌核心满堂寻常运转的根源配套部分□□,紧要事务宗旨蕴涵公司品牌根源谋划及筑造品牌中央结构构架性能及岗亭树立、宣称画册等广告物料(产物和企业)的打算创制及配合品牌核心其他性能部分的少许事务。

上一篇:PChome产物核心史书页面回首 下一篇:2024-01-26

Copyright © 2012-2023 鸿运国际网站 版权所有   粤ICP备xxxxxxxx号

if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); }