瀏覽代碼

新分支

28169 3 週之前
父節點
當前提交
a7dd7665b9

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue 查看文件

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

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

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

+ 13 - 3
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

@@ -541,13 +541,13 @@
541 541
 
542 542
                 </div>
543 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 546
                     <span
548 547
                       v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
549 548
                     <span v-else>L</span>
550 549
                     </span>
550
+                 
551 551
                   <span style="display: block;width: 50%;"  v-if="org_id!=10598">
552 552
                     总量:{{ main_collection.dialysissolution.anticoagulant_zongliang }}
553 553
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
@@ -621,6 +621,16 @@
621 621
                    iu
622 622
                    </span>
623 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 634
                 </div>
625 635
               </div>
626 636
             </div>