Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r30846 -r30847 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30846) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 30847) @@ -5894,7 +5894,6 @@ if(!isUndefinedOrNullOrEmpty(recyclingApplicationId)){ DWREngine.setAsync(false); RecyclingApplicationTableManager.getRecyclingApplicationForRecycle(recyclingApplicationId,function(application){ - console.log(application) if(application == null) return; recyclingStatus = application.recyclingStatus; @@ -6200,7 +6199,8 @@ var application = record.recyclingApplication; if(application != null){ $("#recyclingApplicationId").val(application.id); - $("#invoicePlanVersion").val(application.version); + $("#invoicePlanVersion").val(application.version); + $("#recyclingStatus").val(application.packageStatus); var recordType = application.type; if(recordType == '自定义器械包申请单'){ $('#add-bao').hide();