Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js =================================================================== diff -u -r16323 -r16586 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js (.../printConfig.js) (revision 16323) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/print/printConfig.js (.../printConfig.js) (revision 16586) @@ -526,15 +526,15 @@ position : ["100","0.5cm","22cm","6.5cm"], headRepeat : true, columns : [ - {header : "序号", dataIndex : 'serialNumber', width : '90', align : 'center', fontSize : 11}, - {header : "名称", dataIndex : 'name', width : '300', align : 'left', fontSize : 11}, - {header : "数量", dataIndex : 'amount', width : '100', align : 'center', fontSize : 11}, - {header : "规格", dataIndex : 'specification', width : '110', align : 'center', fontSize : 11}, + {header : "序号", dataIndex : 'serialNumber', width : '70', align : 'center', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : '270', align : 'left', fontSize : 11}, + {header : "数量", dataIndex : 'amount', width : '70', align : 'center', fontSize : 11}, + {header : "规格", dataIndex : 'specification', width : '150', align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : '100', align : 'center', fontSize : 11}, // {header : "批次/灭菌日期", dataIndex : 'batchNumber', width : 105, align : 'center', fontSize : 11}, // {header : "失效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, - {header : "单价", dataIndex : 'price', width : '100', align : 'right', fontSize : 11}, - {header : "金额", dataIndex : 'totalPrice', width : '100', align : 'right', fontSize : 11} + {header : "单价", dataIndex : 'price', width : '70', align : 'right', fontSize : 11}, + {header : "金额", dataIndex : 'totalPrice', width : '70', align : 'right', fontSize : 11} ] } }