|
@@ -104,7 +104,7 @@ if(from==2){
|
|
|
// 来自 各科室缺陷占比的跳转
|
|
|
$(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="qualifiedPhysician.html?from=1">医师病案首页合格率占比 / </a><a class="defectDetail" href="quexianDetailControlHome.html">缺陷列表 / </a>病历列表`)
|
|
|
$(".defectDetail").on("click", function () {
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "quexianDetailControlHome.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=12&casesId=243" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam+ "&docName=" + docName + "&code=XY" + "&professor=" + professor)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "quexianDetailControlHome.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=12&casesId=243" + "&shijian=3" +"&ruleType="+ruleType+ "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam+ "&docName=" + docName + "&code=XY" + "&professor=" + professor)
|
|
|
})
|
|
|
}else if(from==9){
|
|
|
// 来自 各科室缺陷占比的跳转
|