Index: ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js =================================================================== diff -u -r35299 -r35334 --- ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 35299) +++ ssts-web/src/main/webapp/disinfectsystem/recyclingApplication/goodsApplicationView.js (.../goodsApplicationView.js) (revision 35334) @@ -1953,7 +1953,12 @@ var specialInfection = record.get('specialInfection') || ''; var warningImg = ''; if(specialInfection !== ''){ - warningImg = ""; + var item = record.get('specialInfectionJson'); + if(item){ + warningImg = "
!
"; + }else { + warningImg = ""; + } } if(type==customTousseApplicationForm) {//自定义器械包申请单 cell = warningImg + "" + v + ""; @@ -3933,6 +3938,7 @@ {name : 'serialNumber'}, {name : 'applicant'}, {name : 'specialInfection'}, + {name : 'specialInfectionJson'}, {name : 'applicationTime'}, {name : 'submitTime'}, {name : 'printTime'},