Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r24795 -r25038 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 24795) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 25038) @@ -3588,8 +3588,10 @@ LODOP.SET_PRINT_STYLEA('implantAmount', 'PreviewOnly', true); LODOP.SET_PRINT_STYLEA('implantAmountText', 'PreviewOnly', true); } - if(!isUndefinedOrNull(obj.printOrgSource) && (obj.printOrgSource == "无")){// 打印科室来源 - LODOP.SET_PRINT_STYLEA('depart', 'PreviewOnly', true); + if(obj.tousseType != '聚合包'){ + if(!isUndefinedOrNull(obj.printOrgSource) && (obj.printOrgSource == "无")){// 打印科室来源 + LODOP.SET_PRINT_STYLEA('depart', 'PreviewOnly', true); + } } } function childXToParentX(cfg,index,x){