Browse Source

hah阿凡达

28169 3 weeks ago
parent
commit
f193f92e59

+ 13 - 12
src/xt_pages/dialysis/batch_print/batch_print_order_eightythree.vue View File

35
                           性 别:{{ record.patient.gender == 1 ? "男" : "女" }}
35
                           性 别:{{ record.patient.gender == 1 ? "男" : "女" }}
36
                         </div>
36
                         </div>
37
                         <div style="flex: 1;">
37
                         <div style="flex: 1;">
38
-                          年龄:{{ record.patient.age }}
38
+                          年龄:{{ record.patient.age }}
39
                         </div>
39
                         </div>
40
                         <div style="flex: 1;">
40
                         <div style="flex: 1;">
41
                           透析机号:
41
                           透析机号:
49
                         </div>
49
                         </div>
50
                         <div style="flex: 1;">
50
                         <div style="flex: 1;">
51
                           透析频次:
51
                           透析频次:
52
-                          <span style="display: inline-block;width: 20px;">
52
+                          <span style="display: inline-block;width: 60px;">
53
                             {{ record.assessment_before_dislysis.dialysis_count}}
53
                             {{ record.assessment_before_dislysis.dialysis_count}}
54
-                          </span>次/周
54
+                          </span>
55
                         </div>
55
                         </div>
56
                       </div>
56
                       </div>
57
                     </td>
57
                     </td>
198
                     <td colspan="2">
198
                     <td colspan="2">
199
                       <div style="line-height:30px;">
199
                       <div style="line-height:30px;">
200
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ?
200
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ?
201
-                          record.prescription.prescription_water : "" }} ml &nbsp;&nbsp;</span>
201
+                          record.prescription.prescription_water : "" }} L &nbsp;&nbsp;</span>
202
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ?
202
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ?
203
                           record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
203
                           record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
204
                         <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }}
204
                         <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }}
555
                   <div class="inline_block" style="flex: 1">
555
                   <div class="inline_block" style="flex: 1">
556
                     透后体重:
556
                     透后体重:
557
                     <div class="under_line" style="width: 70px; text-align: center">
557
                     <div class="under_line" style="width: 70px; text-align: center">
558
-                      <span>
559
-                        {{
558
+                      <span v-if=" record.assessment_after_dislysis.weight_after!=''">
559
+                        <!-- {{
560
                           record.assessment_after_dislysis.weight_after
560
                           record.assessment_after_dislysis.weight_after
561
                             ? parseFloat(
561
                             ? parseFloat(
562
                               record.assessment_after_dislysis.weight_after -
562
                               record.assessment_after_dislysis.weight_after -
563
                               record.assessment_after_dislysis.additional_weight
563
                               record.assessment_after_dislysis.additional_weight
564
                             ).toFixed(1)
564
                             ).toFixed(1)
565
                             : "/"
565
                             : "/"
566
-                        }}
566
+                        }} -->
567
+                            {{  record.assessment_after_dislysis.weight_after}}
567
                       </span>
568
                       </span>
568
                     </div>
569
                     </div>
569
                     kg
570
                     kg
573
                     体重减少:
574
                     体重减少:
574
                     <div class="under_line" style="width: 70px; text-align: center">
575
                     <div class="under_line" style="width: 70px; text-align: center">
575
 
576
 
576
-                      {{ record.assessment_after_dislysis &&
577
+                     <span>{{ record.assessment_after_dislysis &&
577
                                 record.assessment_before_dislysis &&
578
                                 record.assessment_before_dislysis &&
578
-                                record.assessment_before_dislysis.weight_before -
579
-                                record.assessment_after_dislysis.weight_after
580
-                                ? record.assessment_before_dislysis.weight_before -
581
-                                record.assessment_after_dislysis.weight_after
579
+                                (record.assessment_before_dislysis.weight_before -record.assessment_after_dislysis.weight_after).toFixed(2)
580
+                                ? (record.assessment_before_dislysis.weight_before -
581
+                                record.assessment_after_dislysis.weight_after).toFixed(2)
582
                               : "/" }}
582
                               : "/" }}
583
 
583
 
584
+                       </span> 
584
                     </div>
585
                     </div>
585
                     kg
586
                     kg
586
                   </div>
587
                   </div>

+ 16 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

974
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
974
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
975
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
975
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
976
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
976
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
977
-                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">mg</span>
977
+                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">
978
+                          <span v-if="org_id != 10567">mg</span>
979
+                          <span v-if="org_id == 10567">iu</span>
980
+                        </span>
978
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
981
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
979
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
982
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
980
                         <span v-if="record.prescription.anticoagulant == 15">mg</span>
983
                         <span v-if="record.prescription.anticoagulant == 15">mg</span>
1015
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
1018
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
1016
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
1019
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
1017
                         <span v-if="record.prescription.anticoagulant == 3">iu/h</span>
1020
                         <span v-if="record.prescription.anticoagulant == 3">iu/h</span>
1018
-                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">mg/h</span>
1021
+                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">
1022
+                          <span v-if="org_id != 10567">mg/h</span>
1023
+                          <span v-if="org_id == 10567">iu/h</span>
1024
+                        </span>
1019
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
1025
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
1020
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
1026
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
1021
                         <span v-if="record.prescription.anticoagulant == 14">iu/h</span>
1027
                         <span v-if="record.prescription.anticoagulant == 14">iu/h</span>
