Преглед на файлове

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

yq1 преди 2 седмици
родител
ревизия
4b5e89b734

+ 4 - 4
src/xt_pages/Pharmacy/drugCode.vue Целия файл

500
             });
500
             });
501
           return false
501
           return false
502
         } else {
502
         } else {
503
-          this.isloading = true
503
+          that.isloading = true
504
 
504
 
505
           //有打开则调用接口
505
           //有打开则调用接口
506
           axios.get('http://127.0.0.1:9532/api/changedrug/five', {params: params}).then(function (response) {
506
           axios.get('http://127.0.0.1:9532/api/changedrug/five', {params: params}).then(function (response) {
507
             if (response.data.state == 0) {
507
             if (response.data.state == 0) {
508
-              this.isloading = false
508
+              that.isloading = false
509
               that.$message.error(response.data.data.msg);
509
               that.$message.error(response.data.data.msg);
510
               return false
510
               return false
511
             } else {
511
             } else {
512
-              this.isloading = false
512
+              that.isloading = false
513
               if (response.data.data.failed_code == -10) {
513
               if (response.data.data.failed_code == -10) {
514
                 that.$confirm(response.data.data.msg, '医保错误信息', {
514
                 that.$confirm(response.data.data.msg, '医保错误信息', {
515
                   confirmButtonText: '确 定',
515
                   confirmButtonText: '确 定',
523
               }
523
               }
524
             }
524
             }
525
           }).catch(function (error) {
525
           }).catch(function (error) {
526
-            this.isloading = false
526
+            that.isloading = false
527
           })
527
           })
528
         }
528
         }
529
       }).catch(function (error) {
529
       }).catch(function (error) {

+ 19 - 21
src/xt_pages/dialysis/batch_print/batch_print_order_eightythree.vue Целия файл

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>
58
                   </tr>
58
                   </tr>
59
-
60
                   <tr>
59
                   <tr>
61
                     <td colspan="3">
60
                     <td colspan="3">
62
                       <div style="line-height:30px;display: inline-block;">
61
                       <div style="line-height:30px;display: inline-block;">
63
-                        上机前病情:
64
-                        <label-box
65
-                          :isChecked="record.assessment_before_dislysis.symptom_before_dialysis == '' ? true : false"
66
-                          showValue="无特殊"></label-box>&nbsp;
67
-                        <label-box
68
-                          :isChecked="record.assessment_before_dislysis.symptom_before_dialysis != '' ? true : false"
69
-                          showValue="其他:"></label-box>
70
-                        <span>{{ record.assessment_before_dislysis.symptom_before_dialysis }}</span>
62
+                        上机前病情: <span>{{ record.assessment_before_dislysis.befor_symptoms }}</span>
71
                       </div>
63
                       </div>
64
+                    </td>
65
+                  </tr>
66
+                  <tr>
67
+                    <td colspan="3">
68
+                    
72
                       <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
69
                       <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
73
                         <div class="inline_block" style="flex: 0.8;">
70
                         <div class="inline_block" style="flex: 0.8;">
74
                           T:
71
                           T:
198
                     <td colspan="2">
195
                     <td colspan="2">
199
                       <div style="line-height:30px;">
196
                       <div style="line-height:30px;">
200
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ?
197
                         <span v-if="org_id != 9779">处方脱水量: {{ record.prescription.prescription_water ?
201
-                          record.prescription.prescription_water : "" }} ml &nbsp;&nbsp;</span>
198
+                          record.prescription.prescription_water : "" }} L &nbsp;&nbsp;</span>
202
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ?
199
                         <span v-if="org_id == 9779">目标脱水量:{{ record.prescription.target_ultrafiltration ?
203
                           record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
200
                           record.prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
204
                         <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }}
201
                         <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }}
555
                   <div class="inline_block" style="flex: 1">
552
                   <div class="inline_block" style="flex: 1">
556
                     透后体重:
553
                     透后体重:
557
                     <div class="under_line" style="width: 70px; text-align: center">
554
                     <div class="under_line" style="width: 70px; text-align: center">
558
-                      <span>
559
-                        {{
555
+                      <span v-if=" record.assessment_after_dislysis.weight_after!=''">
556
+                        <!-- {{
560
                           record.assessment_after_dislysis.weight_after
557
                           record.assessment_after_dislysis.weight_after
561
                             ? parseFloat(
558
                             ? parseFloat(
562
                               record.assessment_after_dislysis.weight_after -
559
                               record.assessment_after_dislysis.weight_after -
563
                               record.assessment_after_dislysis.additional_weight
560
                               record.assessment_after_dislysis.additional_weight
564
                             ).toFixed(1)
561
                             ).toFixed(1)
565
                             : "/"
562
                             : "/"
566
-                        }}
563
+                        }} -->
564
+                            {{  record.assessment_after_dislysis.weight_after}}
567
                       </span>
