Browse Source

新分支

28169 10 months ago
parent
commit
c185fac8cf

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

5171
         if(this.$store.getters.xt_user.template_info.org_id==10598){
5171
         if(this.$store.getters.xt_user.template_info.org_id==10598){
5172
            
5172
            
5173
           if(this.dialysisPrescription.prescription_water > this.dialysisPrescription.target_ultrafiltration){
5173
           if(this.dialysisPrescription.prescription_water > this.dialysisPrescription.target_ultrafiltration){
5174
-            this.dialysisPrescription.target_ultrafiltration = this.dialysisPrescription.prescription_water 
5174
+            this.dialysisPrescription.target_ultrafiltration =  this.dialysisPrescription.prescription_water 
5175
           }
5175
           }
5176
            
5176
            
5177
         }
5177
         }

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

529
                   </span>
529
                   </span>
530
                 </div>
530
                 </div>
531
                 <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
531
                 <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
532
-                  <span style="display: block;width: 50%;">目标脱水量:{{main_collection.prescription.target_ultrafiltration}}
532
+                  <span style="display: block;width: 50%;">目标脱水量:{{main_collection.prescription.prescription_water}}
533
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
533
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
534
                      <span v-else>L</span>
534
                      <span v-else>L</span>
535
                   </span> 
535
                   </span> 

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

632
                  
632
                  
633
                 </div>
633
                 </div>
634
                 <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
634
                 <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
635
-                  <span style="display: block;margin-left: -30px;">处方脱水量:{{main_collection.prescription.target_ultrafiltration}}
635
+                  <span style="display: block;margin-left: -30px;">处方脱水量:{{main_collection.prescription.prescription_water}}
636
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
636
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
637
                      <span v-else>L</span>
637
                      <span v-else>L</span>
638
                   </span> 
638
                   </span>