Index: ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js =================================================================== diff -u -r39373 -r39375 --- ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 39373) +++ ssts-web/src/main/webapp/disinfectsystem/foreigntousseapplication/foreignTousseApplicationView.js (.../foreignTousseApplicationView.js) (revision 39375) @@ -855,7 +855,7 @@ var url = WWWROOT + "/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.jsp?resolution=1980&recyclingApplicationId=" + id + '&source=portalPage'; top.recyclingWindow = openFullSizeWindowWithName(url,null,"recyclingWindow"); }else if(packageStatus == '已接收' && recyclingStatus == '已接收' && deliverStatus == '已发货'){ - Ext.MessageBox.confirm("请确认", "该器械包未进行二次回收,继续操作将转换位二次回收,是否继续?",function (button, text) { + Ext.MessageBox.confirm("请确认", "该器械包未进行二次回收,继续操作将转换为二次回收,是否继续?",function (button, text) { if ("yes" == button) { Ext.Ajax.request({ url: WWWROOT + '/disinfectSystem/foreigntousseapplication/foreignTousseApplicationAction!foreignTousseApplicationEasySecondRecycling.do',