Index: ssts-web/src/main/webapp/disinfectsystem/print/printApplicationGoods.js =================================================================== diff -u -r27043 -r28602 --- ssts-web/src/main/webapp/disinfectsystem/print/printApplicationGoods.js (.../printApplicationGoods.js) (revision 27043) +++ ssts-web/src/main/webapp/disinfectsystem/print/printApplicationGoods.js (.../printApplicationGoods.js) (revision 28602) @@ -268,7 +268,7 @@ } function printRecalledFunction(title,userName,printData) { - var LODOP = getLodop(document.getElementById('LODOP'),document.getElementById('LODOP_EM')); + LODOP = getLodop(document.getElementById('LODOP'),document.getElementById('LODOP_EM')); var len = printData.length; if( len > totalRows){ var totalPage = parseInt(len/ totalRows)+1;