Browse Source

增加住院医生和主任医师

zhangxc 5 years ago
parent
commit
2b82a57233
6 changed files with 33 additions and 18 deletions
  1. 9 6
      src/html/qcList.html
  2. 9 6
      src/html/qcListDept.html
  3. 9 6
      src/html/qcListPerson.html
  4. 2 0
      src/js/qcList.js
  5. 2 0
      src/js/qcListDept.js
  6. 2 0
      src/js/qcListPerson.js

+ 9 - 6
src/html/qcList.html

@@ -18,6 +18,10 @@
                     <span>病历号:</span>
                     <input class="patientNumInp" type="text" placeholder="请输入病历号">
                 </span>
+                <span class="filterItem typeFilter">
+                    <span>病人姓名:</span>
+                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
+                </span>
                 <span class="filterItem typeFilter">
                     <span>科室:</span>
                     <span class="selectDept"> 
@@ -27,13 +31,10 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem doctorFilter">
-                    <span>医生:</span>
+                    <span>医生(住院/主治/主任):</span>
                     <input class="doctorInp" type="text" placeholder="请输入医生姓名">
                 </span>
-                <span class="filterItem typeFilter">
-                    <span>病人姓名:</span>
-                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
-                </span>
+                
                 <span class="filterItem typeFilter clearfix">
                     <span class="fl">入院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
@@ -66,7 +67,9 @@
                     <th class="bedNum textCenter">床号</th>
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
+                    <th class="doctorName textCenter">住院医生</th>
                     <th class="doctorName textCenter">主治医生</th>
+                    <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>
                     <th class="recordScore textCenter">病历得分</th>
@@ -77,7 +80,7 @@
                     </tbody>
                     <tfoot>
                     <tr>
-                        <td colspan="15">
+                        <td colspan="17">
                             <div class="tabFoot">
                                 <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>

+ 9 - 6
src/html/qcListDept.html

@@ -18,6 +18,10 @@
                     <span>病历号:</span>
                     <input class="patientNumInp" type="text" placeholder="请输入病历号">
                 </span>
+                <span class="filterItem typeFilter">
+                    <span>病人姓名:</span>
+                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
+                </span>
                 <span class="filterItem typeFilter">
                     <span>科室:</span>
                     <span class="selectDept"> 
@@ -27,13 +31,10 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem typeFilter">
-                    <span>医生:</span>
+                    <span>医生(住院/主治/主任):</span>
                     <input class="doctorInp" type="text" placeholder="请输入医生姓名">
                 </span>
-                <span class="filterItem typeFilter">
-                    <span>病人姓名:</span>
-                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
-                </span>
+                
                 <span class="filterItem typeFilter clearfix">
                     <span class="fl">入院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
@@ -66,7 +67,9 @@
                     <th class="bedNum textCenter">床号</th>
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
+                    <th class="doctorName textCenter">住院医生</th>
                     <th class="doctorName textCenter">主治医生</th>
+                    <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>
                     <th class="recordScore textCenter">病历得分</th>
@@ -77,7 +80,7 @@
                     </tbody>
                     <tfoot>
                     <tr>
-                        <td colspan="15">
+                        <td colspan="17">
                             <div class="tabFoot">
                                 <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>

+ 9 - 6
src/html/qcListPerson.html

@@ -18,6 +18,10 @@
                     <span>病历号:</span>
                     <input class="patientNumInp" type="text" placeholder="请输入病历号">
                 </span>
+                <span class="filterItem typeFilter">
+                    <span>病人姓名:</span>
+                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
+                </span>
                 <span class="filterItem typeFilter">
                     <span>科室:</span>
                     <span class="selectDept"> 
@@ -27,16 +31,13 @@
                     <ul class="deptList filterDropList"></ul>
                 </span>
                 <span class="filterItem doctorFilter">
