Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r17902 -r17909 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 17902) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 17909) @@ -2729,7 +2729,7 @@ } if(operationReservation){ tableHtml += ""; - tableHtml += "" + tableHtml += "" + operationReservation.consoleName + "    "; var tousseItemNames = []; for(var j = 0; j < operationReservation.applicationItems.length;++j){ @@ -2750,7 +2750,7 @@ tableHtml += ""; - LODOP.ADD_PRINT_HTM("5%","5%","90%","90%",""+tableHtml+""); + LODOP.ADD_PRINT_HTM("3%","3%","100%","100%",""+tableHtml+""); } // 添加表格打印项 function addPrintTable(tableHtml,top,left,width,height){