Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r29573 -r32815 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 29573) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 32815) @@ -1483,13 +1483,15 @@ }else{ updateProgressBar((i+1)); } + $('#saveBtnTd').find('input').removeAttr('disabled'); }, error: function(x, t, m) { if(t == "timeout") { alert("提交超时,请重试"); } else { alert(t); } + $('#saveBtnTd').find('input').removeAttr('disabled'); } }); } @@ -1520,7 +1522,7 @@ var tousseInstanceIds = document.getElementById('tousseInstanceIds').value; var recyclingErrors = ""; var recyclingDamage = ""; - + $('#saveBtnTd').find('input').attr('disabled','disabled'); alertDiv("保存中,请稍候......", true); maxLen = array.length;