Browse Source

Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch

28169 7 hours ago
parent
commit
2c22f2fa6e

+ 9 - 6
src/pages/main/DialysisArea.vue View File

@@ -1147,12 +1147,12 @@ export default {
1147 1147
           it.sort = parseInt(it.device_number.sort)
1148 1148
         })
1149 1149
       })
1150
-      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10599 && this.$store.getters.user.template_info.org_id != 10597 && this.$store.getters.user.template_info.org_id != 10679 && this.$store.getters.user.template_info.org_id != 10702) {
1150
+      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10599 && this.$store.getters.user.template_info.org_id != 10597 && this.$store.getters.user.template_info.org_id != 10679 && this.$store.getters.user.template_info.org_id != 10702  && this.$store.getters.user.template_info.org_id != 10721) {
1151 1151
         arr5.map(item => {
1152 1152
           item.scheduals.sort(this.compare('bedNumber'))
1153 1153
         })
1154 1154
       }
1155
-      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490  || this.$store.getters.user.template_info.org_id == 10340  || this.$store.getters.user.template_info.org_id == 10599 || this.$store.getters.user.template_info.org_id == 10597  || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 ) {
1155
+      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490  || this.$store.getters.user.template_info.org_id == 10340  || this.$store.getters.user.template_info.org_id == 10599 || this.$store.getters.user.template_info.org_id == 10597  || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 | this.$store.getters.user.template_info.org_id == 10721 ) {
1156 1156
         arr5.map(item => {
1157 1157
           item.scheduals.sort(this.compare('sort'))
1158 1158
         })
@@ -1162,6 +1162,7 @@ export default {
1162 1162
     },
1163 1163
 
1164 1164
     getDataOne (index) {
1165
+      console.log("index---------------",index)
1165 1166
       this.summaryNum = 0
1166 1167
       let patientArr = this.dialysis_scheduals
1167 1168
 
@@ -1346,12 +1347,12 @@ export default {
1346 1347
           it.sort = parseInt(it.device_number.sort)
1347 1348
         })
1348 1349
       })
1349
-      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 &&  this.$store.getters.user.template_info.org_id != 10340 &&  this.$store.getters.user.template_info.org_id != 10599  &&  this.$store.getters.user.template_info.org_id != 10597  &&  this.$store.getters.user.template_info.org_id != 10679 &&  this.$store.getters.user.template_info.org_id != 10702) {
1350
+      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 &&  this.$store.getters.user.template_info.org_id != 10340 &&  this.$store.getters.user.template_info.org_id != 10599  &&  this.$store.getters.user.template_info.org_id != 10597  &&  this.$store.getters.user.template_info.org_id != 10679 &&  this.$store.getters.user.template_info.org_id != 10702  &&  this.$store.getters.user.template_info.org_id != 10721) {
1350 1351
         arr5.map(item => {
1351 1352
           item.scheduals.sort(this.compare('bedNumber'))
1352 1353
         })
1353 1354
       }
1354
-      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10599 ||this.$store.getters.user.template_info.org_id == 10597 ||this.$store.getters.user.template_info.org_id == 10679 ||this.$store.getters.user.template_info.org_id == 10702 ) {
1355
+      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10599 ||this.$store.getters.user.template_info.org_id == 10597 ||this.$store.getters.user.template_info.org_id == 10679 ||this.$store.getters.user.template_info.org_id == 10702 ||this.$store.getters.user.template_info.org_id == 10721 ) {
1355 1356
         arr5.map(item => {
1356 1357
           item.scheduals.sort(this.compare('sort'))
1357 1358
         })
@@ -1427,6 +1428,7 @@ export default {
1427 1428
       }
1428 1429
 
1429 1430
       console.log('哈哈哈哈哈', arr5)
1431
+
1430 1432
       this.allPatient = arr5
1431 1433
     },
1432 1434
     getDataTwo (index) {
@@ -1616,12 +1618,12 @@ export default {
1616 1618
           it.sort = parseInt(it.device_number.sort)
1617 1619
         })
1618 1620
       })
