Index: ssts-web/src/main/webapp/disinfectsystem/config/jmrmyy/print/printConfig.js =================================================================== diff -u -r32101 -r32343 --- ssts-web/src/main/webapp/disinfectsystem/config/jmrmyy/print/printConfig.js (.../printConfig.js) (revision 32101) +++ ssts-web/src/main/webapp/disinfectsystem/config/jmrmyy/print/printConfig.js (.../printConfig.js) (revision 32343) @@ -367,6 +367,7 @@ style:'"border-left:0px;border-right:0px;border-top:#000000 1px solid;border-bottom:#000000 1px solid;"', columns : [ {header : "序号", dataIndex : 'serialNumber', width : '5%', align : 'center', fontSize : 11}, + {header : "材料编码", dataIndex : 'inventorySerialnumber', width : '9%', align : 'center', fontSize : 11}, {header : "名称", dataIndex : 'name', width : '265', align : 'center', fontSize : 11}, //{header : "规格", dataIndex : 'specification', width : '9%', align : 'center', fontSize : 11}, //{header : "包装规格", dataIndex : 'packageSpec', width : '9%', align : 'center', fontSize : 11}, @@ -462,7 +463,7 @@ position : ["100","1%","97%","7cm"], headRepeat : true, columns : [ - {header : "名称", dataIndex : 'name', width : 220, align : 'left', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : 220, align : 'left', fontSize : 11}, {header : "数量", dataIndex : 'count', width : 40, align : 'right', fontSize : 11}, {header : "单位", dataIndex : 'unit', width : 40, align : 'center', fontSize : 11}, {header : "规格", dataIndex : 'specification', width : 110, align : 'center', fontSize : 11},