see999 3 lat temu
rodzic
commit
9b4f345809

+ 32 - 11
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Wyświetl plik

@@ -663,21 +663,27 @@
663 663
                           {{record.prescription && record.prescription.dialysis_irrigation?record.prescription.dialysis_irrigation:"/"}}
664 664
                         </div>
665 665
                       </div>
666
-                      <div class="inline_block" style="flex:1;">
667
-                        干体重
666
+                      <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
667
+                        血浆分离器
668 668
                         <div
669 669
                           class="under_line"
670
-                          style="width: 150px;text-align: center"
670
+                          style="width: 70px;text-align: center"
671 671
                         >
672
-                          {{
673
-                            record.assessment_before_dislysis &&
674
-                            record.assessment_before_dislysis.dry_weight
675
-                              ? record.assessment_before_dislysis.dry_weight
676
-                              : "/"
677
-                          }}
672
+                          <span v-if="record.prescription.plasma_separator ? record.prescription.plasma_separator != 0 && record.prescription.plasma_separator != '0' : false">{{ record.prescription.plasma_separator }}</span>
673
+                          <span v-else>/</span>
674
+                        </div>
675
+                      </div>
676
+                      <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
677
+                        胆红素吸附柱:
678
+                        <div
679
+                          class="under_line"
680
+                          style="width: 70px;text-align: center"
681
+                        >
682
+                          <span v-if="record.prescription.bilirubin_adsorption_column ? record.prescription.bilirubin_adsorption_column != 0 && record.prescription.bilirubin_adsorption_column != '0' : false">{{ record.prescription.bilirubin_adsorption_column }}</span>
683
+                          <span v-else>/</span>
678 684
                         </div>
679
-                        kg
680 685
                       </div>
686
+                      
681 687
                     </div>
682 688
 
683 689
                     <div
@@ -729,7 +735,7 @@
729 735
                         计划超滤量:
730 736
                         <div
731 737
                           class="under_line"
732
-                          style="width: 150px;text-align: center"
738
+                          style="width: 100px;text-align: center"
733 739
                         >
734 740
                           {{
735 741
                             record.prescription &&
@@ -740,6 +746,21 @@
740 746
                         </div>
741 747
                         ml
742 748
                       </div>
749
+                      <div class="inline_block" style="flex:1;">
750
+                        干体重:
751
+                        <div
752
+                          class="under_line"
753
+                          style="width: 100px;text-align: center"
754
+                        >
755
+                          {{
756
+                            record.assessment_before_dislysis &&
757
+                            record.assessment_before_dislysis.dry_weight
758
+                              ? record.assessment_before_dislysis.dry_weight
759
+                              : "/"
760
+                          }}
761
+                        </div>
762
+                        kg
763
+                      </div>
743 764
                     </div>
744 765
 
745 766
                     <div class="row" style="padding: 2px 0;line-height:23px;">

+ 15 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Wyświetl plik

@@ -350,15 +350,16 @@
350 350
                   <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
351 351
                     血浆分离器:
352 352
                     <div class="under_line" style="width: 70px;text-align: center">
353
-                     {{prescription.plasma_separator?prescription.plasma_separator:'/'}}
353
+                      <span v-if="prescription.plasma_separator ? prescription.plasma_separator != 0 && prescription.plasma_separator != '0' : false">{{ prescription.plasma_separator }}</span>
354
+                      <span v-else>/</span>
354 355
                     </div>
355 356
                   </div>
356
-                  <div class="inline_block" style="flex:1;">
357
-                    干体重:
358
-                    <div class="under_line" style="width: 150px;text-align: center">
359
-                      {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}
357
+                  <div class="inline_block" style="flex:1;" v-if="org_id == 9538">
358
+                    胆红素吸附柱:
359
+                    <div class="under_line" style="width: 70px;text-align: center">
360
+                      <span v-if="prescription.bilirubin_adsorption_column ? prescription.bilirubin_adsorption_column != 0 && prescription.bilirubin_adsorption_column != '0' : false">{{ prescription.bilirubin_adsorption_column }}</span>
361
+                      <span v-else>/</span>
360 362
                     </div>
361
-                    kg
362 363
                   </div>
363 364
                 </div>
364 365
 
@@ -380,11 +381,18 @@
380 381
                   </div>
381 382
                   <div class="inline_block" style="flex:1;">
382 383
                     计划超滤量:
383
-                    <div class="under_line" style="width: 150px;text-align: center">
384
+                    <div class="under_line" style="width: 100px;text-align: center">
384 385
                       {{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "/" }}
385 386
                     </div>
386 387
                     L
387 388
                   </div>
389
+                  <div class="inline_block" style="flex:1;">
390
+                    干体重:
391
+                    <div class="under_line" style="width: 100px;text-align: center">
392
+                      {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}
393
+                    </div>
394
+                    kg
395
+                  </div>
388 396
                 </div>
389 397
 
390 398
                 <div class="row" style="padding: 2px 0;line-height:23px;">