Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r25539 -r25540 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 25539) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 25540) @@ -2966,15 +2966,15 @@ invoicePlanVersion : $("#invoicePlanVersion").val(), departCode : departCode, recyclingUser : recyclingUser, - // operator : operator, + operator : operator, depart : depart, - // recyclingTime : recyclingTime, - // recyclingUserDefault : recyclingUserDefault, - // autoReturnTheBorrowingTousse : autoReturnTheBorrowingTousse, - // recyclingAmountConfirm:recyclingAmountConfirm, - // remark:$('#remarkText').text(), - // communicationUserName:$('#communicationUserName').val(), - // communicationUserCode:$('#communicationUserCode').val(), + recyclingTime : recyclingTime, + recyclingUserDefault : recyclingUserDefault, + autoReturnTheBorrowingTousse : autoReturnTheBorrowingTousse, + recyclingAmountConfirm:recyclingAmountConfirm, + remark:$('#remarkText').text(), + communicationUserName:$('#communicationUserName').val(), + communicationUserCode:$('#communicationUserCode').val(), needPrint : print }, success : function(result) { @@ -2992,9 +2992,9 @@ voluntarilyUrgentItemsString = JSON.stringify(voluntarilyUrgentItems); } if(saveAndNew){ - // location.href = "recycleForTouchScreen.jsp?resolution=" + resolution + "&rememberRecycleUser=" + rememberRecycleUser; + location.href = "recycleForTouchScreen.jsp?resolution=" + resolution + "&rememberRecycleUser=" + rememberRecycleUser; }else{ - // location.href = "awaitForRecycleList.jsp?resolution=" + resolution + "&voluntarilyUrgentItems=" + voluntarilyUrgentItemsString; + location.href = "awaitForRecycleList.jsp?resolution=" + resolution + "&voluntarilyUrgentItems=" + voluntarilyUrgentItemsString; } }else{ if(result.versionNotMatch){