Index: ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js =================================================================== diff -u -r33418 -r33422 --- ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 33418) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdszyy/print/printConfig.js (.../printConfig.js) (revision 33422) @@ -661,7 +661,7 @@ goodsTable :{ rowHeight : 22, fontSize:15, - position : [80,"2.5%","95%","5.5cm"], + position : [80,"2.5%","95%","21cm"], columns : [ {header : "序号", dataIndex : '', width : '35', align : 'center'}, {header : "申请时间", dataIndex : 'applicationTime', width : '70', align : 'center'}, Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r33418 -r33422 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 33418) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 33422) @@ -4908,7 +4908,7 @@ if (header == '序号') { name = (i + 1); if (k == 0) { - tableHtml += "" + name + ""; + tableHtml += "" + name + ""; sum++; } } else if (dataIndex == 'tousseName' || dataIndex == 'supplier') { @@ -4917,7 +4917,7 @@ } else { name = data[i][dataIndex] || ''; if (k == 0) { - tableHtml += "" + name + ""; + tableHtml += "" + name + ""; } } }