Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r17296 -r17298 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 17296) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 17298) @@ -2680,7 +2680,7 @@ } if(operationReservation){ tableHtml += ""; - tableHtml += "" + tableHtml += "" + operationReservation.consoleName + "    "; var tousseItemNames = []; for(var j = 0; j < operationReservation.applicationItems.length;++j){ @@ -2695,7 +2695,7 @@ } //当前分组打印完毕;添加一个空行 tableHtml += ""; - tableHtml += "    "; + tableHtml += "    "; tableHtml += ""; }