Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r20047 -r20051 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 20047) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 20051) @@ -2642,14 +2642,14 @@ function customIntoBasketFun(data){ if(data != null){ for(var j = 0;j < data.length;j++){ - var jsonArray = data[j].materials; + var materials = data[j].materials; var tousseName = data[j].tousseName; var recycleAmount = data[j].recycleAmount; var tousseDefinitionID = data[j].tousseDefinitionID; var tousseIdCardBarcode = data[j].idCardBarcode; var basketGroupBarcodeArray = new Array(); - for(var i = 0;i < jsonArray.length;i++){ - var item = jsonArray[i]; + for(var i = 0;i < materials.length;i++){ + var item = materials[i]; var sigle = true; var b_len = basketGroupBarcodeArray.length; for(var n = 0;n < b_len;n++){ @@ -2679,8 +2679,8 @@ } basketGroupBarcodeArray.sort(); var orgUnitName = $('#depart').val(); - for(var i = 0;i < jsonArray.length;i++){ - var item = jsonArray[i]; + for(var i = 0;i < materials.length;i++){ + var item = materials[i]; var basketItem = { ci_id: "", type: '材料',