1040
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
1046
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
1041
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
1047
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
1042
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
1048
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
1043
-                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">mg</span>
1049
+                        <span v-if="org_id != 9538 && record.prescription.anticoagulant == 2">
1050
+                          <span v-if="org_id != 10567">mg</span>
1051
+                          <span v-if="org_id == 10567">iu</span>
1052
+                        </span>
1044
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
1053
                         <span v-if="org_id == 9538 && record.prescription.anticoagulant == 2">u</span>
1045
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
1054
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
1046
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
1055
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
1495
                             <span v-if="org_id != 0 && org_id != 10683">{{
1504
                             <span v-if="org_id != 0 && org_id != 10683">{{
1496
                               monitor_record.replacement_total
1505
                               monitor_record.replacement_total
1497
                                 ? monitor_record.replacement_total
1506
                                 ? monitor_record.replacement_total
1498
-                                : ""
1507
+                                : monitor_record.displacement_quantity
1499
                             }}
1508
                             }}
1500
                             </span>
1509
                             </span>
1501
                             <span v-if="org_id == 0 || org_id == 10683">{{
1510
                             <span v-if="org_id == 0 || org_id == 10683">{{
1631
                     </table>
1640
                     </table>
1632
                   </td>
1641
                   </td>
1633
                 </tr>
1642
                 </tr>
1634
-                <tr v-if="org_id != 10402 && org_id != 10206 && org_id != 0 && org_id != 10644">
1643
+                <tr v-if="org_id != 10402 && org_id != 10206 && org_id != 0 && org_id != 10644 && org_id!=10567">
1635
                   <td style="padding: 0; position: relative" colspan="2">
1644
                   <td style="padding: 0; position: relative" colspan="2">
1636
                     <table class="inside_table">
1645
                     <table class="inside_table">
1637
                       <tbody>
1646
                       <tbody>
3159
 
3168
 
3160
 
3169
 
3161
 
3170
 
3162
-            if (this.org_id == 10206 || this.org_id == 0 || this.org_id == 10644) {
3171
+            if (this.org_id == 10206 || this.org_id == 0 || this.org_id == 10644 || this.org_id == 10567) {
3163
               console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
3172
               console.log("this.records[recordIndex].his_project", this.records[recordIndex].his_project)
3164
               var delghThree = 0
3173
               var delghThree = 0
3165
               let his_project = []
3174
               let his_project = []
3166
               this.records[recordIndex].his_project.map(item => {
3175
               this.records[recordIndex].his_project.map(item => {
3167
-                if (this.org_id == 0 || this.org_id == 10644) {
3176
+                if (this.org_id == 0 || this.org_id == 10644 || this.org_id == 10567) {
3168
                   console.log("item====================", item)
3177
                   console.log("item====================", item)
3169
                   if (item.type == 2) {
3178
                   if (item.type == 2) {
3170
                     if (item.project.is_show == 1) {
3179
                     if (item.project.is_show == 1) {

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

173
         </li> -->
173
         </li> -->
174
 
174
 
175
 
175
 
176
-        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597 && this.$store.getters.xt_user.template_info.org_id != 10571  && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635 && this.$store.getters.xt_user.template_info.org_id != 10721">
176
+        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597 && this.$store.getters.xt_user.template_info.org_id != 10571  && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635 && this.$store.getters.xt_user.template_info.org_id != 10721&& this.$store.getters.xt_user.template_info.org_id != 10752">
177
           <label>处方脱水量 : </label>
177
           <label>处方脱水量 : </label>
178
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
178
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
179
           <span class="unit">{{ prescription_water != "0" ? "ml" : "" }}</span>
179
           <span class="unit">{{ prescription_water != "0" ? "ml" : "" }}</span>
180
         </li>
180
         </li>
181
 
181
 
182
-        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 ||  this.$store.getters.xt_user.template_info.org_id == 10571 || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10598 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10679 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10721">
182
+        <li v-if="isShow('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 ||  this.$store.getters.xt_user.template_info.org_id == 10571 || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10598 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10679 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10752">
183
           <label>处方脱水量 : </label>
183
           <label>处方脱水量 : </label>
184
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
184
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
185
           <span class="unit">{{ prescription_water != "0" ? "L" : "" }}</span>
185
           <span class="unit">{{ prescription_water != "0" ? "L" : "" }}</span>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue View File

17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18
             actual_ultrafiltration
18
             actual_ultrafiltration
19
           }}</span>
19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445 ||  this.$store.getters.xt_user.template_info.org_id == 10495 ||  this.$store.getters.xt_user.template_info.org_id == 10597  ||  this.$store.getters.xt_user.template_info.org_id == 10599 ||  this.$store.getters.xt_user.template_info.org_id == 10612 ||  this.$store.getters.xt_user.template_info.org_id == 10617 ||  this.$store.getters.xt_user.template_info.org_id == 10702 ||  this.$store.getters.xt_user.template_info.org_id == 10697 ||  this.$store.getters.xt_user.template_info.org_id == 10635 ||  this.$store.getters.xt_user.template_info.org_id == 10721 ||  this.$store.getters.xt_user.template_info.org_id == 10727||  this.$store.getters.xt_user.template_info.org_id == 10752) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445  &&  this.$store.getters.xt_user.template_info.org_id!= 10495 &&  this.$store.getters.xt_user.template_info.org_id!= 10597  &&  this.$store.getters.xt_user.template_info.org_id!= 10599  &&  this.$store.getters.xt_user.template_info.org_id!= 10612  &&  this.$store.getters.xt_user.template_info.org_id!= 10617  &&  this.$store.getters.xt_user.template_info.org_id!= 10702  &&  this.$store.getters.xt_user.template_info.org_id!= 10697 &&  this.$store.getters.xt_user.template_info.org_id!= 10635 &&  this.$store.getters.xt_user.template_info.org_id!= 10721 &&  this.$store.getters.xt_user.template_info.org_id!= 10727&&  this.$store.getters.xt_user.template_info.org_id!= 10751"  >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445 ||  this.$store.getters.xt_user.template_info.org_id == 10495 ||  this.$store.getters.xt_user.template_info.org_id == 10597  ||  this.$store.getters.xt_user.template_info.org_id == 10599 ||  this.$store.getters.xt_user.template_info.org_id == 10612 ||  this.$store.getters.xt_user.template_info.org_id == 10617 ||  this.$store.getters.xt_user.template_info.org_id == 10702 ||  this.$store.getters.xt_user.template_info.org_id == 10697 ||  this.$store.getters.xt_user.template_info.org_id == 10635 ||  this.$store.getters.xt_user.template_info.org_id == 10721 ||  this.$store.getters.xt_user.template_info.org_id == 10727 ||  this.$store.getters.xt_user.template_info.org_id == 10751 || this.$store.getters.xt_user.template_info.org_id == 10752|| this.$store.getters.xt_user.template_info.org_id == 10742) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445  &&  this.$store.getters.xt_user.template_info.org_id!= 10495 &&  this.$store.getters.xt_user.template_info.org_id!= 10597  &&  this.$store.getters.xt_user.template_info.org_id!= 10599  &&  this.$store.getters.xt_user.template_info.org_id!= 10612  &&  this.$store.getters.xt_user.template_info.org_id!= 10617  &&  this.$store.getters.xt_user.template_info.org_id!= 10702  &&  this.$store.getters.xt_user.template_info.org_id!= 10697 &&  this.$store.getters.xt_user.template_info.org_id!= 10635 &&  this.$store.getters.xt_user.template_info.org_id!= 10721 &&  this.$store.getters.xt_user.template_info.org_id!= 10727&&  this.$store.getters.xt_user.template_info.org_id!= 10751 &&  this.$store.getters.xt_user.template_info.org_id!= 10752 &&  this.$store.getters.xt_user.template_info.org_id!= 10742"  >L</span>
22
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

49
           <el-col :span="8" v-if="isShow('实际超滤量')">
49
           <el-col :span="8" v-if="isShow('实际超滤量')">
50
             <el-form-item
50
             <el-form-item
51
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
51
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
52
-              v-if="(this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10558 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10693  || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727|| this.$store.getters.xt_user.template_info.org_id == 10751) && this.$store.getters.xt_user.template_info.org_id != 10624"  >
52
+              v-if="(this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10558 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10693  || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727|| this.$store.getters.xt_user.template_info.org_id == 10751|| this.$store.getters.xt_user.template_info.org_id == 10752|| this.$store.getters.xt_user.template_info.org_id == 10742) && this.$store.getters.xt_user.template_info.org_id != 10624"  >
53
               <el-input v-model="form.actual_ultrafiltration"></el-input>
53
               <el-input v-model="form.actual_ultrafiltration"></el-input>
54
             </el-form-item>
54
             </el-form-item>
55
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">
55
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">

+ 6 - 6
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

161
                     </el-col>
161
                     </el-col>
162
 
162
 
163
                     <el-col :span="8"
163
                     <el-col :span="8"
164
-                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597&& this.$store.getters.xt_user.template_info.org_id != 10571 && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635 && this.$store.getters.xt_user.template_info.org_id != 10721 && this.$store.getters.xt_user.template_info.org_id != 10742 && this.$store.getters.xt_user.template_info.org_id != 10740 && this.$store.getters.xt_user.template_info.org_id != 10745">
164
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id != 10597&& this.$store.getters.xt_user.template_info.org_id != 10571 && this.$store.getters.xt_user.template_info.org_id != 10612 && this.$store.getters.xt_user.template_info.org_id != 10598 && this.$store.getters.xt_user.template_info.org_id != 10677 && this.$store.getters.xt_user.template_info.org_id != 10679 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10635 && this.$store.getters.xt_user.template_info.org_id != 10721 && this.$store.getters.xt_user.template_info.org_id != 10742 && this.$store.getters.xt_user.template_info.org_id != 10740 && this.$store.getters.xt_user.template_info.org_id != 10745 && this.$store.getters.xt_user.template_info.org_id != 10752">
165
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
165
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
166
                             <el-input
166
                             <el-input
167
                                     type="number"
167
                                     type="number"
171
                     </el-col>
171
                     </el-col>
172
 
172
 
173
                     <el-col :span="8"
173
                     <el-col :span="8"
174
-                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id ==10571 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10598 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10677 || this.$store.getters.xt_user.template_info.org_id==10679 || this.$store.getters.xt_user.template_info.org_id==10702 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10740 || this.$store.getters.xt_user.template_info.org_id==10742  || this.$store.getters.xt_user.template_info.org_id==10745">
174
+                            v-if="isShows('处方脱水量') && this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id ==10571 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10598 || this.$store.getters.xt_user.template_info.org_id ==10612 || this.$store.getters.xt_user.template_info.org_id ==10677 || this.$store.getters.xt_user.template_info.org_id==10679 || this.$store.getters.xt_user.template_info.org_id==10702 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10740 || this.$store.getters.xt_user.template_info.org_id==10742  || this.$store.getters.xt_user.template_info.org_id==10745 || this.$store.getters.xt_user.template_info.org_id==10752">
175
                         <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
175
                         <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
176
                             <el-input
176
                             <el-input
177
                                     type="number"
177
                                     type="number"
2798
       show(pre, schedual, last, his_is_open,is_advice_open,admins) {
2798
       show(pre, schedual, last, his_is_open,is_advice_open,admins) {
2799
         console.log("除非=======================")
2799
         console.log("除非=======================")
2800
 
2800
 
2801
-        if(this.$store.getters.xt_user.template_info.org_id==10702 || this.$store.getters.xt_user.template_info.org_id==10635  || this.$store.getters.xt_user.template_info.org_id==0   || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10726){
2801
+        if(this.$store.getters.xt_user.template_info.org_id==10702 || this.$store.getters.xt_user.template_info.org_id==10635  || this.$store.getters.xt_user.template_info.org_id==0   || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10726|| this.$store.getters.xt_user.template_info.org_id==10752){
2802
           if(this.predialysis!=undefined){
2802
           if(this.predialysis!=undefined){
2803
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2803
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2804
               this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(1)
2804
               this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(1)
3339
         this.pre = pre
3339
         this.pre = pre
3340
         // console.log("pre1", pre);
3340
         // console.log("pre1", pre);
3341
         this.getPermission()
3341
         this.getPermission()
3342
-        if(this.$store.getters.xt_user.template_info.org_id==10164 || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==0 || this.$store.getters.xt_user.template_info.org_id == 10726 || this.$store.getters.xt_user.template_info.org_id == 10727  || this.$store.getters.xt_user.template_info.org_id == 10735 || this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742|| this.$store.getters.xt_user.template_info.org_id == 10745|| this.$store.getters.xt_user.template_info.org_id == 10751){
3342
+        if(this.$store.getters.xt_user.template_info.org_id==10164 || this.$store.getters.xt_user.template_info.org_id==10721 || this.$store.getters.xt_user.template_info.org_id==10635 || this.$store.getters.xt_user.template_info.org_id==0 || this.$store.getters.xt_user.template_info.org_id == 10726 || this.$store.getters.xt_user.template_info.org_id == 10727  || this.$store.getters.xt_user.template_info.org_id == 10735 || this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742|| this.$store.getters.xt_user.template_info.org_id == 10745|| this.$store.getters.xt_user.template_info.org_id == 10751|| this.$store.getters.xt_user.template_info.org_id == 10752){
3343
           this.getPatientBefor()
3343
           this.getPatientBefor()
3344
         }
3344
         }
3345
 
3345
 
3479
           }
3479
           }
3480
         }
3480
         }
3481
 
3481
 
3482
-        if(this.$store.getters.xt_user.template_info.org_id ==10635 || this.$store.getters.xt_user.template_info.org_id ==0 || this.$store.getters.xt_user.template_info.org_id ==10702  ||  this.$store.getters.xt_user.template_info.org_id == 10721){
3482
+        if(this.$store.getters.xt_user.template_info.org_id ==10635 || this.$store.getters.xt_user.template_info.org_id ==0 || this.$store.getters.xt_user.template_info.org_id ==10702  ||  this.$store.getters.xt_user.template_info.org_id == 10721||  this.$store.getters.xt_user.template_info.org_id == 10752){
3483
 
3483
 
3484
           if(this.dialysisPrescription.target_ultrafiltration == 0 || this.dialysisPrescription.target_ultrafiltration=="" || this.dialysisPrescription.target_ultrafiltration == "undefined" || this.dialysisPrescription.target_ultrafiltration == undefined){
3484
           if(this.dialysisPrescription.target_ultrafiltration == 0 || this.dialysisPrescription.target_ultrafiltration=="" || this.dialysisPrescription.target_ultrafiltration == "undefined" || this.dialysisPrescription.target_ultrafiltration == undefined){
3485
 
3485
 
5190
           var prescription = response.data.data.prescription
5190
           var prescription = response.data.data.prescription
5191
           if(patientBefor!=undefined){
5191
           if(patientBefor!=undefined){
5192
 
5192
 
5193
-            if(this.$store.getters.xt_user.template_info.org_id == 10727  ||this.$store.getters.xt_user.template_info.org_id == 10740 ||this.$store.getters.xt_user.template_info.org_id == 10742||this.$store.getters.xt_user.template_info.org_id == 10745||this.$store.getters.xt_user.template_info.org_id == 10751 ){
5193
+            if(this.$store.getters.xt_user.template_info.org_id == 10727  ||this.$store.getters.xt_user.template_info.org_id == 10740 ||this.$store.getters.xt_user.template_info.org_id == 10742||this.$store.getters.xt_user.template_info.org_id == 10745||this.$store.getters.xt_user.template_info.org_id == 10751){
5194
               if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
5194
               if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
5195
               
5195
               
5196
                  this.dialysisPrescription.target_ultrafiltration = ((patientBefor.weight_before - patientBefor.dry_weight - patientBefor.additional_weight).toFixed(0))*1000
5196
                  this.dialysisPrescription.target_ultrafiltration = ((patientBefor.weight_before - patientBefor.dry_weight - patientBefor.additional_weight).toFixed(0))*1000

+ 20 - 16
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

387
                 org_id == 10599 || 
387
                 org_id == 10599 || 
388
                 org_id == 10612 ||
388
                 org_id == 10612 ||
389
                 org_id == 10617 ||
389
                 org_id == 10617 ||
390
-                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635 || org_id ==10702 || org_id ==10090 || org_id ==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742|| org_id == 10745 || org_id == 10751 ) &&
390
+                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635 || org_id ==10702 || org_id ==10090 || org_id ==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742|| org_id == 10745 || org_id == 10751 || org_id == 10752 ) &&
391
                 org_id!=10387
391
                 org_id!=10387
392
             "
392
             "
393
           >
393
           >
458
               && org_id!=10432 && org_id!=10445
458
               && org_id!=10432 && org_id!=10445
459
               && org_id!=10410 && org_id!=10495 &&
459
               && org_id!=10410 && org_id!=10495 &&
460
                org_id!=10485 && org_id!=10395 && org_id!=10375
460
                org_id!=10485 && org_id!=10395 && org_id!=10375
461
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635  && org_id!=10702  && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751)
461
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635  && org_id!=10702  && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752)
462
               || org_id == 10387
462
               || org_id == 10387
463
             "
463
             "
464
           >
464
           >
529
                 org_id == 10410 ||
529
                 org_id == 10410 ||
530
                 org_id == 10495  ||
530
                 org_id == 10495  ||
531
                 org_id == 10395
531
                 org_id == 10395
532
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635 || org_id ==10702 || org_id == 10090 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id ==10702 || org_id ==10740 || org_id == 10742 || org_id == 10745||org_id ==10751)
532
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635 || org_id ==10702 || org_id == 10090 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id ==10702 || org_id ==10740 || org_id == 10742 || org_id == 10745||org_id ==10751 || org_id == 10752)
533
                 && org_id!=10387
533
                 && org_id!=10387
534
             "
534
             "
535
           >
535
           >
584
               org_id!=10432 &&
584
               org_id!=10432 &&
585
               org_id!=10445 &&
585
               org_id!=10445 &&
586
               org_id!=10410 && org_id!=10495
586
               org_id!=10410 && org_id!=10495
587
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635  && org_id!=10702 && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740&& org_id!=10742&& org_id!=10745 && org_id!=10751 ) ||
587
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635  && org_id!=10702 && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740&& org_id!=10742&& org_id!=10745 && org_id!=10751 && org_id!=10752) ||
588
               org_id == 10387
588
               org_id == 10387
589
             "
589
             "
590
           >
590
           >
700
                 org_id == 10395||
700
                 org_id == 10395||
701
                 org_id == 10617 ||
701
                 org_id == 10617 ||
702
                 org_id ==10677 ||
702
                 org_id ==10677 ||
703
-                org_id == 10721 || org_id ==10727 || org_id == 10751
703
+                org_id == 10721 || org_id ==10727 || org_id == 10751 || org_id == 10752
704
 
704
 
705
                )&& org_id!=10598 && org_id!=10414
705
                )&& org_id!=10598 && org_id!=10414
706
             "
706
             "
731
               org_id !=10445 &&
731
               org_id !=10445 &&
732
               org_id!=10395 &&
732
               org_id!=10395 &&
733
               org_id !=10410 &&
733
               org_id !=10410 &&
734
-              org_id!=10617 && org_id!=10677  && org_id!=10721  && org_id!=10727 && org_id!=10751)|| org_id==10598 || org_id ==10414
734
+              org_id!=10617 && org_id!=10677  && org_id!=10721  && org_id!=10727 && org_id!=10751 && org_id!=10752)|| org_id==10598 || org_id ==10414
735
             "
735
             "
736
           >
736
           >
737
             <template slot-scope="scope">
737
             <template slot-scope="scope">
799
                 org_id == 10445 ||
799
                 org_id == 10445 ||
800
                 org_id == 10395 ||
800
                 org_id == 10395 ||
801
                 org_id == 10206 ||
801
                 org_id == 10206 ||
802
-                org_id == 10751
802
+                org_id == 10751 ||
803
+                org_id == 10752
803
                 )
804
                 )
804
             "
805
             "
805
           >
806
           >
835
               org_id !=10445 && 
836
               org_id !=10445 && 
836
               org_id!=10395  &&
837
               org_id!=10395  &&
837
               org_id!=10206 &&
838
               org_id!=10206 &&
838
-              org_id!=10751
839
+              org_id!=10751 &&
840
+              org_id!=10752
839
             "
841
             "
840
           >
842
           >
841
             <template slot-scope="scope">
843
             <template slot-scope="scope">
1687
                 org_id== 10432 ||
1689
                 org_id== 10432 ||
1688
                 org_id== 10445 ||
1690
                 org_id== 10445 ||
1689
                 org_id== 10410 ||
1691
                 org_id== 10410 ||
1690
-                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635 || org_id ==10702 || org_id == 10090 || org_id == 10723 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id ==10740 || org_id ==10742 || org_id == 10745 || org_id == 10751) &&
1692
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635 || org_id ==10702 || org_id == 10090 || org_id == 10723 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id ==10740 || org_id ==10742 || org_id == 10745 || org_id == 10751 || org_id == 10752) &&
1691
                 org_id!=10387
1693
                 org_id!=10387
1692
             "
1694
             "
1693
           >
1695
           >
1735
               org_id!=10445 &&
1737
               org_id!=10445 &&
1736
               org_id!=10410 &&
1738
               org_id!=10410 &&
1737
               org_id!=10485 &&
1739
               org_id!=10485 &&
1738
-              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635 && org_id!=10702 && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751)
1740
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635 && org_id!=10702 && org_id!=10090 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752)
1739
               || org_id == 10387
1741
               || org_id == 10387
1740
             "
1742
             "
1741
           >
1743
           >
1808
                 org_id == 10599 ||
1810
                 org_id == 10599 ||
1809
                 org_id ==10612 || 
1811
                 org_id ==10612 || 
1810
                 org_id ==10617 || 
1812
                 org_id ==10617 || 
1811
-                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635 || org_id == 10702 || org_id == 10090 || org_id ==10723 || org_id == 10721 || org_id == 10727 || org_id ==10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751)
1813
+                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635 || org_id == 10702 || org_id == 10090 || org_id ==10723 || org_id == 10721 || org_id == 10727 || org_id ==10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752)
1812
                 && org_id!=10387 && org_id!=10694
1814
                 && org_id!=10387 && org_id!=10694
1813
             "
1815
             "
1814
           >
1816
           >
1890
               org_id!=10740 &&
1892
               org_id!=10740 &&
1891
               org_id!=10742 &&
1893
               org_id!=10742 &&
1892
               org_id!=10745 &&
1894
               org_id!=10745 &&
1893
-              org_id!=10751
1895
+              org_id!=10751 &&
1896
+              org_id!=10752
1894
               )
1897
               )
1895
               || org_id == 10387 || org_id == 10694
1898
               || org_id == 10387 || org_id == 10694
1896
             "
1899
             "
1956
               org_id!=10395 &&
1959
               org_id!=10395 &&
1957
               org_id!=10617 &&
1960
               org_id!=10617 &&
1958
               org_id!=10677 &&
1961
               org_id!=10677 &&
1959
-              org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751)
1962
+              org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752)
1960
               || org_id ==10558 || org_id==10598
