病案示踪页面查询,已封存病历不可查看 6/18 wzq

master
wzqgit 4 years ago
parent 77b9a46879
commit 90c7e707dd

@ -3347,7 +3347,7 @@
a = '<span style="color:#8FBC8F"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
}
//a = '<span style="color:#8FBC8F"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
} else if (value == "已认证") {
} else if (value == "已封存") {
a = '<span style="color:#FF7F24"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
} else if (value == "复审退回") {
a = '<span style="color:#db0ead"><i class="fa fa-check-circle-o" aria-hidden="true"></i>' + value + '</span>';
@ -3373,7 +3373,7 @@
var index = url.substring(url.lastIndexOf('?') + 1).replace("num=", "");
var html = "";
//return '<button class="btn btn-danger btn-sm" onclick="selectFun(\'' + row + '\')">查看 </button>';
if (index != null && index != "" && index.indexOf("select") != -1) {
if (index != null && index != "" && index.indexOf("select") != -1 && row.archivestate != "已封存") {
html = '<button type="button" class="btn btn-danger btn-sm selInfo" >查看</button>';// '<a href="javascript:;" class="delete">删除</a>';
}
if (index.indexOf("qxSel") != -1) {

Loading…
Cancel
Save