yq1 1 vuosi sitten
vanhempi
commit
7606c5b203

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue Näytä tiedosto

@@ -230,13 +230,13 @@
230 230
                       </div>
231 231
                     </div>
232 232
                     <div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
233
-                      <div class="inline_block" style="flex: 1;">
233
+                      <!-- <div class="inline_block" style="flex: 1;">
234 234
                         透析间期:
235 235
                         <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
236 236
                           {{ record.assessment_before_dislysis.last_post_dialysis ? 
237 237
                           record.assessment_before_dislysis.last_post_dialysis : "/" }}
238 238
                         </div>
239
-                      </div>
239
+                      </div> -->
240 240
                       <div class="inline_block" style=" flex: 1">
241 241
                         透前症状:
242 242
                         <div class="under_line" style="width: 50%; text-align: left">

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue Näytä tiedosto

@@ -218,12 +218,12 @@
218 218
                   <div class="row"
219 219
                     style="padding: 2px 0; line-height: 23px; display: flex"
220 220
                   >
221
-                    <div class="inline_block" style="flex: 1;">
221
+                    <!-- <div class="inline_block" style="flex: 1;">
222 222
                       透析间期:
223 223
                       <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
224 224
                         {{ predialysis.last_post_dialysis ? predialysis.last_post_dialysis : "/" }}
225 225
                       </div>
226
-                    </div>
226
+                    </div> -->
227 227
                     <div class="inline_block" style=" flex: 1">
228 228
                       透前症状:
229 229
                       <div
@@ -314,8 +314,8 @@
314 314
                         class="under_line"
315 315
                         style=" width: 50%;text-align: center;white-space: normal;"
316 316
                       >
317
-                      {{ predialysis.weight_before > 0 && predialysis.weight_after > 0
318
-                        ? parseFloat(predialysis.weight_before - predialysis.weight_after).toFixed(2): "/"
317
+                      {{ predialysis.weight_before > 0 && lastafterdialysis.weight_after > 0 ? 
318
+                        parseFloat(predialysis.weight_before - lastafterdialysis.weight_after).toFixed(2): "/" 
319 319
                       }}
320 320
                       </div>kg
321 321
                     </div>