Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r20041 -r20047 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 20041) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 20047) @@ -3044,7 +3044,7 @@ $('#btn-terminate').hide(); } // - if(sstsConfig.showRecyclingPrintDetail){ + if(sstsConfig.showRecyclingPrintDetail && $("#appType").val() == TYPE_FOREIGNTOUSSEAPPLIACTION){ $('#saveAndPrintBtnTd').show(); }else{ $('#saveAndPrintBtnTd').hide();