Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r40769 -r40771 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 40769) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 40771) @@ -3673,7 +3673,6 @@ $("#basketsUl li").each(function () { var hideStr = $(this).find('input').val(); var hiddenjson = JSON.parse(hideStr); - var scanedGoodsArray = new Array(); $(this).find('dl').children().each(function (i, element) { if ($(this).attr('type') == 'hidden') { @@ -3725,7 +3724,9 @@ washClassifyType: hiddenjson.washClassifyType, scanedGoods: scanedGoodsArray }); - return false; + if(!sstsConfig.enableTypesOfWashingFunction){ + return false; + } } } else { basketJsonArray.push({ @@ -3734,7 +3735,9 @@ washClassifyType: hiddenjson.washClassifyType, scanedGoods: scanedGoodsArray }); - return false; + if(!sstsConfig.enableTypesOfWashingFunction){ + return false; + } } } else { basketJsonArray.push({