Index: ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js =================================================================== diff -u -r30815 -r30823 --- ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js (.../config.js) (revision 30815) +++ ssts-web/src/main/webapp/disinfectsystem/config/fssdermyy/config.js (.../config.js) (revision 30823) @@ -87,7 +87,6 @@ showDepartOfTousseInstanceSterile : true, //对申请单的物品申请数量是否启用干预功能 enableInterfereApplyAmount : true, - //是否是加强版的“消毒供应中心工作量统计报表”(即:增加了评分功能),为true时是加强版的,没配或者为false则不是 strengthenStatisticalWorkload : true, //是否禁用整筐发货 @@ -143,6 +142,7 @@ //第一次登录是否需要强制修改密码 needForceModifyPwdWhenFirstTime:true, //修改密码时是否需要强密码 - needBeStrongPwdWhenModifyPwd:{'minPwdLength':8,'windowsPasswordComplexityReq':true,'passwordNotContainLoginName':true} - + needBeStrongPwdWhenModifyPwd:{'minPwdLength':8,'windowsPasswordComplexityReq':true,'passwordNotContainLoginName':true}, + //隐藏培训管理模块 true或者没有配置:隐藏 false:不隐藏 + hideTrainingManage:false } \ No newline at end of file