Index: ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js =================================================================== diff -u -r24956 -r24962 --- ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 24956) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 24962) @@ -1767,12 +1767,12 @@ } tableHtml += ""; - tableHtml += ""+materialName; - tableHtml += "
"+count+"
"; + tableHtml += ""+materialName; + tableHtml += "
"+count+"
"; if(i==total-1 && !isEven){ - tableHtml += ""; - tableHtml += "
"; + tableHtml += ""; + tableHtml += "
"; }else{ var record2 = materials[i+total]; var materialName2 = record2.materialDefinition.name; @@ -1785,8 +1785,8 @@ if(type2 != '一次性物品'){ amount += parseInt(count2); } - tableHtml += ""+materialName2; - tableHtml += "
"+count2+"
"; + tableHtml += ""+materialName2; + tableHtml += "
"+count2+"
"; tableHtml += ""; }