diff --git a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
index 14e4bcee..5a8f9c46 100644
--- a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
+++ b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp
@@ -3347,7 +3347,7 @@
a = '' + value + '';
}
//a = '' + value + '';
- } else if (value == "已认证") {
+ } else if (value == "已封存") {
a = '' + value + '';
} else if (value == "复审退回") {
a = '' + value + '';
@@ -3373,7 +3373,7 @@
var index = url.substring(url.lastIndexOf('?') + 1).replace("num=", "");
var html = "";
//return '';
- if (index != null && index != "" && index.indexOf("select") != -1) {
+ if (index != null && index != "" && index.indexOf("select") != -1 && row.archivestate != "已封存") {
html = '';// '删除';
}
if (index.indexOf("qxSel") != -1) {