Browse Source

增加分配人

zhouna 4 years ago
parent
commit
230fe454a8
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/html/allotCheckTask.html
  2. 1 1
      src/js/allotCheckTask.js

+ 1 - 0
src/html/allotCheckTask.html

@@ -147,6 +147,7 @@
                             <th class="doctorName textCenter" valCode="attendingDoctor">主管医生</th>
                             <th class="outHospitalDate textCenter desc" valCode="leaveHospitalDate" code="leaveHospitalDate">出院日期</th>
                             <th class="recordScore textCenter" valCode="value" code="value">筛选分值</th>
+                            <th class="recordScore textCenter" valCode="value" code="jobDistributorName">分配人</th>
                             <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>
                         </tr>
                         </thead>

+ 1 - 1
src/js/allotCheckTask.js

@@ -489,7 +489,7 @@ function getCheckerList(){
 }
 
 //获取质控员任务列表
-function getTasksList(param={}){
+function getTasksList(param={}){console.log(222,global_activeTabCode)
     post(ywCheckApi.getTaskByUserId,{...param,jobType:global_activeTabCode,checkId:global_CheckerId,deptList:[global_DeptMId]}).then(res =>{
         if(res.data.code == '0'){
             const list = res.data.data||{};