1963
               || org_id ==10558 || org_id==10598
1961
             "
1964
             "
1962
           >
1965
           >
1984
                 org_id==10445 ||
1987
                 org_id==10445 ||
1985
                 org_id==10410 ||
1988
                 org_id==10410 ||
1986
                 org_id==10395 || 
1989
                 org_id==10395 || 
1987
-                org_id==10617 || org_id==10677 || org_id == 10721 || org_id==10727 || org_id==10206 || org_id == 10751) && org_id !=10558 && org_id!=10598 && org_id!=10414 
1990
+                org_id==10617 || org_id==10677 || org_id == 10721 || org_id==10727 || org_id==10206 || org_id == 10751 || org_id == 10752) && org_id !=10558 && org_id!=10598 && org_id!=10414 
1988
             "
1991
             "
1989
           >
1992
           >
1990
             <el-form-item label="置换率(ml/min):" :prop="isName('置换率')"
1993
             <el-form-item label="置换率(ml/min):" :prop="isName('置换率')"
2026
               org_id!=10445 &&
2029
               org_id!=10445 &&
2027
               org_id!=10395 &&
2030
               org_id!=10395 &&
2028
               org_id!=10414 &&
2031
               org_id!=10414 &&
2029
-              org_id!=10751
2032
+              org_id!=10751 &&
2033
+              org_id!=10752
2030
             "
