Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r13898 -r13905 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 13898) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 13905) @@ -978,6 +978,10 @@ tableHtml += "消毒日期:" + dateStr + "
"; tableHtml += "
"; + tableHtml += ""; + tableHtml += "失效日期:" + validDate + "
"; + tableHtml += "
"; + //打印材料明细 if(materialsJsonArray && materialsJsonArray.length>0){ tableHtml += "";