|
@@ -30,7 +30,7 @@ let currentPage;
|
|
|
listenScroll()
|
|
|
let tabList = [], name = "", behospitalCode="", behosDateStart="", level="",behosDateEnd="",
|
|
|
nameTemp = "", behospitalCodeTemp="",levelTemp="", deptId="",deptIdTemp="", deptName="", deptNameTemp="",
|
|
|
- data_desc="leaveHospitalDate",data_asc="";
|
|
|
+ data_desc="behospitalDate",data_asc="";
|
|
|
//科室传参
|
|
|
if(deptIdPram&&deptNamePram){
|
|
|
deptId=deptIdTemp = deptIdPram
|
|
@@ -156,7 +156,7 @@ $(function() {
|
|
|
desc:data_desc, //降序
|
|
|
size: 500, //每页显示条数
|
|
|
};
|
|
|
- expJson(api.getDefectImproveInnerByDeptExport , param).then(res => {
|
|
|
+ expJson(api.getDefectImproveInnerByDeptExport , param,{noPlacefile:true}).then(res => {
|
|
|
downloadExportedData(res.data, '条目缺陷改善统计详情'+startDateParam.substr(0,10).replace(/\//g,'')+"-"+endDateParam.substr(0,10).replace(/\//g,'') + ".xls")
|
|
|
})
|
|
|
})
|
|
@@ -195,7 +195,7 @@ function getTabData(activePage){
|
|
|
}
|
|
|
$('.pagination').html("")
|
|
|
$('.tbody').html(emptyBox('努力加载中...','',1))
|
|
|
- return post(api.getEntryDefectImproveInnerDept,param).then(res =>{
|
|
|
+ return post(api.getEntryDefectImproveInnerDept,param,{noPlacefile:true}).then(res =>{
|
|
|
if(res.data.code == '0'){
|
|
|
const data = res.data.data;
|
|
|
tabList = data.records;
|
|
@@ -215,7 +215,7 @@ function getTabData(activePage){
|
|
|
}
|
|
|
function getFilterParam(current){
|
|
|
const param = {
|
|
|
- "isPlacefile":isPlacefile,
|
|
|
+ //"isPlacefile":isPlacefile,
|
|
|
"deptId": deptName=="全部"?"":deptId||"", //科室id
|
|
|
"deptName": deptName=="全部"?"":deptName||"",
|
|
|
"asc":data_asc, //升序
|