+
delete from emr_fault_detail
where id = #{id,jdbcType=INTEGER}
diff --git a/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp b/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp
index 4ce7ccbb..dc0716d1 100644
--- a/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp
+++ b/src/main/webapp/WEB-INF/views/medicalRecallDir/medicalRecallList.jsp
@@ -119,7 +119,7 @@
<%----%>
@@ -132,17 +132,19 @@
-
-
-
+
+ <%-- --%>
@@ -456,7 +458,12 @@
// deptName = $("#deptName").val().toString();
// }
// }
-
+ var archivestate="";
+ if($("#archivestate").val()!=null && $("#archivestate").val()!=""){
+ archivestate="" + $("#archivestate").val();
+ }else{
+ archivestate="已归档,已认证,初审";
+ }
var temp = {
limit: limit, //页面大小
@@ -466,7 +473,7 @@
inpNo: "" + $("#inpNo").val(),
visitId:""+$("#visitId").val(),
name:""+$("#name").val(),
- archivestate: "" + $("#archivestate").val(),
+ archivestate: archivestate,
state:"" + $("#state").val(),
startDate: $("#startDate").val(),
endDate: $("#endDate").val(),
@@ -549,16 +556,16 @@
title: '出院科室',
field: 'deptName',
align: 'left',
- valign: 'middle',
+ valign: 'middle'
},
{
title: '出院日期',
field: 'dischargeDateTime',
align: 'center',
- valign: 'middle',
- formatter: function (value, row, index) {
+ valign: 'middle'
+ /*formatter: function (value, row, index) {
return value.substring(0, 10);
- }
+ }*/
// formatter: function (value, row, index) {
// return value
// }
@@ -610,6 +617,11 @@
return a;
}
},
+ /*{
+ title: '召回原因',
+ field: 'recallReason',
+ valign: 'middle',
+ },*/
{
title: "操作",
align: 'left',
@@ -767,8 +779,13 @@
var name = "" + $("#name").val();
var idNo = "" + $("#idNo").val();
var state = "" + $("#state").val();
- var archivestate=""+ $("#archivestate").val();
var deptName= $("#deptName").val();
+ var archivestate="";
+ if($("#archivestate").val()!=null && $("#archivestate").val()!=""){
+ archivestate="" + $("#archivestate").val();
+ }else{
+ archivestate="已归档,已认证,初审";
+ }
//var url = window.location.href;
// var deptName = url.substring(url.lastIndexOf('&') + 1).replace("depts=", "");