Index: ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js =================================================================== diff -u -r22795 -r22805 --- ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 22795) +++ ssts-web/src/main/webapp/disinfectsystem/config/gdsy/config.js (.../config.js) (revision 22805) @@ -200,6 +200,8 @@ allowEditApplyFormAfterPrint : true, //灭菌装载空闲刷新倒计时(单位:秒),未配置此参数的不在页面出现倒计时的提醒信息 steriliLoadingFreeRefreshIntervalSecond : 10, + //是否启用“外来器械申请”的桌面图标(true为启用,false或者不配置为不启用) + enableForeignTousseApplicationDesktopIcon: true, //是否显示一次性物品总价格 showDisposableGoodTotalAmount : true, //‘一次性物品申领单’显示弹出框显示的数量为申领单位(true表示显示申领单位的数量,如果该一次性物品不存在申领单位,则用原来单位的数量,false或者不配置默认用原来单位的数量) Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r22280 -r22805 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 22280) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 22805) @@ -763,7 +763,7 @@ } //如果不是使用版本2或者3,则隐藏申请外来器械图标 - if (itemId == 'foreignTousseApplication' && sstsConfig.recyclingApplicationVersion != 2 && sstsConfig.recyclingApplicationVersion != 3){ + if (itemId == 'foreignTousseApplication' && !sstsConfig.enableForeignTousseApplicationDesktopIcon){ return returnContent; } //endregion Index: ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/config.js =================================================================== diff -u -r22653 -r22805 --- ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/config.js (.../config.js) (revision 22653) +++ ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/config.js (.../config.js) (revision 22805) @@ -23,6 +23,8 @@ }, // 是否隐藏进入审核列表按钮 hideEnterReviewListButton : false, + //是否启用“外来器械申请”的桌面图标(true为启用,false或者不配置为不启用) + enableForeignTousseApplicationDesktopIcon: true, // 是否自动补全用户名 autoFillUserName:false, // 自动补全用户名的长度