2034
             "
2031
           >
2035
           >
2032
             <el-form-item label="置换量(L):" :prop="isName('置换量')"
2036
             <el-form-item label="置换量(L):" :prop="isName('置换量')"
2056
                 org_id!=10340 ||
2060
                 org_id!=10340 ||
2057
                 org_id ==10432 ||
2061
                 org_id ==10432 ||
2058
                 org_id ==10445 ||
2062
                 org_id ==10445 ||
2059
-                org_id == 10395 || org_id == 10751) &&
2063
+                org_id == 10395 || org_id == 10751 || org_id == 10752) &&
2060
                 org_id!=10694 && org_id!=10697 && org_id!=10721 && org_id!=10727
2064
                 org_id!=10694 && org_id!=10697 && org_id!=10721 && org_id!=10727
2061
             "
2065
             "
2062
           >
2066
           >

+ 8 - 8
src/xt_pages/dialysis/details/dialysisMonitoring.vue View File

20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
23
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || 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 == 27 || template_id == 28 || 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 == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635  || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727 || this.$store.getters.xt_user.template_info.org_id == 10206 || this.$store.getters.xt_user.template_info.org_id == 10751) &&this.$store.getters.xt_user.template_info.org_id!=10387 &&this.$store.getters.xt_user.template_info.org_id!=10471 &&this.$store.getters.xt_user.template_info.org_id!=10742 &&this.$store.getters.xt_user.template_info.org_id!=10740 &&this.$store.getters.xt_user.template_info.org_id!=10745" width="76px" > 超滤量(ml)</th>
24
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && 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 !=27 && template_id!=28 && 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 != 39 && 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 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 &&  this.$store.getters.xt_user.template_info.org_id!=10721 && this.$store.getters.xt_user.template_info.org_id!=10727 && this.$store.getters.xt_user.template_info.org_id!=10206&& this.$store.getters.xt_user.template_info.org_id!=10751) || this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10471 ||   this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742 || this.$store.getters.xt_user.template_info.org_id == 10745"  width="76px"> 超滤量(L) </th>
23
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || 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 == 27 || template_id == 28 || 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 == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635  || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727 || this.$store.getters.xt_user.template_info.org_id == 10206 || this.$store.getters.xt_user.template_info.org_id == 10751|| this.$store.getters.xt_user.template_info.org_id == 10752) &&this.$store.getters.xt_user.template_info.org_id!=10387 &&this.$store.getters.xt_user.template_info.org_id!=10471 &&this.$store.getters.xt_user.template_info.org_id!=10742 &&this.$store.getters.xt_user.template_info.org_id!=10740 &&this.$store.getters.xt_user.template_info.org_id!=10745" width="76px" > 超滤量(ml)</th>
24
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && 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 !=27 && template_id!=28 && 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 != 39 && 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 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 &&  this.$store.getters.xt_user.template_info.org_id!=10721 && this.$store.getters.xt_user.template_info.org_id!=10727 && this.$store.getters.xt_user.template_info.org_id!=10206&& this.$store.getters.xt_user.template_info.org_id!=10751&& this.$store.getters.xt_user.template_info.org_id!=10752) || this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10471 ||   this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742 || this.$store.getters.xt_user.template_info.org_id == 10745"  width="76px"> 超滤量(L) </th>
25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || 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 == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || 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 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727 || this.$store.getters.xt_user.template_info.org_id == 10206 || this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742 || this.$store.getters.xt_user.template_info.org_id == 10751) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && 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 !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && 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 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10721  && this.$store.getters.xt_user.template_info.org_id!=10727  && this.$store.getters.xt_user.template_info.org_id!=10206 && this.$store.getters.xt_user.template_info.org_id!=10740 && this.$store.getters.xt_user.template_info.org_id!=10742&& this.$store.getters.xt_user.template_info.org_id!=10751 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
26
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || 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 == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || 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 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10721 || this.$store.getters.xt_user.template_info.org_id == 10727 || this.$store.getters.xt_user.template_info.org_id == 10206 || this.$store.getters.xt_user.template_info.org_id == 10740 || this.$store.getters.xt_user.template_info.org_id == 10742 || this.$store.getters.xt_user.template_info.org_id == 10751|| this.$store.getters.xt_user.template_info.org_id == 10752) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && 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 !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && 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 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10721  && this.$store.getters.xt_user.template_info.org_id!=10727  && this.$store.getters.xt_user.template_info.org_id!=10206 && this.$store.getters.xt_user.template_info.org_id!=10740 && this.$store.getters.xt_user.template_info.org_id!=10742&& this.$store.getters.xt_user.template_info.org_id!=10751&& this.$store.getters.xt_user.template_info.org_id!=10752 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>
30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>
31
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
31
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
32
           <th v-if="isShow('透析液温度1')" width="92px">透析液温度(℃)</th>
