zhouna 4 năm trước cách đây
mục cha
commit
398d9e75f8

+ 2 - 2
src/html/checkTaskList.html

@@ -90,8 +90,8 @@
                      <th class="patientName textCenter" valCode="name"  style="width: 100px;">病人姓名</th>
                      <th class="patientName textCenter" valCode="name"  style="width: 100px;">病人姓名</th>
                      <th class="patientNo textCenter" valCode="fileCode" >病案号</th>
                      <th class="patientNo textCenter" valCode="fileCode" >病案号</th>
                      <th class="doctorName textCenter" valCode="doctorName">主管医生</th>
                      <th class="doctorName textCenter" valCode="doctorName">主管医生</th>
-                     <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" >出院日期</th>
-                     <th class="inHospitalDate textCenter" valCode="jobDistributionTime"  code="jobDistributionTime">分配日期</th>
+                     <th class="outHospitalDate textCenter" valCode="leaveHospitalDate" >出院日期</th>
+                     <th class="inHospitalDate textCenter desc" valCode="jobDistributionTime"  code="jobDistributionTime">分配日期</th>
                      <th class="patientSex textCenter" valCode="checkTime" code="checkTime">核查日期</th>
                      <th class="patientSex textCenter" valCode="checkTime" code="checkTime">核查日期</th>
                      <th class="patientage textCenter" valCode="checkName">核查员</th>
                      <th class="patientage textCenter" valCode="checkName">核查员</th>
                      <th class="bedNum textCenter" valCode="casesEntryNum" code="casesEntryNum">缺陷数</th>
                      <th class="bedNum textCenter" valCode="casesEntryNum" code="casesEntryNum">缺陷数</th>

+ 2 - 2
src/js/checkTaskList.js

@@ -17,10 +17,10 @@ $(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectStatus").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectStatus").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 
 
-let tabList = [],global_deptId = "",global_checkStatus = "",global_score='',global_level="",data_desc = ["leaveHospitalDate"], data_asc = [];
+let tabList = [],global_deptId = "",global_checkStatus = "",global_score='',global_level="",data_desc = ["jobDistributionTime"], data_asc = [];
 let isPlacefile = getCookie('isPlacefile') || 1
 let isPlacefile = getCookie('isPlacefile') || 1
 if (isPlacefile != 1) {
 if (isPlacefile != 1) {
-    data_desc = ["behospitalDate"]
+    data_desc = ["jobDistributionTime"]
 }
 }
 
 
 $(function(){
 $(function(){