Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r36070 -r36071 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 36070) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 36071) @@ -7468,27 +7468,6 @@ } } $('.btn-box').css('display', 'block'); - //ZSRY-52:打开待回收的申请单时,新增自动加载当前回收单“申请科室”已经绑定的清洗篮筐 - if (application && application.recyclingStatus !== '部分回收') { - $.ajax({ - type: 'get', - url: WWWROOT + '/disinfectSystem/baseData/containerAction!getWashContainerByBindDepartCode.do', - data: 'bindDepartCode=' + record.departCode, - dataType: 'json', - success: function (result) { - if (result != '') { - for (var i = 0; i < result.length; i++) { - departBindingBasketBarcodes.push(result[i].barcode); - } - - if (departBindingBasketBarcodes.length > 0) { - loadBarcodeDevice(departBindingBasketBarcodes[0], false); - } - - } - } - }) - } } $('#tousseItemTable').children().first().children().each(function (i, element) { var tousseDefinitionID = $('#tousseDefinitionID' + i).val();