Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r30352 -r30353 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30352) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30353) @@ -6250,11 +6250,8 @@ var timeStr = new Date().getTime(); errorDamageQmKey = applicationitems[i].tousseDefinitionId + "_" + timeStr; } - var recyclingAmount = applicationitems[i].recyclingTempAmout; - if(recyclingAmount == undefined){ - recyclingAmount = applicationitems[i].amount; - } - // 如果状态为已清点,则将回收数量改为已清点的数量,显示在界面上 + var recyclingAmount = applicationitems[i].recyclingTempAmout || 0; + // 如果状态为已清点,则将回收数量改为已清点的数量,显示在界面上 if (recyclingStatus == '已清点'){ recyclingAmount = applicationitems[i].tallyAmount; }