Browse Source

4669/4664/4660

luolei 5 years ago
parent
commit
291dd345ef
3 changed files with 4 additions and 4 deletions
  1. 1 1
      src/js/abnormal.js
  2. 2 2
      src/js/deptScoreDetailControl.js
  3. 1 1
      src/js/partDetail.js

+ 1 - 1
src/js/abnormal.js

@@ -125,7 +125,7 @@ function renderTab(data,hisId,activePage){
                 <td>${item.statusName || "-"}</td>
                 <td>${item.remark || "-"}</td>
                 <td  class="textCenter">
-                    <span data-index="${i}" style="opacity:${item.type==1&&item.description==''?'0.4':'1'}" data-type="1" data-des="${item.description}" data-mol="${item.type}" class="patientNameSpan">修改</span>
+                    <span data-index="${i}" style="opacity:${item.type==1&&item.description==''?'0.4':'1'};cursor:${item.type==1&&item.description==''?'no-drop':'pointer'};" data-type="1" data-des="${item.description}" data-mol="${item.type}" class="patientNameSpan">修改</span>
                     <span data-index="${i}" data-type="2" class="patientNameSpan patientNameSpans">删除</span>
                 </td>
             </tr>

+ 2 - 2
src/js/deptScoreDetailControl.js

@@ -25,7 +25,7 @@ let tabList = [], name = "", behospitalCode="", behosDateStart="", level="",beho
   deptType = getUrlArgObjectNew("deptType",srcUrl)||""
   if(hospital == '台州市立'){
     $(".deptListWrap").css("display","inline-block")
-    $(".deptListWrap .selectDept").html(deptType||"全部").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
+    $(".deptListWrap .selectDept").html(deptType?(deptType+'系统'):"全部").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
     deptId = deptIdTemp = deptType
 }else{
     $(".deptListWrap").css("display","none")
@@ -186,7 +186,7 @@ function renderTab(data,hisId,activePage){
             <tr  data-index=${i}>
                 <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
                 <td>${item.deptId || "-"}</td>
-                ${hospital=='台州市立'?('<td >'+(item.deptClass||"-")+'</td>'):''}
+                ${hospital=='台州市立'?('<td >'+(item.deptClass?(item.deptClass+'系统'):"-")+'</td>'):''}
                 <td >${item.deptName || "-"}</td>
                 <td class="goHomeDetailQuexian goHomeDetail" data-dept="${item.deptName || ""}">${item.entryNum || "-"}</td>
                 <td >${item.averageValue || "-"}</td>

+ 1 - 1
src/js/partDetail.js

@@ -60,7 +60,7 @@ $(".abnormalClear").click(function(){
     $(".selectDept").html(deptId).attr({
         "data-id":deptId,
         "title":deptId
-    })
+    }).append(`<img class="arrow" src=${iconDown} alt="下拉">`)
     getTabData(1)
 })
 $(".partTitle a").click(function(){