Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp =================================================================== diff -u -r23738 -r23977 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 23738) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/addTousse.jsp (.../addTousse.jsp) (revision 23977) @@ -52,7 +52,9 @@ urgentAmount:0, errorDamageQmKey:errorDamageQmKey }; - window.parent.addToussItem(toussItem,sstsConfig.addTousseAtLastForRecycle); + if(window.parent.addToussItem(toussItem,sstsConfig.addTousseAtLastForRecycle)){ + window.parent.highlightExistTousseItem(row); + } //已删除又添加该物品jsonArray处理 window.parent.cleanDeleteTousseItem(tousseDefinitionId); window.parent.addBindGoods(toussItem,sstsConfig.addTousseAtLastForRecycle);