Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp =================================================================== diff -u -r29730 -r29731 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 29730) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 29731) @@ -512,7 +512,7 @@
回收人
清点人
回收时间
-
+
申请时间
Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r29730 -r29731 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 29730) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 29731) @@ -5568,7 +5568,7 @@ if(appType == ""){//为空代表是回收申请单 $('.departmentTemplate').show(); var departCode2 = $("#departCode").val(); - var depart2 = $("#depart").val(); + var depart2 = $("#depart").text(); if(depart2 !="" ){ $.ajax({ type:'get', @@ -5789,11 +5789,11 @@ loadRecyclingRecordById(application.recyclingRecordId); }else{ if (sstsConfig.showSettleAccountsDepartInRecycling){ - $("#depart").val(application.settleAccountsDepart); + $("#depart").text(application.settleAccountsDepart); $("#departCode").val(application.settleAccountsDepartCoding); $("#recyclingStatus").val(application.recyclingStatus); }else{ - $("#depart").val(application.depart); + $("#depart").text(application.depart); $("#departCode").val(application.departCoding); $("#recyclingStatus").val(application.recyclingStatus); } @@ -6031,7 +6031,7 @@ record = eval("("+record+")"); if(record != null){ $("#id").val(record.id); - $("#depart").val(record.depart); + $("#depart").text(record.depart); $("#recyclingUser").val(record.recyclingUser); $("#departmentSender").val(record.departmentSender); $("#operator").val(record.operator);