-                    <span>医生:</span>
+                    <span>医生(住院/主治/主任):</span>
                     <span class="selectDoctor"> 
                         
                     </span>
                     <!-- <input class="doctorInp" type="text" placeholder="请输入医生姓名"> -->
                 </span>
-                <span class="filterItem typeFilter">
-                    <span>病人姓名:</span>
-                    <input class="patientNameInp" type="text" placeholder="请输入病人姓名">
-                </span>
+               
                 <span class="filterItem typeFilter clearfix">
                     <span class="fl">入院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
@@ -69,7 +70,9 @@
                     <th class="bedNum textCenter">床号</th>
                     <th class="inHospitalDate textCenter">入院日期</th>
                     <th class="outHospitalDate textCenter">出院日期</th>
+                    <th class="doctorName textCenter">住院医生</th>
                     <th class="doctorName textCenter">主治医生</th>
+                    <th class="doctorName textCenter">主任医生</th>
                     <th class="deptName textCenter">科室</th>
                     <th class="recordLevel textCenter">病历等级</th>
                     <th class="recordScore textCenter">病历得分</th>
@@ -80,7 +83,7 @@
                     </tbody>
                     <tfoot>
                     <tr>
-                        <td colspan="15">
+                        <td colspan="17">
                             <div class="tabFoot">
                                 <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="" alt="checkbox">全选</span>
                                 <span class="recordScoreBtn">评分</span>

+ 2 - 0
src/js/qcList.js

@@ -105,7 +105,9 @@ function renderTab(data){
                 <td  class="textCenter">${item.bedCode || "-"}</td>
                 <td  class="textCenter">${item.behospitalDate&&item.behospitalDate.slice(0,10) || "-"}</td>
                 <td  class="textCenter">${item.leaveHospitalDate&&item.leaveHospitalDate.slice(0,10)|| "-"}</td>
+                <td  class="textCenter">${item.behDoctorName   || "-"}</td>
                 <td  class="textCenter">${item.doctorName || "-"}</td>
+                <td  class="textCenter">${item.directorDoctorName || "-"}</td>
                 <td  class="textCenter">${item.behDeptName || "-"}</td>
                 <td  class="textCenter">${item.level || "-"}</td>
                 <td  class="textCenter">${item.scoreRes || "-"}</td>

+ 2 - 0
src/js/qcListDept.js

@@ -105,7 +105,9 @@ function renderTab(data){
                 <td  class="textCenter">${item.bedCode || "-"}</td>
                 <td  class="textCenter">${item.behospitalDate&&item.behospitalDate.slice(0,10) || "-"}</td>
                 <td  class="textCenter">${item.leaveHospitalDate&&item.leaveHospitalDate.slice(0,10)|| "-"}</td>
+                <td  class="textCenter">${item.behDoctorName   || "-"}</td>
                 <td  class="textCenter">${item.doctorName || "-"}</td>
+                <td  class="textCenter">${item.directorDoctorName || "-"}</td>
                 <td  class="textCenter">${item.behDeptName || "-"}</td>
                 <td  class="textCenter">${item.level || "-"}</td>
                 <td  class="textCenter">${item.scoreRes || "-"}</td>

+ 2 - 0
src/js/qcListPerson.js

@@ -109,7 +109,9 @@ function renderTab(data){
                 <td  class="textCenter">${item.bedCode || "-"}</td>
                 <td  class="textCenter">${item.behospitalDate&&item.behospitalDate.slice(0,10) || "-"}</td>
                 <td  class="textCenter">${item.leaveHospitalDate&&item.leaveHospitalDate.slice(0,10)|| "-"}</td>
+                <td  class="textCenter">${item.behDoctorName   || "-"}</td>
                 <td  class="textCenter">${item.doctorName || "-"}</td>
+                <td  class="textCenter">${item.directorDoctorName || "-"}</td>
                 <td  class="textCenter">${item.behDeptName || "-"}</td>
                 <td  class="textCenter">${item.level || "-"}</td>
                 <td  class="textCenter">${item.scoreRes || "-"}</td>