Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r28585 -r28591 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28585) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28591) @@ -1490,7 +1490,7 @@ width:600, modal: true, open: function() { - $("#confirmMsg").text("【"+msg.basket.containerName + "】当前状态为【" + msg.basket.containerStatus + "】,还有物品未装配,是否继续使用该篮筐?"); + $("#confirmMsg").text("【"+msg.basket.containerName + "】当前状态为【" + msg.containerStatus + "】,还有物品未装配,是否继续使用该篮筐?"); }, close: function() { $("#confirmMsg").text(""); @@ -1604,7 +1604,7 @@ } }else if(msg.basket != null){ // 没有完成装配的篮筐要确认是否用于回收 - var containerStatus = msg.basket.containerStatus; + var containerStatus = msg.containerStatus; if(containerStatus == "清洗完成" || containerStatus == "清洗中"){ loadDialogConfirm(msg); }else{