Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r31618 -r31652 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 31618) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 31652) @@ -2055,7 +2055,7 @@ } else { alertDiv("已有回收单不可更改科室"); } - } else if (msg.basket != null) { + } else if (msg.basket != null && msg.tousseInstance == null) { if (smartSpeaker.type == "滴声提示") { simpleTipsAudio('recycleForTouchScreenAudio'); } else { @@ -2100,7 +2100,6 @@ } else if (msg.tousseInstance.status == '已装配') { alertMsg = '该包当前状态为:已装配,请确认是否回收?'; } - if (alertMsg !== '') { $("#dialogConfirm").dialog({ resizable: false,