归档系统导出文件名错误,审批人条件查询不了

master
wengjx 3 years ago
parent 1268f28a17
commit 1e709b3057

@ -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的操作

@ -188,32 +188,32 @@ function initTable() {
return str;
}
},
{
title: 'HIS召回状态',
field: 'callBackStatus',
align: 'center',
valign: 'middle',
formatter:function(value, row){
if(value == '召回中'){
return '<span style="color:green">召回中</span>';
}else{
return '<span style="color:red">未召回</span>';
}
}
},
{
title: '打印状态',
field: 'printStatus',
align: 'center',
valign: 'middle',
formatter:function(value, row){
if(value == '是'){
return '<span style="color:green">是</span>';
}else{
return '<span style="color:red">否</span>';
}
}
},
// {
// title: 'HIS召回状态',
// field: 'callBackStatus',
// align: 'center',
// valign: 'middle',
// formatter:function(value, row){
// if(value == '召回中'){
// return '<span style="color:green">召回中</span>';
// }else{
// return '<span style="color:red">未召回</span>';
// }
// }
// },
// {
// title: '打印状态',
// field: 'printStatus',
// align: 'center',
// valign: 'middle',
// formatter:function(value, row){
// if(value == '是'){
// return '<span style="color:green">是</span>';
// }else{
// return '<span style="color:red">否</span>';
// }
// }
// },
{
title: "操作",
align: 'left',

Loading…
Cancel
Save