Index: ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js =================================================================== diff -u -r33646 -r33686 --- ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js (.../config.js) (revision 33646) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgsetyy/config.js (.../config.js) (revision 33686) @@ -198,7 +198,7 @@ //是否启用打印回收清单版本2 enablePrintRecyclingDetailVersion2 : true, //是否启用器械包自动加急功能 - enableTousseVoluntarilyUrgent : true, + enableTousseVoluntarilyUrgent : false, //急物品的提示时间间隔60秒 urgentGoodsWarningTimeInterval : 1500, //打印发货单的版本,如果为2,则表示批量打印使用分组打印方式,并有下拉菜单 @@ -228,6 +228,16 @@ //启用发货扫描异常物品时弹出报警确认对话框 enableTheAlarmConfirmationDialogBoxPopsUpWhenTheShipmentScansAbnormalItems:true, colorChangeRuleOfInvoicPlanToSendGoodsList : 2, - //打印回收清单的查询界面只显示基本字段 - onlyShowBasicFieldsInPackingPrintRecyclingDetails:true + //启用灭菌中断新处理机制 + enableTheSterilizationResultJudgmentFunction : true, + //扫描生物监测包 + enableScanSterilizationMonitoringPackage : true, + //发货时针对有植入物的器械包,提醒生物监测的情况 + enableBiologicalMonitoringOfAllTousses : true, + //扫描生物监测包则不强制扫描化学监测包 + scanningTheBiologicalMonitoringPackageDoesNotForceTheScanningOfTheChemicalMonitoringPackage:true, + //启用回收拍摄功能 + showCameraPhotoInRecyclingModule : true, + showCameraPhoto : true + } \ No newline at end of file