1619
-      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10679 && this.$store.getters.user.template_info.org_id != 10702) {
1621
+      if (this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10490 && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10679 && this.$store.getters.user.template_info.org_id != 10702 && this.$store.getters.user.template_info.org_id != 10721) {
1620 1622
         arr5.map(item => {
1621 1623
           item.scheduals.sort(this.compare('bedNumber'))
1622 1624
         })
1623 1625
       }
1624
-      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702) {
1626
+      if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10721) {
1625 1627
         arr5.map(item => {
1626 1628
           item.scheduals.sort(this.compare('sort'))
1627 1629
         })
@@ -1663,6 +1665,7 @@ export default {
1663 1665
       // this.zones = []
1664 1666
       // this.zones = zones
1665 1667
       console.log('哈哈哈哈哈', arr5)
1668
+    
1666 1669
       this.allPatient = arr5
1667 1670
     },
1668 1671
     compare (property) {

+ 2 - 2
src/pages/main/newActionBar/consumables.vue View File

@@ -585,7 +585,7 @@ export default {
585 585
           var dialyszerArr = []
586 586
           var irrigationArr = []
587 587
           var dialysisStrainerArr = []
588
-          if (this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10402 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10489 && this.$store.getters.user.template_info.org_id != 10215 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10278 && this.$store.getters.user.template_info.org_id != 10480 && this.$store.getters.user.template_info.org_id != 10598 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10610 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10164 && this.$store.getters.user.template_info.org_id != 10726 && this.$store.getters.user.template_info.org_id != 10721) {
588
+          if (this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10402 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10489 && this.$store.getters.user.template_info.org_id != 10215 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10278 && this.$store.getters.user.template_info.org_id != 10480 && this.$store.getters.user.template_info.org_id != 10598 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10610 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10164 && this.$store.getters.user.template_info.org_id != 10726 && this.$store.getters.user.template_info.org_id != 10721 && this.$store.getters.user.template_info.org_id != 10731 && this.$store.getters.user.template_info.org_id != 10726) {
589 589
             if (prescription != null && res.data.dialysis_goods[0].good_user_detail.length == 0) {
590 590
               var dialysisDialyszers = prescription.dialysis_dialyszers
591 591
               var arr = dialysisDialyszers.split(',')
@@ -630,7 +630,7 @@ export default {
630 630
               var dialyszerArr = []
631 631
               var irrigationArr = []
632 632
 
633
-              if (this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10402 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10489) {
633
+              if (this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10402 && this.$store.getters.user.template_info.org_id != 10485 && this.$store.getters.user.template_info.org_id != 10489 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10278 && this.$store.getters.user.template_info.org_id != 10480 && this.$store.getters.user.template_info.org_id != 10598 && this.$store.getters.user.template_info.org_id != 10515 && this.$store.getters.user.template_info.org_id != 10318 && this.$store.getters.user.template_info.org_id != 10610 && this.$store.getters.user.template_info.org_id != 10265 && this.$store.getters.user.template_info.org_id != 10164 && this.$store.getters.user.template_info.org_id != 10726 && this.$store.getters.user.template_info.org_id != 10721 && this.$store.getters.user.template_info.org_id != 10731 && this.$store.getters.user.template_info.org_id != 10726) {
634 634
                 if (prescription != null && res.data.dialysis_goods[0].good_user_detail.length == 0) {
635 635
                   var dialysisDialyszers = prescription.dialysis_dialyszers
636 636
                   var arr = dialysisDialyszers.split(',')

+ 10 - 10
src/pages/main/newActionBar/monitoring.vue View File

@@ -44,8 +44,8 @@
44 44
                   <th width="60px" style="width:6%"> 静脉压/动脉压 <br />({{monitorRecords[0]&&monitorRecords[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
45 45
                   <th v-if="isShow('跨膜压')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
46 46
                   <th v-if="isShow('跨膜压1')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
47
-                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
48
-                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
47
+                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
48
+                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
49 49
 
50 50
                   <th v-if="isShow('超滤量1')" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
51 51
 
@@ -53,12 +53,12 @@
53 53
                   <th v-if="isShow('钠浓度1')" width="40px" style="width:6%"> 钠浓度 <br />(mmol/L) </th>
54 54
                   <th v-if="isShow('透析液温度')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
55 55
                   <th v-if="isShow('透析液温度1')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
56
-                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727) && org_id!=10558 && org_id!=10414 && org_id!=10677 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
57
-                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727) || org_id ==10558 || org_id ==10414 || org_id==10677" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
56
+                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727 || org_id == 10206) && org_id!=10558 && org_id!=10414 && org_id!=10677 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
57
+                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727 || org_id!=10206) || org_id ==10558 || org_id ==10414 || org_id==10677" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
58 58
                   <th v-if="isShow('置换率1')" width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
59 59
                   <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" style="width:6%"> 置换量 <br />(ml/h) </th>
60
-                  <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445) && org_id!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
61
-                  <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445) || org_id ==10558 || org_id ==10346 || org_id == 10517 || org_id ==10598 || org_id==10617 || org_id==10414 || org_id == 10510 || org_id ==10567 || org_id == 10644" width="50px" style="width:6%"> 置换量 <br />(L) </th>
60
+                  <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id == 10206) && org_id!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
61
+                  <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10206) || org_id ==10558 || org_id ==10346 || org_id == 10517 || org_id ==10598 || org_id==10617 || org_id==10414 || org_id == 10510 || org_id ==10567 || org_id == 10644" width="50px" style="width:6%"> 置换量 <br />(L) </th>
62 62
                 
63 63
                   <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
64 64
                   <th v-if="isShow('SpO₂')  && (org_id == 10447 || org_id ==9829)" width="40px" > SpO₂ <br />(%) </th>
@@ -74,8 +74,8 @@
74 74
                   <th v-if="isShow('置换液流量1')" width="50px"> 置换液流量 <br />(ml/min)</th>
75 75
                   <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
76 76
                   <th v-if="isShow('透析液流量1')" width="50px"> 透析液流量 <br />(ml/h) </th>
77
-                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
78
-                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
77
+                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727 || org_id == 10206)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
78
+                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727 && org_id!=10206" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
79 79
                   <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h) </th>
80 80
                   <th v-if="isShow('剩余肝素')" width="60px">剩余肝素 <br />(ml) </th>
81 81
                   <th v-if="isShow('置换量1')" width="50px" style="width:6%"> 置换量 <br />(L) </th>
@@ -352,14 +352,14 @@
352 352
 
353 353
                           <van-field v-model="form.ultrafiltration_volume" @focus="inputFocus" @keydown='changeFocus' :required="isShow_title('超滤量')" v-if="isShow('超滤量')" type="number" input-align="right">
354 354
                               <template #label>
355
-                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727) && org_id!=10471" >超滤量(ml)</span>
355
+                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206) && org_id!=10471" >超滤量(ml)</span>
356 356
                                   <span v-else>超滤量(L)</span>
357 357
                               </template>
358 358
                           </van-field>
359 359
 
360 360
                           <van-field v-model="form.ultrafiltration_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('超滤率')" :required="isShow_title('超滤率')" type="number" input-align="right">
361 361
                               <template #label>
362
-                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727) && org_id!=10471">超滤率(ml/h)</span>
362
+                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206) && org_id!=10471">超滤率(ml/h)</span>
363 363
                                   <span v-else>超滤率(L/h)</span>