565
                       </span>
568
                     </div>
566
                     </div>
569
                     kg
567
                     kg
573
                     体重减少:
571
                     体重减少:
574
                     <div class="under_line" style="width: 70px; text-align: center">
572
                     <div class="under_line" style="width: 70px; text-align: center">
575
 
573
 
576
-                      {{ record.assessment_after_dislysis &&
574
+                     <span>{{ record.assessment_after_dislysis &&
577
                                 record.assessment_before_dislysis &&
575
                                 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
576
+                                (record.assessment_before_dislysis.weight_before -record.assessment_after_dislysis.weight_after).toFixed(2)
577
+                                ? (record.assessment_before_dislysis.weight_before -
578
+                                record.assessment_after_dislysis.weight_after).toFixed(2)
582
                               : "/" }}
579
                               : "/" }}
583
 
580
 
581
+                       </span> 
584
                     </div>
582
                     </div>
585
                     kg
583
                     kg
586
                   </div>
584
                   </div>

+ 16 - 9
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Целия файл

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 && org_id !=10567 && 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="org_id == 10567 && record.prescription.anticoagulant == 2">iu</span>
980
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
982
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
981
                         <span v-if="record.prescription.anticoagulant == 15">mg</span>
983
                         <span v-if="record.prescription.anticoagulant == 15">mg</span>
982
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
984
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
1016
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
1018
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
1017
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
1019
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
1018
                         <span v-if="record.prescription.anticoagulant == 3">iu/h</span>
1020
                         <span v-if="record.prescription.anticoagulant == 3">iu/h</span>
1019
-                        <span v-if="org_id != 9538 && org_id !=10567 && 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>
1020
                         <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>
1021
-                        <span v-if="org_id == 10567 && record.prescription.anticoagulant == 2">iu/h</span>
1022
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
1026
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
1023
                         <span v-if="record.prescription.anticoagulant == 14">iu/h</span>
1027
                         <span v-if="record.prescription.anticoagulant == 14">iu/h</span>
1024
                         <span v-if="record.prescription.anticoagulant == 15">mg/h</span>
1028
                         <span v-if="record.prescription.anticoagulant == 15">mg/h</span>
1042
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
1046
                         <span v-if="record.prescription.anticoagulant == 8">iu</span>
1043
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
1047
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
1044
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
1048
                         <span v-if="record.prescription.anticoagulant == 3">iu</span>
1045
-                        <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>
1046
                         <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>
1047
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
1054
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
1048
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
1055
                         <span v-if="record.prescription.anticoagulant == 14">iu</span>
1497
                             <span v-if="org_id != 0 && org_id != 10683">{{
1504
                             <span v-if="org_id != 0 && org_id != 10683">{{
1498
                               monitor_record.replacement_total
1505
                               monitor_record.replacement_total
1499
                                 ? monitor_record.replacement_total
1506
                                 ? monitor_record.replacement_total
1500
-                                : ""
1507
+                                : monitor_record.displacement_quantity
1501
                             }}
1508
                             }}
1502
                             </span>
1509
                             </span>
