Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r17383 -r17437 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 17383) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 17437) @@ -159,5 +159,9 @@ // 自定义装配界面,灭菌日期的处理方式,,0或者未定义:清空,1:表示保留当前值,2表示设置回默认值。其他值跟1一样,保留当前值 disinfectionDateProcessTypeInDirectPackingView:2, //是否启用器械消毒灭菌检查情况报表(true为启用,false或者不配置为不启用) - enableTousseSterilizationInspectSituationReport : true + enableTousseSterilizationInspectSituationReport : true, + // 设置为false或者无此配置项,灭菌程序会显示出来。设置为true时,灭菌程序会隐藏 + hideSterilingType: true, + // 设置为false或者无此配置项,灭菌日期会显示出来。设置为true时,灭菌日期会隐藏 + printLabelWhenReviewing: true } \ No newline at end of file