Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js =================================================================== diff -u -r15737 -r15738 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js (.../printConfig.js) (revision 15737) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/print/printConfig.js (.../printConfig.js) (revision 15738) @@ -223,23 +223,23 @@ headerContent : [ // 标题 {label : "无菌物品领用单 ", dataIndex : 'header',type:'html', beforeStr:'
',afterStr:'
', position : ["0","0mm","80%",22]}, - {label : "单号:", dataIndex : 'serialNum', fontSize : 11, position : ["30","1%","90%",10]}, + {label : "单号:", dataIndex : 'serialNum', fontSize : 11, position : ["30","1%","90%",10]}, {label : "发出部门:消毒供应室", dataIndex : '', fontSize : 11, position : ["30","40mm","90%",5]}, - {label : "接收部门:", dataIndex : 'depart', fontSize : 11, position : ["30","85mm","90%",5]} + {label : "接收部门:", dataIndex : 'depart', fontSize : 11, position : ["30","85mm","90%",5]} ], goodsTable :{ rowHeight : 25, position : ["49","1%","99%","2000"], content : [ - {header : "编码", dataIndex : 'externalCode', width : 80, align : 'center', fontSize : 11}, + {header : "编码", dataIndex : 'externalCode', width : 55, align : 'center', fontSize : 11}, {header : "名称", dataIndex : 'goodsName', width : 180, align : 'left', fontSize : 11}, - {header : "申领规格", dataIndex : 'sp', width : 200, align : 'left', fontSize : 11}, - {header : "申领单位", dataIndex : 'unit', width : 40, align : 'center', fontSize : 11}, - {header : "发放数量", dataIndex : 'applyAmount', width : 40, align : 'center', fontSize : 11}, + {header : "申领规格", dataIndex : 'sp', width : 160, align : 'left', fontSize : 11}, + {header : "申领单位", dataIndex : 'unit', width : 70, align : 'center', fontSize : 11}, + {header : "发放数量", dataIndex : 'applyAmount', width : 70, align : 'center', fontSize : 11}, {header : "生产批号", dataIndex : 'batchNumber', width : 80, align : 'center', fontSize : 11}, - {header : "灭菌日期", dataIndex : 'sterileBatchNumber', width : 100, align : 'center', fontSize : 11}, - {header : "失效日期", dataIndex : 'expDate', width : 100, align : 'center', fontSize : 11}, - {header : "生产厂家", dataIndex : 'manufacturer', width : 90, align : 'center', fontSize : 11} + {header : "灭菌日期", dataIndex : 'sterileBatchNumber', width : 80, align : 'center', fontSize : 11}, + {header : "失效日期", dataIndex : 'expDate', width : 80, align : 'center', fontSize : 11}, + {header : "生产厂家", dataIndex : 'manufacturer', width : 80, align : 'center', fontSize : 11} // {header : "回收数量", dataIndex : 'recyclingAmount', width : 70, align : 'center', fontSize : 11} //{header : "单位", dataIndex : 'unit', width : 60, align : 'left', fontSize : 11}, ] @@ -256,7 +256,7 @@ ] }, barcodes : [ - {codeType : "128Auto", dataIndex : 'serialNum', position : ["0.5mm","77%","40mm","7mm"], + {codeType : "128Auto", dataIndex : 'serialNum', position : ["0.5mm","77%","40mm","12mm"], styles : [{itemNameID: 0, styleName: 'ShowBarText', styleValue: true}, {itemNameID: 0, styleName: 'FontSize', styleValue: 6}, {itemNameID: 0, styleName: 'NotOnlyHighPrecision', styleValue: true}