luolei 4 năm trước cách đây
mục cha
commit
c1befcbce7

+ 0 - 1
src/html/dept/qcListCopyDept.html

@@ -6,7 +6,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <title>病历质控评分</title>
-    
 </head>
 
 <body>

+ 3 - 3
src/js/dept/checkControlDept.js

@@ -287,11 +287,11 @@ function renderTab(data,hisId,activePage){
                 <td>${item.doctorName || "-"}</td>
                 <td class="goHomeDetail" dept-id="${item.deptId || ""}" doc-name="${item.doctorName || ""}" dept-name="${item.deptName || ""}" data-check="0">${item.mrNum +''|| "-"}</td>
                 <td class="goHomeDetail" dept-id="${item.deptId || ""}" doc-name="${item.doctorName || ""}" dept-name="${item.deptName || ""}" data-check="1">${item.checkedNum+'' || "-"}</td>
-                <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-improve="1">${item.improveNum+'' || "-"}</td>
+                <td class="goHomeDetail" dept-id="${item.deptId || ""}" doc-name="${item.doctorName || ""}" dept-name="${item.deptName || ""}" data-improve="1">${item.improveNum+'' || "-"}</td>
                 <td>${item.improvePercentStr || "-"}</td>
-                <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-improve="2">${item.improveToPassNum+'' || "-"}</td>
+                <td class="goHomeDetail" dept-id="${item.deptId || ""}" doc-name="${item.doctorName || ""}" dept-name="${item.deptName || ""}" data-improve="2">${item.improveToPassNum+'' || "-"}</td>
                 <td>${item.improveToPassPercentStr || "-"}</td>
-                <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-improve="3">${item.improveToFullNum +''|| "-"}</td>
+                <td class="goHomeDetail" dept-id="${item.deptId || ""}" doc-name="${item.doctorName || ""}" dept-name="${item.deptName || ""}" data-improve="3">${item.improveToFullNum +''|| "-"}</td>
                 <td>${item.improveToFullPercentStr || "-"}</td>
             </tr>
         `

+ 3 - 2
src/js/dept/keyItemFlawControlDept.js

@@ -136,7 +136,7 @@ function renderTab(data,hisId,activePage){
   for(let i = 0; i < data.length; i++){
     const item = data[i]
     str += `
-          <tr  data-index=${i}>
+          <tr  data-index=${i} data-doc="${item.doctorName}">
               <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
               <td >${item.doctorName || "-"}</td>
               <td class="goHomeDetail" dept-id="${item.deptId || ""}" dept-name="${item.deptName || ""}" data-id="${item.consultationEntryId || ""}" data-name="${item.consultationEntryName || ""}">${item.consultationNum+'' || "-"}</td>
@@ -161,11 +161,12 @@ function renderTab(data,hisId,activePage){
     let caseName = $(this).attr("data-name");
     let casesId = $(this).attr("data-id");
     let name=$(this).attr("dept-name");
+    let docName=$(this).attr("doc-name");
     name=name==="全院"?"全部":name;
     let id=$(this).attr("dept-id");
     // 确定31天处跳转
     let fromDays = $(this).attr("data-fromDays");
-    $(parent.document).find("#contentIframe").attr("src", "qcListCopyDept.html?from=3&deptName=" + deptName + "&deptId=" + deptName + "&casesEntryId=" + casesId + "&defectName=" + caseName + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&fromDays=" + fromDays+"&docName="+casesName)
+    $(parent.document).find("#contentIframe").attr("src", "qcListCopyDept.html?from=3&deptName=" + deptName + "&deptId=" + deptName + "&casesEntryId=" + casesId + "&defectName=" + caseName + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&fromDays=" + fromDays+"&docName="+docName)
   })
   // initScroll("partDetailControl","YX",1)
 }

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

@@ -117,7 +117,7 @@ if(from==2){
     })
 } else if (from == 8 || from == 7) {
     // 来自 质控核查统计的跳转
-    $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台 / </a><a class="consoleP" href="checkControlDept.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", "checkControlDept.html?deptName=" + `${deptNamePram == "全部" ? "全院" : deptNamePram}` + "&deptId=" + deptIdPram + "&from=1&" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
     })

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

@@ -809,9 +809,9 @@ function hideLoading(){
 function bindRecordScoreBtn(){
     $('.recordScoreBtn').off("click").on("click",function(e){
         scoreSum = 0;   // 解决全选评分之后  再单选 toast不隐藏的bug
-        if(!hasData('FUNC000017')){
-            return
-        }
+        // if(!hasData('FUNC000017')){
+        //     return
+        // }
         let scoreList = []
         for(let i = 0; i <tabList.length; i++){
             if(tabList[i].hasSelect){

+ 3 - 3
src/js/qcListCopy.js

@@ -828,9 +828,9 @@ function hideLoading(){
 function bindRecordScoreBtn(){
     $('.recordScoreBtn').off("click").on("click",function(e){
         scoreSum = 0;   // 解决全选评分之后  再单选 toast不隐藏的bug
-        if(!hasData('FUNC000017')){
-            return
-        }
+        // if(!hasData('FUNC000017')){
+        //     return
+        // }
         let scoreList = []
         for(let i = 0; i <tabList.length; i++){
             if(tabList[i].hasSelect){

+ 2 - 0
src/js/singleVeto.js

@@ -86,6 +86,8 @@ $(function(){
         $(".selectReject").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
         name = ""
         casesName=casesNameTemp=""
+        deptName =  deptList[0]&&deptList[0].deptName||'';
+        $(".selectDept").attr({'title':deptName,'data-id':''}).html(deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`)
         casesId=casesIdTemp=""
         isSingleReject=isSingleRejectTemp=""
         $(".moduleItemInp").val("")