364 364
                               </template>
365 365
                           </van-field>

+ 1 - 0
src/pages/main/newActionBar/treatment.vue View File

@@ -151,6 +151,7 @@ export default {
151 151
 
152 152
     this.getPermission()
153 153
     this.summary = getDataConfig('summary', 'summary')
154
+    console.log("summary=--------------------",this.summary)
154 155
     this.teach = getDataConfig('education', 'education')
155 156
     this.nursingRecord = getDataConfig('nursing_record', 'nursing_record')
156 157
     this.specialRecord = getDataConfig('special_record', 'special_record')

+ 8 - 8
src/pages/main/today/dialysisMonitoring.vue View File

@@ -22,22 +22,22 @@
22 22
           <th v-if="isShow('血流量1')" width="60px"> 血流量 <br />(ml/min) </th>
23 23
           <th v-if="isShow('跨膜压')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
24 24
           <th v-if="isShow('跨膜压1')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
25
-          <th v-if="isShow('超滤量') && (template_id == 5 || template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10597 || org_id == 10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id == 10677 || org_id == 10667  || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727) && org_id!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
-          <th v-if="isShow('超滤量') && (template_id != 5 && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && org_id != 9555 && template_id != 27 && template_id != 29 && template_id != 30 && template_id != 31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44  && template_id!=46  && template_id!=47 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375 && org_id!=10480  && org_id!=10551&& org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727) || org_id == 10471" width="60px" > 超滤量 <br />(L) </th>
25
+          <th v-if="isShow('超滤量') && (template_id == 5 || template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10597 || org_id == 10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id == 10677 || org_id == 10667  || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206) && org_id!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
+          <th v-if="isShow('超滤量') && (template_id != 5 && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && org_id != 9555 && template_id != 27 && template_id != 29 && template_id != 30 && template_id != 31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44  && template_id!=46  && template_id!=47 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375 && org_id!=10480  && org_id!=10551&& org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206) || org_id == 10471" width="60px" > 超滤量 <br />(L) </th>
27 27
           <th v-if="isShow('超滤量1')" width="60px" > 超滤量 <br />(ml) </th>
28
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46  || template_id == 47  || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 ||  template_id == 65 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id ==10677|| org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727) && org_id!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=32 && template_id !=34 && template_id !=35 && template_id !=36 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 && template_id !=48 && template_id !=53  && template_id !=54  && template_id !=56 && template_id !=60  && template_id !=65 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375  && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677&& org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727) || org_id == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
28
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46  || template_id == 47  || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 ||  template_id == 65 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id ==10677|| org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206) && org_id!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=32 && template_id !=34 && template_id !=35 && template_id !=36 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 && template_id !=48 && template_id !=53  && template_id !=54  && template_id !=56 && template_id !=60  && template_id !=65 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375  && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677&& org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727&& org_id!=10206) || org_id == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
30 30
           <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h)</th>