1503
                             <span v-if="org_id == 0 || org_id == 10683">{{
1510
                             <span v-if="org_id == 0 || org_id == 10683">{{
1633
                     </table>
1640
                     </table>
1634
                   </td>
1641
                   </td>
1635
                 </tr>
1642
                 </tr>
1636
-                <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">
1637
                   <td style="padding: 0; position: relative" colspan="2">
1644
                   <td style="padding: 0; position: relative" colspan="2">
1638
                     <table class="inside_table">
1645
                     <table class="inside_table">
1639
                       <tbody>
1646
                       <tbody>
3161
 
3168
 
3162
 
3169
 
3163
 
3170
 
3164
-            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) {
3165
               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)
3166
               var delghThree = 0
3173
               var delghThree = 0
3167
               let his_project = []
3174
               let his_project = []
3168
               this.records[recordIndex].his_project.map(item => {
3175
               this.records[recordIndex].his_project.map(item => {
3169
-                if (this.org_id == 0 || this.org_id == 10644) {
3176
+                if (this.org_id == 0 || this.org_id == 10644 || this.org_id == 10567) {
3170
                   console.log("item====================", item)
3177
                   console.log("item====================", item)
3171
                   if (item.type == 2) {
3178
                   if (item.type == 2) {
3172
                     if (item.project.is_show == 1) {
3179
                     if (item.project.is_show == 1) {

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue Целия файл

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 Целия файл

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 Целия файл

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 Целия файл

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 Целия файл

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 Целия файл

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 Целия файл

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>

+ 13 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Целия файл

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 && org_id !=10567 && 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="org_id == 10567 && prescription.anticoagulant == 2">iu</span>
1072
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1074
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1073
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1075
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1074
                             <span v-if="org_id != 10644">mg</span>
1076
                             <span v-if="org_id != 10644">mg</span>
1129
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1131
                           <span v-if="prescription.anticoagulant == 5">ml/h</span>
1130
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1132
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1131
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1133
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1132
-                          <span v-if="org_id != 9538 && org_id !=10567 && 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>
1133
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1138
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1134
-                          <span v-if="org_id == 10567 && prescription.anticoagulant == 2">iu/h</span>
1135
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1139
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1136
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1140
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1137
                             <span v-if="org_id != 10644">mg/h</span>
1141
                             <span v-if="org_id != 10644">mg/h</span>
1204
                           <span v-if="prescription.anticoagulant == 4">mg</span>
1208
                           <span v-if="prescription.anticoagulant == 4">mg</span>
1205
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1209
                           <span v-if="prescription.anticoagulant == 3">iu</span>
1206
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1210
                           <span v-if="prescription.anticoagulant == 15">mg</span>
1207
-                          <span v-if="org_id != 9538 && org_id !=10567 && prescription.anticoagulant == 2">mg/h</span>
1211
+
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>
1208
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1216
                           <span v-if="org_id == 9538 && prescription.anticoagulant == 2">u</span>
1209
-                          <span v-if="org_id == 10567 && prescription.anticoagulant == 2">iu</span>
1210
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1217
                           <span v-if="prescription.anticoagulant == 1">mg</span>
1211
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1218
                           <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
1212
                             <span v-if="org_id != 10644">mg</span>
1219
                             <span v-if="org_id != 10644">mg</span>

+ 23 - 9
src/xt_pages/dialysis/template/DialysisPrintOrdereightythree.vue Целия файл

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>
43
             </tr>
43
             </tr>
44
-
45
             <tr>
44
             <tr>
46
               <td colspan="3">
45
               <td colspan="3">
47
                 <div style="line-height:30px;display: inline-block;">
46
                 <div style="line-height:30px;display: inline-block;">
48
                   上机前病情:
47
                   上机前病情:
49
-                  <label-box :isChecked="predialysis.symptom_before_dialysis == '' ? true : false"
48
+                  <!-- <label-box :isChecked="predialysis.symptom_before_dialysis == '' ? true : false"
50
                     showValue="无特殊"></label-box>&nbsp;
49
                     showValue="无特殊"></label-box>&nbsp;
51
                   <label-box :isChecked="predialysis.symptom_before_dialysis != '' ? true : false"
50
                   <label-box :isChecked="predialysis.symptom_before_dialysis != '' ? true : false"
52
-                  showValue="其他:"></label-box>
51
+                  showValue="其他:"></label-box> -->
52
+                  <div class="inline_block" style="flex: 0.8;">
53
+                    <div class="under_line" style="width: 50px; text-align: center">
54
+                      {{
55
+                        predialysis.befor_symptoms
56
+                          ? predialysis.befor_symptoms
57
+                          : "/"
58
+                      }}
59
+                    </div>
60
+                  </div>
53
                 </div>
61
                 </div>
62
+              </td>
63
+            </tr>
64
+
65
+            <tr>
66
+              <td colspan="3">
67
+            
54
                 <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
68
                 <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
55
                   <div class="inline_block" style="flex: 0.8;">
69
                   <div class="inline_block" style="flex: 0.8;">
56
                     T:
70
                     T:
129
               </td>
143
               </td>
130
               <td style="line-height:30px;">
144
               <td style="line-height:30px;">
131
                 治疗时间:
145
                 治疗时间:
132
-                {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
133
-                {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
146
+                {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}小时
147
+                {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : 0 }}分
134
               </td>
148
               </td>
135
             </tr>
149
             </tr>
136
 
150
 
175
               <td colspan="2">
189
               <td colspan="2">
176
                 <div style="line-height:30px;">
190
                 <div style="line-height:30px;">
177
                   <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ?
191
                   <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ?
178
-                    prescription.prescription_water : "" }} ml&nbsp;&nbsp;</span>
192
+                    prescription.prescription_water : "" }} L&nbsp;&nbsp;</span>
179
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
193
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ?
180
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
194
                     prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
181
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}
195
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }}

+ 2 - 4
src/xt_pages/drugSourceCode/drugQuery.vue Целия файл

639
           return false
639
           return false
640
         } else {
640
         } else {
641
 
641
 
642
-          this.tableData = []
642
+          that.tableData = []
643
           if(that.stock_type == 1){
643
           if(that.stock_type == 1){
644
-
645
             axios.get('http://127.0.0.1:9532/api/3508',{params:params}).then(function(response) {
644
             axios.get('http://127.0.0.1:9532/api/3508',{params:params}).then(function(response) {
646
               if (response.data.state == 0) {
645
               if (response.data.state == 0) {
647
                 that.$message.error(response.data.data.msg);
646
                 that.$message.error(response.data.data.msg);
654
                   }).then(() => {
653
                   }).then(() => {
655
 
654
 
656
                   }).catch(() => {
655
                   }).catch(() => {
656
+
657
                   })
657
                   })
658
                 }else{
658
                 }else{
659
                   that.tableData = that.tableData.concat(response.data.data.info)
659
                   that.tableData = that.tableData.concat(response.data.data.info)
806
           .catch(() => {});
806
           .catch(() => {});
807
       })
807
       })
808
 
808
 
809
-
810
-
811
     },
809
     },
812
     change(){
810
     change(){
813
 
811
 

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Целия файл

3549
         }
3549
         }
3550
 
3550
 
3551
         if (this.hisPatientInfo.id_card_type == 1) {
3551
         if (this.hisPatientInfo.id_card_type == 1) {
3552
-          if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10510 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188 && this.$store.getters.xt_user.org_id != 10217 && this.$store.getters.xt_user.org_id != 10191 && this.$store.getters.xt_user.org_id !=  10318 && this.$store.getters.xt_user.org_id !=  10210 && this.$store.getters.xt_user.org_id !=  10375 &&  this.$store.getters.xt_user.org_id !=  10480 &&  this.$store.getters.xt_user.org_id !=  10387  &&  this.$store.getters.xt_user.org_id !=  10598 &&  this.$store.getters.xt_user.org_id !=  10721 &&   this.$store.getters.xt_user.org_id !=  10726 &&   this.$store.getters.xt_user.org_id !=  10567 &&  this.$store.getters.xt_user.org_id !=  10697 &&   this.$store.getters.xt_user.org_id !=  10724 &&   this.$store.getters.xt_user.org_id !=  10571) {
3552
+          if (this.hisPatientInfo.balance_accounts_type != 2 && this.$store.getters.xt_user.org_id != 10510 && this.$store.getters.xt_user.org_id != 10088 && this.$store.getters.xt_user.org_id != 10106 && this.$store.getters.xt_user.org_id != 10188 && this.$store.getters.xt_user.org_id != 10217 && this.$store.getters.xt_user.org_id != 10191 && this.$store.getters.xt_user.org_id !=  10318 && this.$store.getters.xt_user.org_id !=  10210 && this.$store.getters.xt_user.org_id !=  10375 &&  this.$store.getters.xt_user.org_id !=  10480 &&  this.$store.getters.xt_user.org_id !=  10387  &&  this.$store.getters.xt_user.org_id !=  10598 &&  this.$store.getters.xt_user.org_id !=  10721 &&   this.$store.getters.xt_user.org_id !=  10726 &&   this.$store.getters.xt_user.org_id !=  10567 &&  this.$store.getters.xt_user.org_id !=  10697 &&   this.$store.getters.xt_user.org_id !=  10724 &&   this.$store.getters.xt_user.org_id !=  10571 &&   this.$store.getters.xt_user.org_id !=  10633) {
3553
             this.pwdFormVisible = true
3553
             this.pwdFormVisible = true
3554
             this.pwd = ''
3554
             this.pwd = ''
3555
           } else {
3555
           } else {

+ 7 - 1
src/xt_pages/user/physiqueprinting.vue Целия файл

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
         }

+ 13 - 13
src/xt_permission.js Целия файл

12
 
12
 
13
 router.beforeEach((to, from, next) => {
13
 router.beforeEach((to, from, next) => {
14
   // 线上注释
14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28
  // 线上注释
28
  // 线上注释
29
   NProgress.start()
29
   NProgress.start()
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))