| 工作桌 工具柜/車 置物柜 刀具儲運 物料整理架 文/零件箱 鋁型材系列 工作椅 工具掛鉤 線棒系列 |
| 中量A型貨架 中量B型貨架 重型橫梁貨架 駛?cè)胧截浖?/a> 后退式貨架 懸臂式貨架 閣樓式貨架 閣樓式平臺 模具式貨架 流利式貨架 網(wǎng)片隔斷 斜面式貨架 零件盒式貨架 |
| 靜音手推車 金屬手推車 多功能推車 液壓搬運車 平臺搬運車 升降平臺車 承重平臺 貨車裝卸平臺 升高作業(yè)設(shè)備 庫房堆垛車 物流臺車 |
| 組立零件盒 背掛零件盒 抽取零件盒 多功能零件盒 金屬周轉(zhuǎn)箱 塑料周轉(zhuǎn)箱 倉庫籠 巧固架 金屬托盤 塑料托盤 |
| 易燃化學(xué)品柜 可燃化學(xué)品柜 弱腐蝕性易燃液體安全柜 強腐蝕性化學(xué)品安全柜 防火垃圾桶 易燃品防火罐 緊急器材柜 液體盛漏平臺 液體盛漏托盤 應(yīng)急洗眼器 |
| 臂式高空平臺 |
| 電動托盤搬運車 |
![駛?cè)胧截浖?> </div> </div> </div> </div> <script>
$$('.addcomment .title input').addEvents({
'focus':function(){this.removeClass('blur');},
'blur':function(){this.addClass('blur');}
});
</script> <script>
var buycoutText=$E('#goods-viewer .buyinfo input[type=text]').addEvent('keydown',function(e){
if($A(keyCodeFix).include(e.code).length>25){
e.stop();
}
});
var getStore=function(){
return $E('#goods-viewer .buyinfo .store').get('text').toInt()
};
buycoutText.addEvent('keyup',function(e){
if(getStore()<this.value)this.value=getStore();
if(!this.value||this.value.toInt()<1)this.value=1;
});
/*購買數(shù)量調(diào)節(jié)*/
$$('#goods-viewer .buyinfo .numadjust').addEvent('click',function(e){
var countText=$E('#goods-viewer .buyinfo input[name^=goods[num]');
if(this.hasClass('increase')){
countText.set('value',(countText.value.toInt()+1).limit(1,getStore()));
}else{
countText.set('value',(countText.value.toInt()-1).limit(1,getStore()));
}
this.blur();
});
$$('#goods-viewer .buyinfo .numadjust').addEvents({
'mousedown':function(){
this.addClass('active');
},
'mouseup':function(){
this.removeClass('active');
}
});
/*hightline*/
$$('#goods-viewer .hightline').addEvents({
mouseenter:function(){
this.addClass('hightline-enter');
},
mouseleave:function(){
this.removeClass('hightline-enter');
}
});
</script> <script>
window.addEvent('domready',function(){
/*快速購買*/
var fastbuyBtn = $E('#goods-viewer .btn-fastbuy');
if(fastbuyBtn){
fastbuyBtn.addEvent('click',function(e){
e.stop();
this.blur();
var form = $('fastbuy-form');
form.empty().adopt($(this.form).toQueryString().toFormElements());
form.adopt(new Element('input', {name:'isfastbuy',value:1,type:'hidden'}));
if(!form.retrieve('events',{})['submit'])return form.submit();
form.fireEvent('submit',e);
});
}
});
</script> <script>
/*設(shè)置瀏覽過的商品*/
withBroswerStore(function(broswerStore){
broswerStore.get('history',function(history){
history=JSON.decode(history);
if(!history||$type(history)!=='array')history=[];
if(history.length==40){history.pop()};
var newhis={'goodsId':441,
'goodsName':'駛?cè)胧截浖?,
'goodsImg':'http://www.bameier.com/images/goods/20170612/35dfca3d51528bfd.jpg',
'viewTime':$time()
};
if(!history.some(function(i,index){
if(i['goodsId']==newhis['goodsId']){
history.erase(i);
history.include(newhis)
return true;
}
return false;
})){
history.include(newhis);
}
broswerStore.set('history',history);
});
});
window.addEvent('domready', function(){
/*Tab的處理*/
try{
var viewTabsContainer=$E('#goods-viewer .goods-detail-tab');
var viewTabs=[];
var viewSections=$$('#goods-viewer .section');
viewSections.each(function(se){
var t=new Element('div',{'class':'goodsDetailTab'}).set('html','<span>'+se.get('tab')+'</span>');
viewTabs.push(t);
});
viewTabsContainer.adopt(viewTabs);
new ItemAgg(viewTabs,viewSections,{activeName:'active',
onActive:function(tab,item){
var anotherItems=$$($A(this.items).remove(item));
if(tab.getElement('span').get('text')=='商品詳情'){
anotherItems.show();
}else{
anotherItems.hide();
}
}});
}catch(e){}
});
/*驗證碼刷新*/
function changeimg(id,type){
$(id).set('src','passport-'+type+'-verifyCode.html#'+$time());
};
</script> <script>
void function(){
/*櫥窗放大鏡
author:litie[A]shopex.cn
[c] ShopEx
last update : 2009年9月25日14:51:20
*/
(new Image()).src = 'statics/loading.gif';
var getAmongPos = function(size,to){
var elpSize = $(to).getSize();
return {
'top':Math.abs((elpSize.y/2).toInt()-(size.height/2).toInt()+to.getPosition().y+elpSize.scroll.y),
'left':Math.abs((elpSize.x/2).toInt()-(size.width/2).toInt()+to.getPosition().x+elpSize.scroll.x)
};
};
$$('#goods-rels .zoom a').addEvent('click',function(e){
e.stop();
if(this.retrieve('active'))return;
var _this = this;
_this.store('active',true);
var tpic = this.getParent('.items-gallery').getElement('.goodpic img');
var bpic_src = this.get('pic');
var loading = new Element('div',{
styles:{'background':'#fff url(statics/loading.gif) no-repeat 50% 50%',
'width':40,
'height':40,
'border':'1px #e9e9e9 solid',
'opacity':.5}}).inject(document.body).amongTo(tpic);
new Asset.image(bpic_src,{onload:function(img){
loading.remove();
var winsize = window.getSize();
var imgSize = $(img).zoomImg(winsize.x,winsize.y,1);
var fxv = $extend(getAmongPos(imgSize,window),imgSize);
var imgFx = new Fx.Morph(img,{link:'cancel'});
img.setStyles($extend(tpic.getCis(),{opacity:0.5})).inject(document.body).addClass('img-zoom').addEvent('click',function(){
imgFx.start(tpic.getCis()).chain(function(){this.element.remove();_this.store('active',false);});
});
imgFx.start($extend(fxv,{opacity:1}));
document.addEvent('click',function(){
img.fireEvent('click');
document.removeEvent('click',arguments.callee);
});
},onerror:function(){
_this.store('active',false);
loading.remove();
}});
});
}();
</script></div> </div> <div id=](/images/Downloads/074.gif)