morphone1995 4 gadi atpakaļ
vecāks
revīzija
5b544e1f58
2 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 4 4
      src/js/dept/qcListCopyDept.js
  2. 2 2
      src/js/dept/uccDeptDetail.js

+ 4 - 4
src/js/dept/qcListCopyDept.js

@@ -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>病历列表`)

+ 2 - 2
src/js/dept/uccDeptDetail.js

@@ -84,9 +84,9 @@ if(from==2){
     deptIdTemp=deptListDept[0]&&deptListDept[0].deptId;
     $('.selectDept').val(deptName)
 }else if(from==3){
-    $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatistics.html">时效性相关统计 / </a>病历列表`)
+    $(".partTitle .titlePic ").html(`<a href="uncorrectedCasesStatisticsDept.html">时效性相关统计 / </a>病历列表`)
 }else if(from == 4){
-    $(".partTitle .titlePic ").html(`<a href="uncorrectedCopy.html">${isPlacefile==1?'终末病历稽查表':'运行病历稽查表'} / </a>病历列表`)
+    $(".partTitle .titlePic ").html(`<a href="uncorrectedCopyDept.html">${isPlacefile==1?'终末病历稽查表':'运行病历稽查表'} / </a>病历列表`)
 }else{
     $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>病历列表`)
 }