Index: ssts-web/src/main/webapp/disinfectsystem/print/print.js =================================================================== diff -u -r20395 -r20499 --- ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 20395) +++ ssts-web/src/main/webapp/disinfectsystem/print/print.js (.../print.js) (revision 20499) @@ -3095,6 +3095,18 @@ if(!obj.isUrgentTousse){// 加急指示 LODOP.SET_PRINT_STYLEA('urgentText', 'PreviewOnly', true); } + // 工具与植入物 + if(isUndefinedOrNullOrEmpty(obj.toolAmount) || obj.toolAmount == 0){ + LODOP.SET_PRINT_STYLEA('toolAmount', 'PreviewOnly', true); + LODOP.SET_PRINT_STYLEA('toolAmountText', 'PreviewOnly', true); + } + if(isUndefinedOrNullOrEmpty(obj.implantAmount) || obj.implantAmount == 0){ + 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); + } } function childXToParentX(cfg,index,x){ var topMargin = cfg.topMargin;