yq1 1 year ago
parent
commit
7606c5b203

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue View File

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

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue View File

218
                   <div class="row"
218
                   <div class="row"
219
                     style="padding: 2px 0; line-height: 23px; display: flex"
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
                       <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
223
                       <div class="under_line" style=" width: 50%;text-align: center; white-space: normal;">
224
                         {{ predialysis.last_post_dialysis ? predialysis.last_post_dialysis : "/" }}
224
                         {{ predialysis.last_post_dialysis ? predialysis.last_post_dialysis : "/" }}
225
                       </div>
225
                       </div>
226
-                    </div>
226
+                    </div> -->
227
                     <div class="inline_block" style=" flex: 1">
227
                     <div class="inline_block" style=" flex: 1">
228
                       透前症状:
228
                       透前症状:
229
                       <div
229
                       <div
314
                         class="under_line"
314
                         class="under_line"
315
                         style=" width: 50%;text-align: center;white-space: normal;"
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
                       </div>kg
320
                       </div>kg
321
                     </div>
321
                     </div>