Index: ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js =================================================================== diff -u -r33686 -r33797 --- ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js (.../config.js) (revision 33686) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js (.../config.js) (revision 33797) @@ -48,7 +48,7 @@ //自定义装配后是否保留灭菌日期 disinfectionDateProcessTypeInDirectPackingView : true, //使用记录审核方式, 1: 审核和转换按钮分开; 2:审核和转换按钮合并为1个 - useRecordAuditMode : 2, + useRecordAuditMode : 3, hideApplyDepartColumn : false, // 隐藏申请科室 hideSettleDepartColumn : true,// 隐藏结算科室 //回收界面回收人是否强制不能为空 @@ -184,7 +184,7 @@ //是否启用拍摄功能 showCameraPhoto : true, //桌面快捷图标配置:外来器械申领 - desktopShortcutIconsConfig :["外来器械申请"], + desktopShortcutIconsConfig :["外来器械申请","自定义表单","器械包库存"], //发货时针对有植入物的器械包,是否要提示生物监测的情况 biologicalMonitoringEnable : true, //是否启用生物监测结果的提示 @@ -238,6 +238,11 @@ scanningTheBiologicalMonitoringPackageDoesNotForceTheScanningOfTheChemicalMonitoringPackage:true, //启用回收拍摄功能 showCameraPhotoInRecyclingModule : true, - showCameraPhoto : true - + showCameraPhoto : true, + //自定义表单功能 + closeFormDefinition:false, + //设备维护功能自定义 + isDeviceMaintenanceCus:true, + //PDA快速回收 + enableQuickRecycleInUseRecordWithPDA:true } \ No newline at end of file