Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r33437 -r33523 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 33437) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 33523) @@ -4857,7 +4857,7 @@ }; } -//打印待接收外来器械包 +//打印处理外来器械统计表 function printForeignTousseForReceived(printObj, printType) { var configObj = printConfig.printForeignTousseForReceived; if (isUndefinedOrNullOrEmpty(configObj)) { @@ -4871,7 +4871,7 @@ LODOP.PRINT_INIT(""); setPrinterByConfig(); LODOP.SET_PRINT_STYLE("ItemType", 4); - LODOP.SET_PRINT_PAGESIZE(1, '297mm', '210mm', ""); + LODOP.SET_PRINT_PAGESIZE(0, 0, 0, "A4"); if (!isObjEmpty(configObj.headerFooter)) { var label = configObj.headerFooter[0].label; var fontSize = configObj.headerFooter[0].fontSize;