Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp =================================================================== diff -u -r29513 -r29593 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 29513) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recyclingDamage.jsp (.../recyclingDamage.jsp) (revision 29593) @@ -69,10 +69,6 @@ var errorAmount = parseInt($('#errorAmount' + row).html(), 10); var status = parseInt($('#status' + row).val(),10); if(errorAmount > 0){ - if((errorAmount-1) < errorCount && status !== 2){ - parent.layer.msg('减少到的最小数量不能超过已有的报损数量!'); - return; - } $('#errorAmount' + row).html(errorAmount - 1); $('#unconfirmedAmount'+row).val(unconfirmedAmount - 1) }