|
|
|
@ -2087,6 +2087,9 @@
|
|
|
|
|
if($('#isScanedChk').is(':checked')){
|
|
|
|
|
isScanedChk="1";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(lockinfo=="完整"){
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "${path}/beHosp/cmtDoctorOrNurs",
|
|
|
|
@ -2103,6 +2106,11 @@
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
|
|
//如果缺失病案首页或入院记录则无法强制提交
|
|
|
|
|
if(lockinfo.indexOf("病案首页")!=-1||lockinfo.indexOf("入院记录")!=-1){
|
|
|
|
|
alert("缺失病案首页或入院记录,无法强制提交!");
|
|
|
|
|
}else{
|
|
|
|
|
$("#flagStaff").val(0);
|
|
|
|
|
//弹窗提示是否强制性
|
|
|
|
|
$("#WzRsult2").html(lockinfo);
|
|
|
|
@ -2112,6 +2120,7 @@
|
|
|
|
|
show: true//弹出对话框
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
@ -2678,17 +2687,17 @@
|
|
|
|
|
{
|
|
|
|
|
title: '医生',
|
|
|
|
|
field: 'doctorName',
|
|
|
|
|
align: 'left',
|
|
|
|
|
align: 'left'/*,
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
//调接口 参数:工号 返回:名字
|
|
|
|
|
var request = new XMLHttpRequest();
|
|
|
|
|
//var data = {"xxx":"xxx"};
|
|
|
|
|
|
|
|
|
|
request.open('GET', '${path}/getDoctorOrNursName?user_name=' + value, false);
|
|
|
|
|
request.open('GET', '{path}/getDoctorOrNursName?user_name=' + value, false);
|
|
|
|
|
request.send(null);
|
|
|
|
|
//request.send(data);
|
|
|
|
|
return request.responseText;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '医生提交日期',
|
|
|
|
@ -2721,15 +2730,15 @@
|
|
|
|
|
{
|
|
|
|
|
title: '护士',
|
|
|
|
|
field: 'nurseName',
|
|
|
|
|
align: 'left',
|
|
|
|
|
align: 'left'/*,
|
|
|
|
|
formatter: function (value, row, index) {
|
|
|
|
|
//调接口 参数:工号 返回:名字
|
|
|
|
|
var request = new XMLHttpRequest();
|
|
|
|
|
|
|
|
|
|
request.open('GET', '${path}/getDoctorOrNursName?user_name=' + value, false);
|
|
|
|
|
request.open('GET', '{path}/getDoctorOrNursName?user_name=' + value, false);
|
|
|
|
|
request.send(null);
|
|
|
|
|
return request.responseText;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '护士提交日期',
|
|
|
|
@ -2785,7 +2794,7 @@
|
|
|
|
|
//死亡否
|
|
|
|
|
var deathExpired = <%=res.getString("deathExpired")%>;
|
|
|
|
|
if (value != null && value != "" && value==0) {
|
|
|
|
|
result = '<span style="color:green;"><i class="fa fa-times-circle-o" aria-hidden="true"></i>未死亡</span>'
|
|
|
|
|
result = '<span style="color:green;"><i class="fa fa-times-circle-o" aria-hidden="true"></i> </span>'
|
|
|
|
|
} else {
|
|
|
|
|
if (days > deathExpired) {
|
|
|
|
|
var day=days- deathExpired;
|
|
|
|
@ -3384,6 +3393,7 @@
|
|
|
|
|
} else {
|
|
|
|
|
toastr.warning("正在查询,请稍等...");
|
|
|
|
|
}
|
|
|
|
|
$(".selectpicker").selectpicker( 'deselectAll' );
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//添加pdf记录
|
|
|
|
|