Index: ssts-web/src/main/webapp/disinfectsystem/config/zjjsrmyy/print/printConfig.js =================================================================== diff -u -r28751 -r28849 --- ssts-web/src/main/webapp/disinfectsystem/config/zjjsrmyy/print/printConfig.js (.../printConfig.js) (revision 28751) +++ ssts-web/src/main/webapp/disinfectsystem/config/zjjsrmyy/print/printConfig.js (.../printConfig.js) (revision 28849) @@ -1162,9 +1162,9 @@ tableHtml += ""; tableHtml += ""; tableHtml += ""; - tableHtml += "
序号 | 科室名称 | 包裹名称 | 清洗费用(元) | 包裹数量 | 首签 | 补签 | 备注 |
序号 | 科室名称 | 包裹名称 | 清洗费用(元) | 包裹数量 | 首签 | 补签 | 备注 | "+(i+1)+" | "; + tableHtml += ""+(i+1)+" | "; if(value !== rows[i].applicationDepart){ for(var j=0;j"+rows[i].applicationDepart+" | "; } } } - tableHtml += ""+rows[i].goodsName+" | "+rows[i].price+" | "+rows[i].goodsAmount+" | "; + tableHtml += " | "+rows[i].goodsName+" | "+rows[i].price+" | "+rows[i].goodsAmount+" | "; tableHtml += ""; value = rows[i].applicationDepart; } |