Index: ssts-web/src/main/webapp/systemmanage/userExtView.jsp =================================================================== diff -u -r12331 -r14505 --- ssts-web/src/main/webapp/systemmanage/userExtView.jsp (.../userExtView.jsp) (revision 12331) +++ ssts-web/src/main/webapp/systemmanage/userExtView.jsp (.../userExtView.jsp) (revision 14505) @@ -26,6 +26,7 @@ +
Index: ssts-web/src/main/webapp/systemmanage/orgUnitExtView.js =================================================================== diff -u -r14406 -r14505 --- ssts-web/src/main/webapp/systemmanage/orgUnitExtView.js (.../orgUnitExtView.js) (revision 14406) +++ ssts-web/src/main/webapp/systemmanage/orgUnitExtView.js (.../orgUnitExtView.js) (revision 14505) @@ -213,6 +213,7 @@ text:"同步组织机构数据", tooltip : '同步组织机构数据', iconCls : 'icon_refresh', + hidden : sstsConfig.hiddenOrgunitSyncButton, handler:function(){ syncOrgUnit(); } Index: ssts-web/src/main/webapp/systemmanage/orgUnitExtView.jsp =================================================================== diff -u -r12331 -r14505 --- ssts-web/src/main/webapp/systemmanage/orgUnitExtView.jsp (.../orgUnitExtView.jsp) (revision 12331) +++ ssts-web/src/main/webapp/systemmanage/orgUnitExtView.jsp (.../orgUnitExtView.jsp) (revision 14505) @@ -25,6 +25,7 @@ +
Index: ssts-web/src/main/webapp/systemmanage/userExtView.js =================================================================== diff -u -r14209 -r14505 --- ssts-web/src/main/webapp/systemmanage/userExtView.js (.../userExtView.js) (revision 14209) +++ ssts-web/src/main/webapp/systemmanage/userExtView.js (.../userExtView.js) (revision 14505) @@ -297,6 +297,7 @@ text:"同步用户数据", tooltip : '同步用户数据', iconCls : 'icon_refresh', + hidden : sstsConfig.hiddenUserSyncButton, handler:function(){ syncUser(); } Index: ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/config.js =================================================================== diff -u -r13460 -r14505 --- ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/config.js (.../config.js) (revision 13460) +++ ssts-web/src/main/webapp/disinfectsystem/config/dgsdhyy/config.js (.../config.js) (revision 14505) @@ -31,5 +31,9 @@ // 使用记录审核方式, 1: 审核和转换按钮分开; 2:审核和转换按钮合并为1个 useRecordAuditMode : 1, //是否启用本地文件访问 - enableLocalFileSystemObject : false + enableLocalFileSystemObject : false, + //是否禁用科室同步 + hiddenOrgunitSyncButton : true, + //是否禁用人员同步 + hiddenUserSyncButton : true } \ No newline at end of file