Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js =================================================================== diff -u -r16264 -r16323 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js (.../printConfig.js) (revision 16264) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js (.../printConfig.js) (revision 16323) @@ -341,17 +341,20 @@ text += " 发放人:"; text += " 复核人:"; text += " 领用人:"; + text += " 打印时间:"; + var temp = printSummaryObj['printTime']; + if (temp != null && temp != '' && typeof temp != 'undefined'){ + text += temp; + } }else{ //打印同样多的空格 - text += " "; + text += " "; } - text += " 打印时间:"; - var temp = printSummaryObj['printTime']; - if (temp != null && temp != '' && typeof temp != 'undefined'){ - text += temp; - } + tableHtml += "
" + text; - tableHtml += " 第"+page.pageNumber+"页/共"+printSummaryObj.pageAmount+"页"; + if(page.pageNumber == printSummaryObj.pageAmount){ + tableHtml += " 共"+printSummaryObj.pageAmount+"页"; + } tableHtml += ""; tableHtml += "";