32
           <th v-if="isShow('透析液温度1')" width="92px">透析液温度(℃)</th>
33
-          <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 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id==10677 || org_id==10702 || org_id==10721 || org_id ==10727 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10598 && org_id!=10414  " width="92px" > 置换率(ml/min) </th>
34
-          <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 && template_id != 56 && org_id!=10432 && org_id!=10445 && org_id!=10410 && org_id!=10617  && org_id!=10677 && org_id !=10702 && org_id !=10721 && org_id !=10727 && org_id !=10206 && org_id!=10751) || org_id == 10558 || org_id ==10598 || org_id ==10414 " width="92px" > 置换率(L/h)  </th>
33
+          <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 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id==10677 || org_id==10702 || org_id==10721 || org_id ==10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10598 && org_id!=10414  " width="92px" > 置换率(ml/min) </th>
34
+          <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 && template_id != 56 && org_id!=10432 && org_id!=10445 && org_id!=10410 && org_id!=10617  && org_id!=10677 && org_id !=10702 && org_id !=10721 && org_id !=10727 && org_id !=10206 && org_id!=10751&& org_id!=10752) || org_id == 10558 || org_id ==10598 || org_id ==10414 " width="92px" > 置换率(L/h)  </th>
35
           <th v-if=" isShow('置换率1')" width="92px" > 置换率(ml/min) </th>
