Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r41610 -r41620 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 41610) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 41620) @@ -6202,13 +6202,13 @@ showResult(basketSize); return; } - // 这里只是处理了使用记录转换的申请单,针对回收申请单并不处理 - var jsonStr = getJsonParams(confirmation, isConfirm, basketSize); - if (jsonStr == '') { return; } if(recycleSplit && recyclingSplitCheck(confirmation, saveAndNew, autoReturnTheBorrowingTousse, print, recyclingAmountConfirm, isConfirm, continueRecycleItemsthatLessThanSendAmount)) { // 已经走回收拆单提示的处理逻辑了,这里可以直接返回 return; } + // 这里只是处理了使用记录转换的申请单,针对回收申请单并不处理 + var jsonStr = getJsonParams(confirmation, isConfirm, basketSize); + if (jsonStr == '') { return; } var jSONe = JSON.parse(jsonStr); if (IntheBoxState == true) { jSONe.tally = true;