Kaynağa Gözat

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

yq1 1 ay önce
ebeveyn
işleme
23c16eb2ef

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue Dosyayı Görüntüle

170
         </li> -->
170
         </li> -->
171
 
171
 
172
 
172
 
173
-        <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">
173
+        <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">
174
           <label>处方脱水量 : </label>
174
           <label>处方脱水量 : </label>
175
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
175
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
176
           <span class="unit">{{ prescription_water != "0" ? "ml" : "" }}</span>
176
           <span class="unit">{{ prescription_water != "0" ? "ml" : "" }}</span>
177
         </li>
177
         </li>
178
 
178
 
179
-        <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  ">
179
+        <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 ">
180
           <label>处方脱水量 : </label>
180
           <label>处方脱水量 : </label>
181
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
181
           <span class="content">{{ prescription_water != "0" ? prescription_water : "" }}</span>
182
           <span class="unit">{{ prescription_water != "0" ? "L" : "" }}</span>
182
           <span class="unit">{{ prescription_water != "0" ? "L" : "" }}</span>

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Dosyayı Görüntüle

138
                     </el-col>
138
                     </el-col>
139
 
139
 
140
                     <el-col :span="8"
140
                     <el-col :span="8"
141
-                            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">
141
+                            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">
142
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
142
                         <el-form-item label="处方脱水量(ml):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
143
                             <el-input
143
                             <el-input
144
                                     type="number"
144
                                     type="number"
148
                     </el-col>
148
                     </el-col>
149
 
149
 
150
                     <el-col :span="8"
150
                     <el-col :span="8"
151
-                            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 ">
151
+                            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">
152
                         <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
152
                         <el-form-item label="处方脱水量(L):" prop="prescription_water" :rules="isCheckmust('处方脱水量')">
153
                             <el-input
153
                             <el-input
154
                                     type="number"
154
                                     type="number"

+ 13 - 3
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Dosyayı Görüntüle

541
 
541
 
542
                 </div>
542
                 </div>
543
                 <div class="printCell" style="display:flex;justify-content: space-around;">
543
                 <div class="printCell" style="display:flex;justify-content: space-around;">
544
-                  <span style="display: block;width: 50%;">处方脱水量:{{
545
-                      main_collection.prescription.target_ultrafiltration
546
-                    }}
544
+                   <span style="display: block;width: 50%;">
545
+                     目标脱水量:{{main_collection.prescription.target_ultrafiltration}}
547
                     <span
546
                     <span
548
                       v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
547
                       v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
549
                     <span v-else>L</span>
548
                     <span v-else>L</span>
550
                     </span>
549
                     </span>
550
+                 
551
                   <span style="display: block;width: 50%;"  v-if="org_id!=10598">
551
                   <span style="display: block;width: 50%;"  v-if="org_id!=10598">
552
                     总量:{{ main_collection.dialysissolution.anticoagulant_zongliang }}
552
                     总量:{{ main_collection.dialysissolution.anticoagulant_zongliang }}
553
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
553
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
621
                    iu
621
                    iu
622
                    </span>
622
                    </span>
623
                   </span>
623
                   </span>
624
+                 
625
+                </div>
626
+                <div class="printCell" style="display:flex;justify-content: space-around;"  v-if="org_id==10598 || org_id == 0">
627
+                  <span style="display: block;width: 50%;">处方脱水量:{{main_collection.prescription.target_ultrafiltration}}
628
+                    <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460 ||  $store.getters.xt_user.org.id == 10598">ml</span>
629
+                     <span v-else>L</span>
630
+                  </span> 
631
+                  <span>
632
+                    血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
633
+                  </span>
624
                 </div>
634
                 </div>
625
               </div>
635
               </div>
626
             </div>
636
             </div>