洗衣房设备投资是件不容易的事,首先是洗涤设备需要选择,其次就是洗涤原料,该怎么样去选择呢,下面小编告知你一二:
首先是通用洗衣粉
本品含有优质表面活性剂,再沉积剂,进口增白剂,适用于任何水质。主要用于一般性油污,包括身体皮肤、灰尘等。
适用于棉织物、毛巾、床单被套枕套、窗帘、牛仔、休闲化纤织物等日常洗涤。具有低泡、防静电、洗后不会使衣物发黄、发灰。洗后衣物鲜艳明亮;
喷洁剂
本品主要用于去除衣领、袖口等重污垢处、包括动物油、口香糖、圆珠笔、香水红酒等特殊污渍。适合水洗,四氯乙烯、石油干洗衣物,适应方便,洗后不留痕迹;
去油王
本品直接用于干洗或者水洗,油脂自然分解。适合棉、毛休闲等面料。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;