Index: ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js =================================================================== diff -u -r28457 -r28487 --- ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 28457) +++ ssts-web/src/main/webapp/disinfectsystem/packing/packingView.js (.../packingView.js) (revision 28487) @@ -4149,7 +4149,7 @@ success : function(result){ myMask.destroy(); Ext4.getCmp('basketBarcodeInput').setValue(''); - var jsonObj = Ext4.JSON.decode(result.responseText); + var jsonObj = Ext4.JSON.decode(result.responseText); if(!jsonObj.success){ showResult(jsonObj.message , null , sstsConfig.messagePauseTimeOnPackingPage); return; @@ -4159,6 +4159,9 @@ if(nLength == 0){ showResult('该篮筐在'+taskGroup+'内无装配任务!' , null , sstsConfig.messagePauseTimeOnPackingPage); } + if(jsonObj.notWashedInfo !== ''){ + showResult(jsonObj.notWashedInfo); + } var speakBasket = new SpeakBasket(); for(var n = 0;n < nLength; n++){