diff --git a/src/main/resources/mapper/CommomMapper.xml b/src/main/resources/mapper/CommomMapper.xml index f186bdd..58116dd 100644 --- a/src/main/resources/mapper/CommomMapper.xml +++ b/src/main/resources/mapper/CommomMapper.xml @@ -1270,10 +1270,9 @@ --> diff --git a/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml b/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml index 176bd5f..cd96d1d 100644 --- a/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml +++ b/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml @@ -658,13 +658,13 @@ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/otherManage/monitoringCenter.jsp b/src/main/webapp/WEB-INF/views/otherManage/monitoringCenter.jsp index be0124e..6be04e4 100644 --- a/src/main/webapp/WEB-INF/views/otherManage/monitoringCenter.jsp +++ b/src/main/webapp/WEB-INF/views/otherManage/monitoringCenter.jsp @@ -103,15 +103,17 @@
-
-
diff --git a/src/main/webapp/static/js/otherManage/monitoringCenter.js b/src/main/webapp/static/js/otherManage/monitoringCenter.js index 1f21f5f..eddabbf 100644 --- a/src/main/webapp/static/js/otherManage/monitoringCenter.js +++ b/src/main/webapp/static/js/otherManage/monitoringCenter.js @@ -9,4 +9,9 @@ function getTime() { var day = date.getDate(); var time = year + ' 年 ' + mouth + ' 月 ' + day + ' 日' $("#timeShow").html(time); +} + +//待审批图片点击事件 +function notApproveClick(){ + location.href = path + '/approve/approveManageList174'; } \ No newline at end of file