Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r35992 -r36169 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 35992) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 36169) @@ -1157,8 +1157,12 @@ if((!sstsConfig.enableInstrumentRepairManagement || arr.indexOf('器械维修') == -1) && itemId == 'instrumentRepair'){ return returnContent; } + + if((sstsConfig.disableIdCard || arr.indexOf('标识牌信息') == -1) && itemId == 'idCardInstance'){ + return returnContent; + } }else { - if(itemId == 'cardinalNumManage' || itemId == 'sterilizerDelivery' || itemId == 'deviceMaintenance' || itemId == 'deviceMaintenanceCustom' || itemId == 'foreignProxySterilizationManage' || itemId == 'foreignTousseApplication' || itemId == 'customform' || itemId == 'tousseGoodsStockView' || itemId == 'operationReservationView'){ + if(itemId == 'cardinalNumManage' || itemId == 'sterilizerDelivery' || itemId == 'deviceMaintenance' || itemId == 'deviceMaintenanceCustom' || itemId == 'foreignProxySterilizationManage' || itemId == 'foreignTousseApplication' || itemId == 'customform' || itemId == 'tousseGoodsStockView' || itemId == 'operationReservationView' || itemId == 'idCardInstance'){ return returnContent; } if(!sstsConfig.enableInstrumentRepairManagement && itemId == 'instrumentRepair'){