diff --git a/src/main/java/com/emr/controller/medicalRecallDateController.java b/src/main/java/com/emr/controller/medicalRecallDateController.java index c309588..eef1df0 100644 --- a/src/main/java/com/emr/controller/medicalRecallDateController.java +++ b/src/main/java/com/emr/controller/medicalRecallDateController.java @@ -71,7 +71,7 @@ public class medicalRecallDateController { } } //文件名 - String fileName = "召回记录" + new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + ".xls"; + String fileName = "病案终审退回日志" + ".xls"; //ExportExcelUtil ExportExcelUtil exportExcelUtil = new ExportExcelUtil(); //导出excel的操作 diff --git a/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js b/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js index dd639ba..ee79a7d 100644 --- a/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js +++ b/src/main/webapp/static/js/lastVerifyList/lastVerifyList.js @@ -188,32 +188,32 @@ function initTable() { return str; } }, - { - title: 'HIS召回状态', - field: 'callBackStatus', - align: 'center', - valign: 'middle', - formatter:function(value, row){ - if(value == '召回中'){ - return '召回中'; - }else{ - return '未召回'; - } - } - }, - { - title: '打印状态', - field: 'printStatus', - align: 'center', - valign: 'middle', - formatter:function(value, row){ - if(value == '是'){ - return ''; - }else{ - return ''; - } - } - }, + // { + // title: 'HIS召回状态', + // field: 'callBackStatus', + // align: 'center', + // valign: 'middle', + // formatter:function(value, row){ + // if(value == '召回中'){ + // return '召回中'; + // }else{ + // return '未召回'; + // } + // } + // }, + // { + // title: '打印状态', + // field: 'printStatus', + // align: 'center', + // valign: 'middle', + // formatter:function(value, row){ + // if(value == '是'){ + // return ''; + // }else{ + // return ''; + // } + // } + // }, { title: "操作", align: 'left',