Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp =================================================================== diff -u -r34907 -r34909 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 34907) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 34909) @@ -68,7 +68,7 @@ piece.innerText = "件"; document.getElementById("materials").appendChild(piece); var showDisposableGoods = (parentPageName == '')?false:true; - if(!sstsConfig.enableDisplaysTheImplantUsageOfTheTousseInRecycling){ + if(!sstsConfig.enableDisplaysTheImplantUsageOfTheTousseInRecycling || parentPageName !== ''){ document.getElementById('implantAmountOfUseRecord').style.display = 'none'; } var params = "{tousseName:'" + tousseName + "',tousseDefinitionID:'"+tousseDefinitionID+"',showDisposableGoods:'"+showDisposableGoods+"',invoicePlanId:'"+invoicePlanId+"'}"; @@ -107,7 +107,7 @@ trData += ''+materialName+''; trData += ''+materialAmount+''; trData += ''+emptyStringIfUndefinedOrNull(json[i].detachable)+''; - if(sstsConfig.enableDisplaysTheImplantUsageOfTheTousseInRecycling){ + if(sstsConfig.enableDisplaysTheImplantUsageOfTheTousseInRecycling && parentPageName == ''){ trData += ''+emptyStringIfUndefinedOrNull(json[i].implantAmountOfUseRecord)+''; } trData += ''+emptyStringIfUndefinedOrNull(json[i].washMethod)+'';