Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/realTimeDashboards/images/logo.png =================================================================== diff -u -r35169 -r36709 Binary files differ Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/spring/applicationContext-his-gyey.xml =================================================================== diff -u -r34451 -r36709 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/spring/applicationContext-his-gyey.xml (.../applicationContext-his-gyey.xml) (revision 34451) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/spring/applicationContext-his-gyey.xml (.../applicationContext-his-gyey.xml) (revision 36709) @@ -39,9 +39,9 @@ - + - + @@ -107,9 +107,19 @@ - + - - + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js =================================================================== diff -u -r36119 -r36709 --- ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 36119) +++ ssts-web/src/main/webapp/disinfectsystem/config/gyey/config.js (.../config.js) (revision 36709) @@ -51,7 +51,7 @@ //外来器械预警时间范围 foreiginTousseApplicationWarningTimeRange : [["15:00","23:59"],["00:00","14:59"]], //待回收列预警提示的小时数(即申请后多少个小时内未回收的单和物品需要提示) - awaitRecyclingTimeoutNoticeHours : 2, + awaitRecyclingTimeoutNoticeHours : 1, //器械包定义是否批量修改 tousseDefinitionCanBatchEdit : true, //器械包定义和一次性物品定义是否可以单元格修改属性 @@ -74,7 +74,6 @@ SSTS_QualityMonitoring_Config:false, //是否启用视频监控模块,true时,启用该模块,false或者没有配置时,不启用 enableVideoMonitorModule:true, - showCameraPhoto:true, //是否启用自定义报表模块,true时,启用该模块,false或者没有配置时,不启用 enableCustomReportModule:true, //一次性物品结算报表显示供应商列 @@ -151,20 +150,38 @@ ], //启用器械维修管理功能 enableInstrumentRepairManagement:true, - //启用器械生命周期追溯管理 - enableInstrumentLifeCycleTraceabilityManagement:true, + //启用RFID标签形式的标识牌 + enableRFIDTousseIdCard:true, //启用灭菌炉耗材消耗管理功能 - enableSterilizerConsumptiveMaterialConsumptionFunction:true, + enableSterilizerConsumptiveMaterialConsumptionFunction:true, + //启用器械生命周期追溯管理 + enableInstrumentLifeCycleTraceabilityManagement:true, + //启用【器械包种类定义】功能 + enableInstrumentSetTypeSetting:true, //启用器械包专属医生功能 enableTousseOfExclusiveDoctorFunction:true, - //启用RFID标签形式的标识牌 - enableRFIDTousseIdCard:true, + //启用智能排班管理功能 + enableIntelligentSchedulingManagementFunction:true, + //启用科室使用记录 + enableDepartmentUseRecord:true, + //急用物品报表 + enableUrgentNeedGoodsProcessingCycleReport:true, + //器械包信息列表扩展列配置 + expandColoumnsConfigOfTousseInfoList: [{"fieldName":"urgentLevel","coloumnName":"加急级别"},{"fieldName":"videoAndPictureRecording","coloumnName":"影像记录"}], + //器械包信息模块扩展查询项配置 + expandQueryFieldsConfigOfTousseInfoQuery:[{"fieldName":"urgentLevel","QueryName":"加急级别"},{"fieldName":"videoAndPictureRecording","QueryName":"影像记录"}], + //启用器械生命周期追溯管理 + enableInstrumentLifeCycleTraceabilityManagement:true, //启用一次性物品自定义批量发货功能 enableCustomBatchInvoiceOfDisposableGoodsFunction:true, + //启用数据实时看板功能 + enableRealTimeDashboardsForDataFunction:true, //启用器械包闭环节点的时间预测功能 enableTousseNodeProcessTimePrediction:true, //器械包状态进度条配置 -- hidingNodes:隐藏节点,showPersonAndDateTime:显示节点的处理人和处理时间,colorOfPassedNode:已经经过的节点的颜色,colorOfUnpassedNode:未经过的节点的颜色 tousseStatusProgressBarConfig:{ "showPersonAndDateTime" : true, "colorOfPassedNode" : "#f00000", "colorOfUnpassedNode" : "#367f21"}, - //启用数据实时看板功能 - enableRealTimeDashboardsForDataFunction:true + //启用器械包告警的排序功能 + enableTousseGoodsWarningSortingFunction: false, + //是否启用回收拍摄功能 + showCameraPhotoInRecyclingModule:true } \ No newline at end of file