Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r33943 -r33975 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 33943) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 33975) @@ -6825,7 +6825,6 @@ userName = record.operator; $("#tousseItemTable").empty(); $("#basketsUl").empty(); - // 根据申请单的状态,控制按钮的显示与隐藏 if (record.status == '未确认') { $('#confirmBtnTd').show(); @@ -6834,6 +6833,9 @@ $('#saveAndNewBtnTd').hide(); $('#recyclingAmountConfirm').hide(); } + if(record.recycleAmountNeedConfirm == '否' || record.recyclingApplicationType == '回收申请单'){ + $('#recyclingAmountConfirm').hide(); + } if (application != null) { //部分回收需要能够再次保存 if (application.recyclingStatus == '部分回收') {