Index: ssts-web/src/main/webapp/disinfectsystem/toussemanager/position/changePosition.js =================================================================== diff -u -r18326 -r18378 --- ssts-web/src/main/webapp/disinfectsystem/toussemanager/position/changePosition.js (.../changePosition.js) (revision 18326) +++ ssts-web/src/main/webapp/disinfectsystem/toussemanager/position/changePosition.js (.../changePosition.js) (revision 18378) @@ -674,6 +674,7 @@ showResult(action.result.message); if(action.result.success){ window.close(); + document.location.href = WWWROOT+'/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp?editMode=true'; } }, failure : function(form, action) { @@ -682,6 +683,7 @@ }else{ showResult("提交超时!"); window.close(); + document.location.href = WWWROOT+'/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp?editMode=true'; } } }); @@ -692,6 +694,7 @@ //切记注意:按取消关闭window后,一定要把已选择的申请单号变量清空 selectedInvoicePlanId = ""; window.close(); + document.location.href = WWWROOT+'/disinfectsystem/toussemanager/instrumentGoodsManagement/instrumentRoomGoodsManagement.jsp?editMode=true'; } }] });