Index: ssts-web/src/main/webapp/js/ui/common.js =================================================================== diff -u -r15658 -r25038 --- ssts-web/src/main/webapp/js/ui/common.js (.../common.js) (revision 15658) +++ ssts-web/src/main/webapp/js/ui/common.js (.../common.js) (revision 25038) @@ -15,7 +15,7 @@ var imgName = img.src.toUpperCase(); if (imgName.substring(imgName.length-3, imgName.length) == "PNG"){ //解决该方法与hovercard组件的兼容性问题 - if(img.id == 'packingImg' || img.id == 'reviewPackingImg' || img.id == 'sterilizationRecordImg'){ + if(img.id == 'packingImg' || img.id == 'comboToussePackingImg' || img.id == 'reviewPackingImg' || img.id == 'sterilizationRecordImg'){ break; } var imgID = (img.id) ? "id='" + img.id + "' " : "";