Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r36171 -r36173 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 36171) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 36173) @@ -5040,6 +5040,10 @@ for (var i = 0; i < myObj.headerContent.length; i++) { var item = myObj.headerContent[i]; var text = item.label; + var temp = printSummaryObj[item.dataIndex] || ''; + if(temp !== ''){ + text += temp; + } LODOP.SET_PRINT_STYLE("FontSize", item.fontSize); LODOP.ADD_PRINT_TEXT(item.position[0], item.position[1], item.position[2], item.position[3], text); }