Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r18246 -r18473 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 18246) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 18473) @@ -2735,11 +2735,11 @@ var printTime = new Date().Format("yyyy-MM-dd hh:mm:ss"); var tableHtml = "
"+title+" | "; + tableHtml += ""+title+" | "; tableHtml += "||
打印时间:"+printTime+" | "; + tableHtml += "打印时间:"+printTime+" | "; tableHtml += "||
" + tableHtml += " | " + operationReservation.consoleName + " | "; var tousseItemNames = []; for(var j = 0; j < operationReservation.applicationItems.length;++j){ @@ -2781,13 +2781,13 @@ } //当前分组打印完毕;添加一个空行 tableHtml += "||
"; + tableHtml += " | "; tableHtml += " |