Parcourir la source

Merge branch 'version1.3.7.2' into test

morphone1995 il y a 4 ans
Parent
commit
b0443f4eeb
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/js/deptScoreDetailControl.js

+ 0 - 2
src/js/deptScoreDetailControl.js

@@ -179,7 +179,6 @@ function renderTab(data,hisId,activePage){
     let tHead = `
         <thead>
         <th class="moduleName" style="width: 65px;">序号</th>
-        <th class="beHospitalId textCenter">科室编码</th>
         ${hospital=='台州市立'?'<th class="beHospitalId textCenter">科室系统</th>':null}
         <th class="beHospitalId textCenter">科室名称</th>
         <th class="beHospitalId textCenter">缺陷总数</th>
@@ -197,7 +196,6 @@ function renderTab(data,hisId,activePage){
         str += `
             <tr  data-index=${i}>
                 <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
-                <td>${item.deptId || "-"}</td>
                 ${hospital=='台州市立'?('<td >'+(item.deptClass?(item.deptClass+'系统'):"-")+'</td>'):''}
                 <td >${item.deptName || "-"}</td>
                 <td class="goHomeDetailQuexian goHomeDetail" data-dept="${item.deptName || ""}">${item.entryNum || "-"}</td>