Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp =================================================================== diff -u -r28337 -r28339 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 28337) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp (.../recycleForTouchScreen.jsp) (revision 28339) @@ -127,6 +127,11 @@ background: none !important; } + + + + + <% String orgUnitCoding = AcegiHelper.getLoginUser().getOrgUnitCodingFromSupplyRoomConfig(); String orgUnitName = AcegiHelper.getLoginUser().getCurrentOrgUnitName(); @@ -288,11 +293,6 @@ } - - - - -

提示

Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r28338 -r28339 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28338) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28339) @@ -3646,6 +3646,7 @@ * Annie 如果tally为true是清点确认 否则就是false */ function submitFormFunction(confirmation,saveAndNew,autoReturnTheBorrowingTousse,print,recyclingAmountConfirm){ + var websocketSessionId = getWebsocketSessionId(); alertDiv("保存中,请稍候......", true); var jsonStr = getJsonParams(confirmation); var jSONe = JSON.parse(jsonStr); @@ -3683,7 +3684,7 @@ departmentSender:departmentSender, operator : operator, depart : depart, - websocketSessionId : getWebsocketSessionId(), + websocketSessionId : websocketSessionId, recyclingTime : recyclingTime, recyclingUserDefault : recyclingUserDefault, autoReturnTheBorrowingTousse : autoReturnTheBorrowingTousse,