Index: ssts-web/src/main/webapp/homepage/portalPage.js
===================================================================
diff -u -r26244 -r26429
--- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 26244)
+++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 26429)
@@ -1481,7 +1481,7 @@
initTipPosition();//注意顺序
}
-function gopage(v){
+function gopage(v,remark){
if(v == recall){//召回页面
addTab('recallRecord','器械包召回',WWWROOT + '/disinfectsystem/recallRecord/recallRecordViewForDepart.jsp');
}else if(v ==disabledGoods || v == diposableGoods){
@@ -1501,12 +1501,16 @@
}else if(v == warningContract){
addTab('warningInfo','告警管理',WWWROOT + '/disinfectsystem/assestManagement/contract/contractWarningView.jsp');
}
- warningWindow.close();
+ if(v == NOTDOBIOLOGICALMONITORING){
+ Ext4.MessageBox.alert("提示",remark);
+ }else{
+ warningWindow.close();
+ }
}
function hrefPage(v, p, record){
var mess = "查看详细";
- return ""+mess+"";
+ return ""+mess+"";
}
/**