Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r34842 -r34862 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 34842) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 34862) @@ -6483,7 +6483,7 @@ } } } - } else if (application.recyclingRecordId != null && application.type == TYPE_FOREIGNTOUSSEAPPLIACTION && application.recyclingStatus == "部分接收") { + } else if (application.recyclingRecordId != null && application.type == TYPE_FOREIGNTOUSSEAPPLIACTION && (application.recyclingStatus == "部分接收" || application.recyclingStatus == "部分回收")) { loadRecyclingRecordById(application.recyclingRecordId); findMaterialErrorDamageByTousseBarcode(application.tousseBarcodes); $("#recyclingStatus").val(application.recyclingStatus);