|
@@ -115,15 +115,15 @@ if(from==2){
|
|
|
})
|
|
|
} else if (from == 8 || from == 7) {
|
|
|
// 来自 质控核查统计的跳转
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="checkControl.html?from=1">质控核查统计 / </a>病历列表`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台 / </a><a class="consoleP" href="checkControlDept.html?from=1">质控核查统计 / </a>病历列表`)
|
|
|
$(".defectDetail").on("click", function () {
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "checkControl.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=1&" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "checkControlDept.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=1&" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
})
|
|
|
} else if (from == 6) {
|
|
|
// 来自 质控核查统计的跳转 ---改善数量的跳转
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="checkControl.html?from=1">质控核查统计 / </a>病历列表`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台 / </a><a class="consoleP" href="checkControlDept.html?from=1">质控核查统计 / </a>病历列表`)
|
|
|
$(".defectDetail").on("click", function () {
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "checkControl.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=1&" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "checkControlDept.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=1&" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
})
|
|
|
}else{
|
|
|
$(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>病历列表`)
|