Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r29108 -r29115 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 29108) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 29115) @@ -2776,7 +2776,6 @@ } $('#loadedAmount'+row).val(loadedAmountSum); } - setTousseItemLoadedAmountCss(row); addAllBasketTotalNum(); refreshSplitBasketView(); @@ -4132,7 +4131,6 @@ * Annie 如果tally为true是清点确认 否则就是false */ function submitFormFunction(confirmation,saveAndNew,autoReturnTheBorrowingTousse,print,recyclingAmountConfirm,isConfirm){ - var websocketSessionId = getWebsocketSessionId(); isConfirm = isConfirm || false; var jsonStr = getJsonParams(confirmation,isConfirm); if(jsonStr == '') {return;} @@ -4172,7 +4170,7 @@ departmentSender:departmentSender, operator : operator, depart : depart, - websocketSessionId : websocketSessionId, + websocketSessionId : getWebsocketSessionId(), recyclingTime : recyclingTime, recyclingUserDefault : recyclingUserDefault, autoReturnTheBorrowingTousse : autoReturnTheBorrowingTousse,