Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r37832 -r37933 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 37832) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 37933) @@ -1432,7 +1432,7 @@ var params = getScanedGoods(isCleanedEntirely); var loadedAmount = 0; DWREngine.setAsync(false); - RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,"",JSON.stringify(params),"",app_id,false,function(result){ + RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,"",JSON.stringify(params),"",app_id,function(result){ var jsonObj = JSON.parse(result); loadedAmount = jsonObj.success; Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js =================================================================== diff -u -r37832 -r37933 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (.../expressIntoBasket.js) (revision 37832) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressIntoBasket.js (.../expressIntoBasket.js) (revision 37933) @@ -2038,7 +2038,7 @@ var loadedAmount = 0; var recyclingApplicationId = $('#recyclingApplicationId').val(); DWREngine.setAsync(false); - RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,idCardBarcode,JSON.stringify(params),JSON.stringify(getTousseIntoBasketInfo()),recyclingApplicationId,false,function(result){ + RecyclingRecordTableManager.getTousseIntoBasketAmount("",tousseDefinitionID,recycleAmount,idCardBarcode,JSON.stringify(params),JSON.stringify(getTousseIntoBasketInfo()),recyclingApplicationId,function(result){ var jsonObj = JSON.parse(result); isCleanedEntirely = '否'; if(!jsonObj.success){