yq1 1 неделю назад
Родитель
Сommit
eb7e8e9cc3
2 измененных файлов: 12 добавлений и 5 удалений
  1. 0 1
      src/xt_pages/outpatientCharges/statementPrint.vue
  2. 12 4
      src/xt_pages/user/inspection.vue

+ 0 - 1
src/xt_pages/outpatientCharges/statementPrint.vue Просмотреть файл

@@ -83,7 +83,6 @@
83 83
             org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
84 84
             org_id != 10510 &&org_id != 10633 && org_id != 10721   && this.paramsObj.balance_accounts_type == 2">
85 85
       </privateChargePrint>
86
-
87 86
     </div>
88 87
   </div>
89 88
 </template>

+ 12 - 4
src/xt_pages/user/inspection.vue Просмотреть файл

@@ -1350,16 +1350,24 @@ export default {
1350 1350
               console.log("item=-----------------12",inspectionsMap[items[index].id],inspectionsMap[parseInt(items[index].item_id)])
1351 1351
               if (item.item_id > 0) {
1352 1352
                 console.log('执行0',inspectionsMap[items[index].id]);
1353
+
1353 1354
                 if (typeof(inspectionsMap[parseInt(items[index].item_id)])  == "undefined") {
1354 1355
                   if(this.org_id == 10121 || this.org_id ==10138 || this.org_id ==10278 ){
1355 1356
                     item.value = inspectionsMap[items[index].id].inspect_value
1356 1357
                     item.item_name = inspectionsMap[items[index].id].item_name
1357 1358
                   }else{
1358 1359
                     console.log('执行3',inspectionsMap,item);
1359
-                    if(item.project_name == '血常规'){
1360
-                      item.value = inspectionsMap[items[index].id].inspect_value.replace(/&lt;/g, "<").replace(/&gt;/g, ">")
1361
-                      item.item_name = inspectionsMap[items[index].id].item_name
1362
-                    }else{
1360
+                    if(this.org_id == 10702 ){
1361
+                      if(item.project_name == '血常规'|| item.project_name == '透后肾功能' || 
1362
+                          item.project_name == '肝功能' || item.project_name == '电解质'
1363
+                        ){
1364
+                        console.log('11111',11111);
1365
+                        item.value = inspectionsMap[items[index].id].inspect_value.replace(/&lt;/g, "<").replace(/&gt;/g, ">")
1366
+                        item.item_name = inspectionsMap[items[index].id].item_name
1367
+                      }
1368
+                    }
1369
+                    else{
1370
+                      console.log('222222',inspectionsMap[items[index].id]);
1363 1371
                       item.value = ''
1364 1372
                       item.item_name = ''
1365 1373
                     }