From 90c7e707ddf898af4b794a4cc91a92eb54b70104 Mon Sep 17 00:00:00 2001
From: wzqgit <568275241@qq.com>
Date: Fri, 18 Jun 2021 17:10:41 +0800
Subject: [PATCH] =?UTF-8?q?=E7=97=85=E6=A1=88=E7=A4=BA=E8=B8=AA=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E6=9F=A5=E8=AF=A2=EF=BC=8C=E5=B7=B2=E5=B0=81=E5=AD=98?=
=?UTF-8?q?=E7=97=85=E5=8E=86=E4=B8=8D=E5=8F=AF=E6=9F=A5=E7=9C=8B=206/18?=
=?UTF-8?q?=20wzq?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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) {