Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js =================================================================== diff -u -r14801 -r14809 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 14801) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.js (.../washForTouchScreen.js) (revision 14809) @@ -236,19 +236,23 @@ if(!isExist){ createBasketUiElement(basketBarcode,classifyBasketId,basketName,itemsInfo); $("#scanContainerBarcodeTipUl").hide(); + barcodeGloble = '';//清空后清除条码记忆的全局变量 }else{ alertDiv(basketName + ",已扫描!",false,false,false); } }else if(type == "rinser"){ var name = result.data.name; $("#disinfectIdentification").val(name); + barcodeGloble = '';//清空后清除条码记忆的全局变量 }else if(type == "cleanMethod"){ var name = result.data.name; $("#disinfectProgram").val(name); getWashStartDateTimeAndEndDateTime(result.data.barcode); + barcodeGloble = '';//清空后清除条码记忆的全局变量 }else if(type == "user"){ $("#personInCharge").val(result.data.fullName); $("#personInChargeCode").val(result.data.name); + barcodeGloble = '';//清空后清除条码记忆的全局变量 } }else{