35
           <th v-if=" isShow('置换率1')" width="92px" > 置换率(ml/min) </th>
36
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
36
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
37
-          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346 && org_id!=10517) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10751 ) && org_id!=10558 && org_id!=10598  && org_id!=10414 && org_id!=10694 && org_id!=10697 && org_id!=10567 && org_id!=10644" width="92px"  > 置换量(ml)  </th>
38
-          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346 || org_id ==10517) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445  && this.$store.getters.xt_user.template_info.org_id != 10751) || org_id == 10558 || org_id ==10598 || org_id ==10414 || org_id == 10694 || org_id == 10697 || org_id == 10567 || org_id == 10644" width="92px" > 置换量(L) </th>
37
+          <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346 && org_id!=10517) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10751|| this.$store.getters.xt_user.template_info.org_id == 10752 ) && org_id!=10558 && org_id!=10598  && org_id!=10414 && org_id!=10694 && org_id!=10697 && org_id!=10567 && org_id!=10644" width="92px"  > 置换量(ml)  </th>
38
+          <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346 || org_id ==10517) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445  && this.$store.getters.xt_user.template_info.org_id != 10751&& this.$store.getters.xt_user.template_info.org_id != 10752) || org_id == 10558 || org_id ==10598 || org_id ==10414 || org_id == 10694 || org_id == 10697 || org_id == 10567 || org_id == 10644" width="92px" > 置换量(L) </th>
39
           <th v-if=" isShow('置换量1')" width="92px"  > 置换量(L)  </th>
