Index: ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js =================================================================== diff -u -r16851 -r16855 --- ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js (.../printConfig.js) (revision 16851) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsszyy/print/printConfig.js (.../printConfig.js) (revision 16855) @@ -170,26 +170,25 @@ headerContent : [ // 标题 {label : "无菌物品领用单 ", dataIndex : 'header', fontSize : 17, position : ["0","60mm","99%",22]}, - {label : "单号:", dataIndex : 'serialNum', fontSize : 10, position : ["30","1%","90%",10]}, - {label : "接收部门:", dataIndex : 'depart', fontSize : 10, position : ["30","45mm","90%",5]}, - {label : "收物者:", dataIndex : '', fontSize : 10, position : ["30","100mm","90%",5]} + {label : "单号:", dataIndex : 'serialNum', fontSize : 11, position : ["30","1%","90%",10]}, + {label : "接收部门:", dataIndex : 'depart', fontSize : 11, position : ["30","45mm","90%",5]}, + {label : "收物者:", dataIndex : '', fontSize : 11, position : ["30","100mm","90%",5]} ], goodsTable :{ -// rowHeight : 16, + rowHeight : 25, position : ["49","1%","99%","2000"], - fontSize : 13, content : [ - {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center'}, - {header : "名称", dataIndex : 'goodsName', width : 280, align : 'left'}, - {header : "规格", dataIndex : 'sp', width : 260, align : 'left'}, - {header : "申请数量", dataIndex : 'applyAmount', width : 70, align : 'center'}, - {header : "回收数量", dataIndex : 'recyclingAmount', width : 70, align : 'center'} + {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, + {header : "名称", dataIndex : 'goodsName', width : 280, align : 'left', fontSize : 11}, + {header : "规格", dataIndex : 'sp', width : 260, align : 'left', fontSize : 11}, + {header : "申请数量", dataIndex : 'applyAmount', width : 70, align : 'center', fontSize : 11}, + {header : "回收数量", dataIndex : 'recyclingAmount', width : 70, align : 'center', fontSize : 11} //{header : "单位", dataIndex : 'unit', width : 60, align : 'left', fontSize : 11}, ] }, footer: { - fontSize : 12, + fontSize : 14, content : [ {label : "回收人:", dataIndex : 'recyclingUser'}, {label : " 清点人:", dataIndex : 'applicant'},