Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r28503 -r28507 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28503) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28507) @@ -115,6 +115,16 @@ }); } loadApplicationTousseSplitByOrgUnit(); +if(basketsStr !== ''){ + getBasketsCode(); +} +//重新加载所有篮筐 +function getBasketsCode(){ + var basketsArray = basketsStr.split(','); + basketsArray.forEach(function(e){ + loadBarcodeDevice(e); + }); +} //添加或删除器械包 function addOrDelTousse(item){ var classifiedItemId = item.classifiedItemId; @@ -3887,6 +3897,26 @@ //是否进行清点确认 false 为保存,true 为清点确认 var IntheBoxState = false; +//合并数组并去重 +function MergeArray(arr1,arr2){ + var _arr = new Array(); + for(var i=0;i'; var userName = '<%=request.getAttribute("userName")%>'; var secondOrgUnitCoding = '<%=request.getAttribute("orgUnitCoding")%>'; Index: ssts-web/src/main/webapp/disinfectsystem/config/hbsxkyy/config.js =================================================================== diff -u -r28407 -r28507 --- ssts-web/src/main/webapp/disinfectsystem/config/hbsxkyy/config.js (.../config.js) (revision 28407) +++ ssts-web/src/main/webapp/disinfectsystem/config/hbsxkyy/config.js (.../config.js) (revision 28507) @@ -143,5 +143,7 @@ //是否启用拍摄功能 showCameraPhoto:true, //是否灭菌时打印标签 - printLabelWhenSterilizing:true + printLabelWhenSterilizing:true, + //保存并新建回收单时自动加载上次的清洗篮筐 + loadWashBasketsAfterSaveAndCreateNewRecyclingRecord:true } \ No newline at end of file