39
           <th v-if=" isShow('置换量1')" width="92px"  > 置换量(L)  </th>
40
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
40
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
41
           <th v-if=" isShow('SpO₂') && org_id == 9829" width="92px" > SpO₂(%) </th>
41
           <th v-if=" isShow('SpO₂') && org_id == 9829" width="92px" > SpO₂(%) </th>

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue View File

708
                           >{{
708
                           >{{
709
                             prescription.displace_liqui_value
709
                             prescription.displace_liqui_value
710
                               ? prescription.displace_liqui_value
710
                               ? prescription.displace_liqui_value
711
-                              : "/"
711
+                              : "0"
712
                           }}
712
                           }}
713
                         </span>
713
                         </span>
714
                         <span v-else>/</span>
714
                         <span v-else>/</span>
1300
                             {{
1300
                             {{
1301
                               monitor.displacement_quantity
1301
                               monitor.displacement_quantity
1302
                                 ? monitor.displacement_quantity
1302
                                 ? monitor.displacement_quantity
1303
-                                : ""
1303
+                                : "0"
1304
                             }}
1304
                             }}
1305
                           </span>
1305
                           </span>
1306
                         </td>
1306
                         </td>

+ 12 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

1066
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1066
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1067
                           <span v-if="prescription.anticoagulant == 4">mg</span>
