Index: ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js =================================================================== diff -u -r22211 -r22213 --- ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js (.../printConfig.js) (revision 22211) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgfy/print/printConfig.js (.../printConfig.js) (revision 22213) @@ -195,9 +195,9 @@ headRepeat:true, columns : [ {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, - {header : "名称", dataIndex : 'goodsName', width : 220, align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'goodsName', width : 180, align : 'left', fontSize : 11}, {header : "数量", dataIndex : 'goodsAmount', width : 60, align : 'right', fontSize : 11}, - {header : "规格", dataIndex : 'sp', width : 120, align : 'center', fontSize : 11}, + {header : "规格", dataIndex : 'sp', width : 160, align : 'center', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : 60, align : 'center', fontSize : 11}, {header : "包装规格", dataIndex : 'packageSpec', width : 120, align : 'center', fontSize : 11}, {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11},