Browse Source

11月26 检验检查

yq1 4 months ago
parent
commit
76127a099a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/user/inspection.vue

+ 3 - 2
src/xt_pages/user/inspection.vue View File

@@ -1365,9 +1365,10 @@ export default {
1365 1365
                   }else{
1366 1366
                     console.log('执行1');
1367 1367
                     
1368
-                    if(this.org_id == 10702){
1368
+                    if(this.org_id == 10702 || this.org_id == 0){
1369 1369
                       if(item.project_name == '血常规'|| item.project_name == '透后肾功能' ||
1370
-                          item.project_name == '肝功能' || item.project_name == '电解质' || item.project_name == '透前肾功能'
1370
+                          item.project_name == '肝功能' || item.project_name == '电解质' || item.project_name == '透前肾功能' ||
1371
+                          item.project_name == '传染病检查'
1371 1372
                         ){
1372 1373
 
1373 1374
                         item.value = inspectionsMap[items[index].id].inspect_value.replace(/&lt;/g, "<").replace(/&gt;/g, ">")