1067
                           <span v-if="prescription.anticoagulant == 4">mg</span>
1068
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1068
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1069
-                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">mg</span>
1069
+                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">
1070
+                            <span v-if="org_id != 10567">mg</span>
1071
+                            <span v-if="org_id == 10567">iu</span>
1072
+                          </span>
1070
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1073
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1071
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1074
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1072
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1075
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1128
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1131
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1129
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1132
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1130
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1133
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1131
-                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">mg/h</span>
1134
+                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">
1135
+                            <span v-if="org_id != 10567">mg/h</span>
1136
+                            <span v-if="org_id == 10567">iu/h</span>
1137
+                          </span>
1132
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1138
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1133
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1139
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1134
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1140
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1203
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1209
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1204
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1210
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1205
 
1211
 
1206
-                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">mg</span>
1212
+                          <span v-if="org_id != 9538 && prescription.anticoagulant == 2">
1213
+                            <span v-if="org_id != 10567">mg</span>
1214
+                            <span v-if="org_id == 10567">iu</span>
1215
+                          </span>
1207
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1216
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1208
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1217
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1209
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1218
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrdereightythree.vue View File

25
                     性别:{{ patientInfo.gender ? patientInfo.gender : "/" }}
25
                     性别:{{ patientInfo.gender ? patientInfo.gender : "/" }}
26
                   </div>
26
                   </div>
27
                   <div style="flex: 1;">
27
                   <div style="flex: 1;">
28
-                    年龄:{{ patientInfo.age }}
28
+                    年龄:{{ patientInfo.age }}
29
                   </div>
29
                   </div>
30
                   <div style="flex: 1;">
30
                   <div style="flex: 1;">
31
                     透析机号:
31
                     透析机号:
34
                   </div>
34
                   </div>
35
                   <div style="flex: 1;">
35
                   <div style="flex: 1;">
36
                     透析频次:
36
                     透析频次:
37
-                    <span style="display: inline-block;width: 20px;">
37
+                    <span style="display: inline-block;width: 50px;">
38
                       {{ predialysis.dialysis_count}}
38
                       {{ predialysis.dialysis_count}}
39
-                    </span>次/周
39
+                    </span>
40
                   </div>
40
                   </div>
41
                 </div>
41
                 </div>
42
               </td>
42
               </td>
129
               </td>
129
               </td>
130
               <td style="line-height:30px;">
130
               <td style="line-height:30px;">
131
                 治疗时间:
131
                 治疗时间:
132
-                {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
133
-                {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
132
+                {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}小时
133
+                {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : 0 }}分
134
               </td>
134
               </td>
135
             </tr>
135
             </tr>
136
 
136
 
175
               <td colspan="2">
175
               <td colspan="2">
176
                 <div style="line-height:30px;">
176
                 <div style="line-height:30px;">
177
                   <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ?
177
                   <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ?
178
-                    prescription.prescription_water : "" }} ml&nbsp;&nbsp;</span>
178
+                    prescription.prescription_water : "" }} L&nbsp;&nbsp;</span>
179
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
179
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
180
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
180
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
181
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
181
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}

+ 7 - 1
src/xt_pages/user/physiqueprinting.vue View File

132
               {{index+1}}.<span>{{ item }}</span><br/>
132
               {{index+1}}.<span>{{ item }}</span><br/>
133
             </div>
133
             </div>
134
             <span v-if="org_id!=10612">{{ patient.diagnose }}</span>
134
             <span v-if="org_id!=10612">{{ patient.diagnose }}</span>
135
+            <span style="font-weight: bold; display: block;">诊疗计划:</span>
136
+            <div v-for="(item,index) in treatment_plan_list" :key="index" style="line-height: 20px;" v-if="org_id == 0">
137
+              {{index+1}}.<span>{{ item }}</span><br/>
138
+            </div>
135
             <div style="text-align: right;margin-bottom: 10px;">
139
             <div style="text-align: right;margin-bottom: 10px;">
136
               <span style="font-weight: bold;">病历书写者:</span>
140
               <span style="font-weight: bold;">病历书写者:</span>
137
               {{getDoctorName(item.doctor_id)}}
141
               {{getDoctorName(item.doctor_id)}}
214
         other: ''
218
         other: ''
215
       },
219
       },
216
       diagnosis: [],
220
       diagnosis: [],
221
+      treatment_plan_list:[],
217
       org_id:0
222
       org_id:0
218
     }
223
     }
219
   },
224
   },
684
       getSickhistoryCheckRecordsPrint(params).then(response => {
689
       getSickhistoryCheckRecordsPrint(params).then(response => {
685
         if (response.data.state == 1) {
690
         if (response.data.state == 1) {
686
           this.patient = response.data.data.patient
691
           this.patient = response.data.data.patient
687
-          this.diagnosis = this.patient.diagnose.split(',')
692
+          console.log("patinet--------------",this.patient)
693
+          this.treatment_plan_list = this.patient.treatment_plan.split(',')
688
           
694
           
689
           this.list = response.data.data.sickhistorys
695
           this.list = response.data.data.sickhistorys
690
         }
696
         }