@@ -131,7 +136,6 @@
$(function () {
-
var url = window.location.href;
var index = url.substring(url.lastIndexOf('?') + 1).replace("num=", "");
if (index != null && index != "" && index.indexOf("excel") != -1) {
@@ -315,14 +319,14 @@
valign: 'middle',
},
{
- title: '撤回人',
+ title: '封存人',
field: 'handleName',
align: 'center',
valign: 'middle',
},
{
- title: '撤回时间',
+ title: '封存时间',
field: 'handleTime',
align: 'center',
valign: 'middle',
@@ -335,19 +339,42 @@
formatter: function (value, row, index) {
//在院 未归档 归档中 初审 已归档 已认证
var a = '';
- if (value == "已归档") {
- a = '
未封存';
- } else if(value == "已封存"){
- a = '
已封存';
+ if (value == "未归档") {
+ a = '
' + value + '';
+ } else if (value == "已归档") {
+ a = '
' + value + '';
+ } else if (value == "在院") {
+ a = '
' + value + '';
+ } else if (value == "归档中") {
+ a = '
' + value + '';
+ } else if (value == "初审") {
+ a = '
' + value + '';
+ } else if (value == "已封存") {
+ a = '
' + value + '';
+ } else if (value == "复审退回") {
+ a = '
' + value + '';
+ } else if (value == "提交") {
+ a = '
' + value + '';
+ } else if (value == "主任退回") {
+ a = '
' + value + '';
}
return a;
}
},
{
- title: '签收状态',
+ title: '封存状态',
field: 'followingContent',
align: 'center',
valign: 'middle',
+ formatter: function (value, row, index) {
+ var a = '';
+ if (value == "病案取消封存") {
+ a = '
'+value+'';
+ } else if(value == "病案封存"){
+ a = '
'+value+'';
+ }
+ return a;
+ }
}
],
@@ -376,7 +403,7 @@
} else {
toastr.warning("正在查询,请稍等...");
}
- $(".selectpicker").selectpicker( 'deselectAll' );
+ // $(".selectpicker").selectpicker( 'deselectAll' );
// $('#table').bootstrapTable('destroy');
//$('#table').bootstrapTable('refreshOptions', {limit: 1, offset: 10});
//刷新