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