Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r30438 -r30474 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 30438) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 30474) @@ -1256,8 +1256,11 @@ // 打印页脚信息 tableHtml = appendTableRowString(tableHtml, myObj.footer.rowHeight , myObj.footer.fontSize) - - tableHtml += ""; + if(print2column == true){ + tableHtml += ""; + }else { + tableHtml += ""; + } var text = ""; for (var i=0;i