Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r33716 -r33869 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 33716) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 33869) @@ -959,8 +959,13 @@ if (arr.indexOf('器械包库存') == -1 && itemId == 'tousseGoodsStockView'){ return returnContent; } + + //手术预约管理图标 + if (arr.indexOf('手术预约管理') == -1 && itemId == 'operationReservationView'){ + return returnContent; + } }else { - if(itemId == 'cardinalNumManage' || itemId == 'sterilizerDelivery' || itemId == 'deviceMaintenance' || itemId == 'deviceMaintenanceCustom' || itemId == 'foreignProxySterilizationManage' || itemId == 'foreignTousseApplication' || itemId == 'customform' || itemId == 'tousseGoodsStockView'){ + if(itemId == 'cardinalNumManage' || itemId == 'sterilizerDelivery' || itemId == 'deviceMaintenance' || itemId == 'deviceMaintenanceCustom' || itemId == 'foreignProxySterilizationManage' || itemId == 'foreignTousseApplication' || itemId == 'customform' || itemId == 'tousseGoodsStockView' || itemId == 'operationReservationView'){ return returnContent; } }