Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r30353 -r30357 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30353) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30357) @@ -6251,7 +6251,10 @@ errorDamageQmKey = applicationitems[i].tousseDefinitionId + "_" + timeStr; } var recyclingAmount = applicationitems[i].recyclingTempAmout || 0; - // 如果状态为已清点,则将回收数量改为已清点的数量,显示在界面上 + if(recyclingAmount == -999999){//ZSYY-286:快速回收 + recyclingAmount = applicationitems[i].amount; + } + // 如果状态为已清点,则将回收数量改为已清点的数量,显示在界面上 if (recyclingStatus == '已清点'){ recyclingAmount = applicationitems[i].tallyAmount; } @@ -6276,7 +6279,6 @@ errorDamageQmKey : errorDamageQmKey, spelling:applicationitems[i].spelling }; - console.log(toussItem) addToussItem(toussItem,false); canTerminateTousseItemIds.push(applicationitems[i].id); row++;