Index: ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js =================================================================== diff -u -r26178 -r26272 --- ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js (.../printRecyclingDetailWin.js) (revision 26178) +++ ssts-web/src/main/webapp/disinfectsystem/packing/printRecyclingDetailWin.js (.../printRecyclingDetailWin.js) (revision 26272) @@ -926,6 +926,10 @@ htmlTable += ""; htmlTable += buildDepartTable(recyclingDetail,"分院"); htmlTable += ""; + //临床科室组 + htmlTable += ""; + htmlTable += buildDepartTable(recyclingDetail,"临床科室"); + htmlTable += ""; //其他 htmlTable += ""; htmlTable += buildDepartTable(recyclingDetail,"其他");