|
@@ -84,7 +84,7 @@ if(from==2){
|
|
|
deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
|
|
|
$('.selectDept').val(deptName)
|
|
|
}else if(from==3){
|
|
|
- $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatisticsDept.html">时效性相关统计 / </a>病历列表`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a href="uncorrectedCasesStatisticsDept.html">时效性相关统计 / </a>病历列表`)
|
|
|
}else if(from == 4){
|
|
|
$(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a href="uncorrectedCopyDept.html">${isPlacefile==1?'终末病历稽查表':'运行病历稽查表'} / </a>病历列表`)
|
|
|
}else{
|
|
@@ -335,13 +335,15 @@ $(".abnormalClear").on("click", function(e){
|
|
|
dateFormat:"yy/mm/dd"
|
|
|
}).datepicker( "setDate","");
|
|
|
if(from == 2){
|
|
|
- $('.selectDept ').val(deptListDept[0].deptName)
|
|
|
+ $('.selectDept ').html(deptListDept[0].deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
|
deptName = deptNameTemp = deptListDept[0].deptName
|
|
|
} else if (from == 4 || from == 3){
|
|
|
- deptName = deptNameTemp = deptNamePram
|
|
|
- $('.selectDept').val(deptNamePram)
|
|
|
- $('.selectDept ').attr('title',deptNamePram)
|
|
|
- $(".deptList").css("display", "none")
|
|
|
+ // deptName = deptNameTemp = deptNamePram
|
|
|
+ // $('.selectDept').html(deptNamePram)
|
|
|
+ // $('.selectDept ').attr('title',deptNamePram)
|
|
|
+ // $(".deptList").css("display", "none")
|
|
|
+ $('.selectDept ').html(deptListDept[0].deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`)
|
|
|
+ deptName = deptNameTemp = deptListDept[0].deptName
|
|
|
}else{
|
|
|
$('.selectDept ').val('全部')
|
|
|
}
|