修改出院导出问题

master
zengwh 4 years ago
parent 1bfe538bb7
commit 5718b2b36b

@ -856,7 +856,7 @@
</div>
</div>
</body>
<script src="${path}/static/js/beHospList/beHospList.js?time=2021-10-29"></script>
<script src="${path}/static/js/beHospList/beHospList.js?time=2021-11-24"></script>
<script src="${path}/static/js/hospitalCommom/hospitalCommom.js?time=2021-08-01"></script>
<script src="${path}/static/js/hospitalLoadPdf/loadPdf.js?time=2020-10-16"></script>
</html>

@ -73,8 +73,7 @@ function initTable() {
infoId:$("#infoId").val(),
operRole:$("#checker").val(),
callBackStatus:$("#callBackStatus").val(),
printStatus:$("#printStatus").val(),
isOverTime:$("#isOverTime").val()
printStatus:$("#printStatus").val()
};
return temp;
},
@ -864,7 +863,8 @@ $("#excelBtn").click(function () {
"isSuccess":$("#isSuccessSearch").val(),
"infoId":$("#infoId").val(),
"operRole":$("#checker").val(),
"isOverTime":$("#isOverTime").val()
"callBackStatus":$("#callBackStatus").val(),
"printStatus":$("#printStatus").val()
});
});

Loading…
Cancel
Save