Index: ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js =================================================================== diff -u -r33869 -r34829 --- ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 33869) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/config.js (.../config.js) (revision 34829) @@ -282,6 +282,8 @@ combineBasketItemStatisticsAndBasketItemDetailsInTheSterilizationLoadingModule:true, //加急发货计划背景颜色 colorChangeRuleOfInvoicPlanToSendGoodsList:2, + //回收时是否显示普通器械包的植入物使用情况 + enableDisplaysTheImplantUsageOfTheTousseInRecycling:true, //启用器械包进度条 enableTousseStatusProgressBar:true } \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp =================================================================== diff -u -r34710 -r34829 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 34710) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 34829) @@ -67,6 +67,9 @@ piece.innerText = "件"; document.getElementById("materials").appendChild(piece); var showDisposableGoods = (parentPageName == '')?false:true; + if(!sstsConfig.enableDisplaysTheImplantUsageOfTheTousseInRecycling){ + document.getElementById('implantAmountOfUseRecord').style.display = 'none'; + } var params = "{tousseName:'" + tousseName + "',tousseDefinitionID:'"+tousseDefinitionID+"',showDisposableGoods:'"+showDisposableGoods+"'}"; TousseDefinitionTableManager.getTousseIncludeMaterialsWithOutDisposableGoods(params,function(result){ var json = JSON.parse(result); @@ -100,9 +103,12 @@ }else { trData += '
- | 材料名称 | +材料名称 | 数量 | 是否可拆 | +植入物使用数量 | 清洗方式 | 清洗质量检查关注点 | 功能检查 |
---|