|
@@ -38,6 +38,7 @@ let isSingleReject = getUrlArgObjectNew("isSingleReject",srcUrl)||"";
|
|
let fromDays = getUrlArgObjectNew("fromDays", srcUrl) || "";
|
|
let fromDays = getUrlArgObjectNew("fromDays", srcUrl) || "";
|
|
let deptListDept = JSON.parse(getCookie("deptList"))||[];
|
|
let deptListDept = JSON.parse(getCookie("deptList"))||[];
|
|
let improveType = getUrlArgObjectNew("improveType", srcUrl) || '';
|
|
let improveType = getUrlArgObjectNew("improveType", srcUrl) || '';
|
|
|
|
+let professor = getUrlArgObjectNew("professor", srcUrl) || ""
|
|
let currentPage;
|
|
let currentPage;
|
|
$(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
$(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
$(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
$(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
@@ -69,6 +70,7 @@ if(docName){
|
|
doctorNameTemp = docName
|
|
doctorNameTemp = docName
|
|
doctorName = docName
|
|
doctorName = docName
|
|
$('.doctorInp').val(docName)
|
|
$('.doctorInp').val(docName)
|
|
|
|
+ $('.doctorInp').prop('disabled', true)
|
|
}
|
|
}
|
|
if(deptIdPram&&deptNamePram){
|
|
if(deptIdPram&&deptNamePram){
|
|
if(deptNamePram == "全院"){
|
|
if(deptNamePram == "全院"){
|
|
@@ -210,6 +212,7 @@ function getTabData(activePage){
|
|
casesEntryName: casesEntryName,
|
|
casesEntryName: casesEntryName,
|
|
casesEntryId: casesEntryId,
|
|
casesEntryId: casesEntryId,
|
|
casesId:casesId,
|
|
casesId:casesId,
|
|
|
|
+ professor: professor,
|
|
beHosGT31Days,
|
|
beHosGT31Days,
|
|
size: 15,
|
|
size: 15,
|
|
deptId: deptId,
|
|
deptId: deptId,
|
|
@@ -342,12 +345,12 @@ $(".abnormalClear").on("click", function(e){
|
|
deptName="";
|
|
deptName="";
|
|
deptNameTemp="";
|
|
deptNameTemp="";
|
|
deptIdTemp="";
|
|
deptIdTemp="";
|
|
- doctorName="";
|
|
|
|
|
|
+ // doctorName="";
|
|
fpCheckName="";
|
|
fpCheckName="";
|
|
qcCheckName="" ;
|
|
qcCheckName="" ;
|
|
qcCheckMain="" ;
|
|
qcCheckMain="" ;
|
|
doctorNum="";
|
|
doctorNum="";
|
|
- doctorNameTemp="";
|
|
|
|
|
|
+ // doctorNameTemp="";
|
|
fpCheckNameTemp="";
|
|
fpCheckNameTemp="";
|
|
qcCheckNameTemp="";
|
|
qcCheckNameTemp="";
|
|
qcCheckMainTemp="";
|
|
qcCheckMainTemp="";
|
|
@@ -361,21 +364,20 @@ $(".abnormalClear").on("click", function(e){
|
|
data_desc=["behospitalDate"]
|
|
data_desc=["behospitalDate"]
|
|
}
|
|
}
|
|
data_asc=[];
|
|
data_asc=[];
|
|
- if(from == 2){
|
|
|
|
|
|
+ if (from == 2 ){
|
|
deptId=deptListDept[0]&&deptListDept[0].deptId;
|
|
deptId=deptListDept[0]&&deptListDept[0].deptId;
|
|
deptName=deptListDept[0]&&deptListDept[0].deptName;
|
|
deptName=deptListDept[0]&&deptListDept[0].deptName;
|
|
deptNameTemp=deptListDept[0]&&deptListDept[0].deptName;
|
|
deptNameTemp=deptListDept[0]&&deptListDept[0].deptName;
|
|
deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
|
|
deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
|
|
}
|
|
}
|
|
- if (from == 4 || from == 9 || from == 8){
|
|
|
|
|
|
+ if (from == 4 || from == 9 || from == 8 || from == 12){
|
|
deptId = deptIdTemp = deptIdPram
|
|
deptId = deptIdTemp = deptIdPram
|
|
deptName = deptNameTemp = deptNamePram
|
|
deptName = deptNameTemp = deptNamePram
|
|
}
|
|
}
|
|
$('.patientNumInp').val('')
|
|
$('.patientNumInp').val('')
|
|
$('.patientNameInp').val('')
|
|
$('.patientNameInp').val('')
|
|
- $('.doctorInp').val('')
|
|
|
|
|
|
+ // $('.doctorInp').val('')
|
|
$('.doctorNumInp').val('')
|
|
$('.doctorNumInp').val('')
|
|
- $('.doctorInp').val('')
|
|
|
|
$('.fpCheckPeople').val('')
|
|
$('.fpCheckPeople').val('')
|
|
$('.qcCheckPeople').val('')
|
|
$('.qcCheckPeople').val('')
|
|
$('.qcCheckMain').val('')
|
|
$('.qcCheckMain').val('')
|
|
@@ -414,12 +416,13 @@ $(".abnormalClear").on("click", function(e){
|
|
changeYear: true,
|
|
changeYear: true,
|
|
dateFormat:"yy/mm/dd"
|
|
dateFormat:"yy/mm/dd"
|
|
}).datepicker( "setDate","");
|
|
}).datepicker( "setDate","");
|
|
- if(from == 2){
|
|
|
|
|
|
+ if (from == 2){
|
|
$('.selectDept ').val(deptListDept[0].deptName)
|
|
$('.selectDept ').val(deptListDept[0].deptName)
|
|
deptName = deptNameTemp = deptListDept[0].deptName
|
|
deptName = deptNameTemp = deptListDept[0].deptName
|
|
- } else if (from == 4 || from == 9 || from == 8){
|
|
|
|
|
|
+ } else if (from == 4 || from == 9 || from == 8 || from == 12){
|
|
$('.selectDept').val(deptNamePram)
|
|
$('.selectDept').val(deptNamePram)
|
|
deptName = deptNameTemp = deptNamePram
|
|
deptName = deptNameTemp = deptNamePram
|
|
|
|
+ deptId = deptIdTemp = deptIdPram
|
|
$('.selectDept ').attr('title',deptNamePram)
|
|
$('.selectDept ').attr('title',deptNamePram)
|
|
$(".deptList").css("display", "none")
|
|
$(".deptList").css("display", "none")
|
|
}else{
|
|
}else{
|