Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/print/printConfig.js =================================================================== diff -u -r30969 -r30975 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/print/printConfig.js (.../printConfig.js) (revision 30969) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/print/printConfig.js (.../printConfig.js) (revision 30975) @@ -177,7 +177,7 @@ //本项目为二等分打印纸 pageHeightOfDengFenPaper : 139.7, //底边的空白高度 - pageHeight : '20mm', + pageHeight : '0mm', headerContent : [ // 标题 {label : "广医二院部门领货凭证", dataIndex : 'header', fontSize : 17, position : ["15","1%","99%",5],type: 'html', beforeStr: "
", afterStr: "
"}, @@ -303,7 +303,17 @@ // 在器械包和一次性物品不合并打印的情况下,消毒物品打印方式: // 1:优先与一次性物品合并打印,如果无一次性物品则与器械包合并打印, 2:优先与器械包一起合并打印,如果没有器械包则与一次性物品合并打印 ,3:单独打印 disinfectGoodsPrintMode : 1, - rowsPerPage : 14, + rowsPerPage : 1000, + paperType : '连续纸张', + pageWidth : '241mm', + /** + * 等分纸的高度,单位为毫米mm(只能写数值),三等分纸,高度为93.1mm;二等分纸,高度为139.7mm;连续纸(没有切割线的纸)的高度设置为0,洗水布属于此类型 + * mm和pt的转换关系:25.4mm = 72pt = 96px, + **/ + //本项目为二等分打印纸 + pageHeightOfDengFenPaper : 139.7, + //底边的空白高度 + pageHeight : '0mm', headerContent : [ // 标题 {label : "广医二院部门领货凭证", dataIndex : '', fontSize : 17, position : ["15","35%","99%",5]},