31 31
           <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
32 32
           <th v-if="isShow('钠浓度1')" width="60px"> 钠浓度 <br />(mmol/L) </th>
33 33
           <th v-if="isShow('透析液温度')" width="70px"> 透析液温度 <br />(℃) </th>
34 34
           <th v-if="isShow('透析液温度1')" width="70px"> 透析液温度 <br />(℃) </th>
35
-          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727) && org_id!=10558  && org_id!=10414 && org_id!=10677" width="60px" > 置换率 <br />(ml/min) </th>
36
-          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727) || org_id ==10558 || org_id ==10414 || org_id==10677" width="60px" > 置换率 <br />(L/h) </th>
35
+          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727 || org_id == 10206) && org_id!=10558  && org_id!=10414 && org_id!=10677" width="60px" > 置换率 <br />(ml/min) </th>
36
+          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727 && org_id!=10206) || org_id ==10558 || org_id ==10414 || org_id==10677" width="60px" > 置换率 <br />(L/h) </th>
37 37
           <th v-if="isShow('置换率1')"  width="60px" > 置换率 <br />(ml/min) </th>
38 38
           <th v-if="isShow('置换量')&& (template_id == 43 )" width="50px" > 置换量 <br />(ml/h) </th>
39
-          <th v-if="isShow('置换量')&& ((template_id == 6 && org_id != 9919 && template_id!=43 && org_id!=10478) || (template_id == 10 && org_id!=10191) || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46  || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10432) && org_id!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644" width="50px" > 置换量 <br />(ml) </th>
40
-          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && template_id!=46 && template_id!=47  && template_id!=48  && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340  && org_id!=10432) || org_id == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510 || org_id == 10644" width="50px" > 置换量 <br />(L) </th>
39
+          <th v-if="isShow('置换量')&& ((template_id == 6 && org_id != 9919 && template_id!=43 && org_id!=10478) || (template_id == 10 && org_id!=10191) || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46  || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10206) && org_id!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644" width="50px" > 置换量 <br />(ml) </th>
40
+          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && template_id!=46 && template_id!=47  && template_id!=48  && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340  && org_id!=10432 && org_id!=10206) || org_id == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510 || org_id == 10644" width="50px" > 置换量 <br />(L) </th>
41 41
         
42 42
           <th v-if="isShow('电导度')" width="60px"> 电导度 <br />(mS/cm) </th>
43 43
           <th v-if="isShow('电导度1')" width="60px"> 电导度 <br />(mS/cm) </th>