|
@@ -832,6 +832,20 @@
|
832
|
832
|
}}
|
833
|
833
|
</div>
|
834
|
834
|
</div>
|
|
835
|
+
|
|
836
|
+ <div class="inline_block" style="flex: 1" v-if="org_id ==0 || org_id ==10440">
|
|
837
|
+ 衣物重:
|
|
838
|
+ <div
|
|
839
|
+ class="under_line"
|
|
840
|
+ style="width: 70px; text-align: center"
|
|
841
|
+ >
|
|
842
|
+ {{
|
|
843
|
+ predialysis.additional_weight
|
|
844
|
+ ? predialysis.additional_weight
|
|
845
|
+ : "/"
|
|
846
|
+ }}
|
|
847
|
+ </div>
|
|
848
|
+ </div>
|
835
|
849
|
<div class="inline_block" style="flex: 1" v-if="org_id==10290">
|
836
|
850
|
透析器/灌流器:
|
837
|
851
|
<div
|
|
@@ -901,7 +915,7 @@
|
901
|
915
|
class="row"
|
902
|
916
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
903
|
917
|
>
|
904
|
|
- <div class="inline_block" style="flex: 1">
|
|
918
|
+ <div class="inline_block" style="flex: 1" v-if="org_id!=0 && org_id!=10440">
|
905
|
919
|
上次透后体重:
|
906
|
920
|
<div
|
907
|
921
|
class="under_line"
|
|
@@ -1493,8 +1507,8 @@
|
1493
|
1507
|
|
1494
|
1508
|
|
1495
|
1509
|
<td>
|
1496
|
|
- <span v-if="org_id!=9671 && org_id!=10440 && org_id!=10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
1497
|
|
- <span v-if="org_id==9671 || org_id==10440 || org_id == 10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
|
1510
|
+ <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
|
1511
|
+ <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
|
1498
|
1512
|
</td>
|
1499
|
1513
|
<!-- <td style="width:50px">
|
1500
|
1514
|
<span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
|
|
@@ -2468,6 +2482,37 @@
|
2468
|
2482
|
</div>
|
2469
|
2483
|
</div>
|
2470
|
2484
|
|
|
2485
|
+
|
|
2486
|
+ <div
|
|
2487
|
+ v-if="org_id == 10440 || org_id == 0"
|
|
2488
|
+ class="row"
|
|
2489
|
+ style="padding: 2px 0; line-height: 23px; display: flex"
|
|
2490
|
+ >
|
|
2491
|
+ <div
|
|
2492
|
+ class="inline_block"
|
|
2493
|
+ style="flex: 1; display: inline-block"
|
|
2494
|
+ >
|
|
2495
|
+ 衣物重:
|
|
2496
|
+ <div
|
|
2497
|
+ class="under_line"
|
|
2498
|
+ style="
|
|
2499
|
+ width: 100px;
|
|
2500
|
+ line-height: 25px;
|
|
2501
|
+ text-align: left;
|
|
2502
|
+ margin-left: 2px;
|
|
2503
|
+ display: inline-block;
|
|
2504
|
+ white-space: normal;
|
|
2505
|
+ "
|
|
2506
|
+ >
|
|
2507
|
+ {{
|
|
2508
|
+ afterdialysis.additional_weight
|
|
2509
|
+ ? afterdialysis.additional_weight
|
|
2510
|
+ : "/"
|
|
2511
|
+ }}
|
|
2512
|
+ </div>
|
|
2513
|
+ </div>
|
|
2514
|
+ </div>
|
|
2515
|
+
|
2471
|
2516
|
<div
|
2472
|
2517
|
class="row"
|
2473
|
2518
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
|
@@ -2596,7 +2641,7 @@
|
2596
|
2641
|
}}</span
|
2597
|
2642
|
>
|
2598
|
2643
|
<img
|
2599
|
|
- style="height: 30px"
|
|
2644
|
+ style="height: 40px"
|
2600
|
2645
|
:src="
|
2601
|
2646
|
setAdminUserES(
|
2602
|
2647
|
dialysisOrder == null
|
|
@@ -2639,7 +2684,7 @@
|
2639
|
2684
|
}}</span
|
2640
|
2685
|
>
|
2641
|
2686
|
<img
|
2642
|
|
- style="height: 30px"
|
|
2687
|
+ style="height: 40px"
|
2643
|
2688
|
:src="
|
2644
|
2689
|
setAdminUserES(
|
2645
|
2690
|
dialysisOrder == null
|
|
@@ -2667,7 +2712,7 @@
|
2667
|
2712
|
>
|
2668
|
2713
|
|
2669
|
2714
|
<span
|
2670
|
|
- style="height: 30px; display: inline-block"
|
|
2715
|
+ style="height: 40px; display: inline-block"
|
2671
|
2716
|
v-if="
|
2672
|
2717
|
setAdminUserES(
|
2673
|
2718
|
dialysisOrder == null
|
|
@@ -2685,7 +2730,7 @@
|
2685
|
2730
|
}}</span
|
2686
|
2731
|
>
|
2687
|
2732
|
<img
|
2688
|
|
- style="height: 30px"
|
|
2733
|
+ style="height: 40px"
|
2689
|
2734
|
:src="
|
2690
|
2735
|
setAdminUserES(
|
2691
|
2736
|
dialysisOrder == null
|
|
@@ -2732,7 +2777,7 @@
|
2732
|
2777
|
}}</span
|
2733
|
2778
|
>
|
2734
|
2779
|
<img
|
2735
|
|
- style="height: 30px"
|
|
2780
|
+ style="height: 40px"
|
2736
|
2781
|
:src="
|
2737
|
2782
|
setAdminUserES(
|
2738
|
2783
|
dialysisOrder == null
|
|
@@ -2768,7 +2813,7 @@
|
2768
|
2813
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
2769
|
2814
|
</span>
|
2770
|
2815
|
<img
|
2771
|
|
- style="height: 30px"
|
|
2816
|
+ style="height: 40px"
|
2772
|
2817
|
:src="
|
2773
|
2818
|
setAdminUserES(check == null ? 0 : check.creater)
|
2774
|
2819
|
"
|
|
@@ -2795,7 +2840,7 @@
|
2795
|
2840
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
2796
|
2841
|
</span>
|
2797
|
2842
|
<img
|
2798
|
|
- style="height: 30px"
|
|
2843
|
+ style="height: 40px"
|
2799
|
2844
|
:src="
|
2800
|
2845
|
setAdminUserES(check == null ? 0 : check.creater)
|
2801
|
2846
|
"
|
|
@@ -2823,7 +2868,7 @@
|
2823
|
2868
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
2824
|
2869
|
</span>
|
2825
|
2870
|
<img
|
2826
|
|
- style="height: 30px"
|
|
2871
|
+ style="height: 40px"
|
2827
|
2872
|
:src="
|
2828
|
2873
|
setAdminUserES(check == null ? 0 : check.modifier)
|
2829
|
2874
|
"
|
|
@@ -2851,7 +2896,7 @@
|
2851
|
2896
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
2852
|
2897
|
</span>
|
2853
|
2898
|
<img
|
2854
|
|
- style="height: 30px"
|
|
2899
|
+ style="height: 40px"
|
2855
|
2900
|
:src="
|
2856
|
2901
|
setAdminUserES(check == null ? 0 : check.creater)
|
2857
|
2902
|
"
|
|
@@ -2886,7 +2931,7 @@
|
2886
|
2931
|
}}
|
2887
|
2932
|
</span>
|
2888
|
2933
|
<img
|
2889
|
|
- style="height: 30px"
|
|
2934
|
+ style="height: 40px"
|
2890
|
2935
|
:src="
|
2891
|
2936
|
setAdminUserES(
|
2892
|
2937
|
dialysisOrder == null
|
|
@@ -2913,7 +2958,7 @@
|
2913
|
2958
|
{{ getAdminUser(prescription.creater) }}
|
2914
|
2959
|
</span>
|
2915
|
2960
|
<img
|
2916
|
|
- style="height: 30px"
|
|
2961
|
+ style="height: 40px"
|
2917
|
2962
|
:src="setAdminUserES(prescription.creater)"
|
2918
|
2963
|
alt=""
|
2919
|
2964
|
srcset=""
|