|
@@ -767,33 +767,33 @@
|
767
|
767
|
<td>
|
768
|
768
|
<table class="print-table" border="1" style="text-align: center">
|
769
|
769
|
<tr>
|
770
|
|
- <td style="height: 20px" width="50">
|
|
770
|
+ <td style="height: 20px" width="60">
|
771
|
771
|
<p style="height: 20px; line-height: 20px">时间</p>
|
772
|
772
|
</td>
|
773
|
773
|
<td
|
774
|
774
|
style="height: 20px"
|
775
|
|
- width="80"
|
|
775
|
+ width="90"
|
776
|
776
|
v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
|
777
|
777
|
>
|
778
|
778
|
<p style="height: 20px; line-height: 20px">开嘱医生</p>
|
779
|
779
|
</td>
|
780
|
|
- <td style="height: 20px" width="360">
|
|
780
|
+ <td style="height: 20px" width="344">
|
781
|
781
|
<p style="height: 20px; line-height: 20px">医嘱执行记录</p>
|
782
|
782
|
</td>
|
783
|
783
|
<td
|
784
|
784
|
style="height: 20px"
|
785
|
|
- width="100"
|
|
785
|
+ width="70"
|
786
|
786
|
v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
|
787
|
787
|
>
|
788
|
788
|
<p style="height: 20px; line-height: 20px">执行时间</p>
|
789
|
789
|
</td>
|
790
|
|
- <td style="height: 20px" width="85">
|
|
790
|
+ <td style="height: 20px" width="90">
|
791
|
791
|
<p style="height: 20px; line-height: 20px">执行</p>
|
792
|
792
|
</td>
|
793
|
|
- <td style="height: 20px" width="85">
|
|
793
|
+ <td style="height: 20px" width="90">
|
794
|
794
|
<p style="height: 20px; line-height: 20px">核对</p>
|
795
|
795
|
</td>
|
796
|
|
- <td style="height: 20px" width="145">
|
|
796
|
+ <td style="height: 20px" width="144">
|
797
|
797
|
<p style="height: 20px; line-height: 20px">上次透后体重</p>
|
798
|
798
|
</td>
|
799
|
799
|
<td style="height: 20px" width="60">
|
|
@@ -817,12 +817,12 @@
|
817
|
817
|
<td>
|
818
|
818
|
<table class="print-table" border="1">
|
819
|
819
|
<tr>
|
820
|
|
- <td width="50">
|
|
820
|
+ <td width="60">
|
821
|
821
|
{{ getTime(advice.start_time, "{h}:{i}") }}
|
822
|
822
|
</td>
|
823
|
823
|
<td
|
824
|
824
|
style="line-height: 30px"
|
825
|
|
- width="80"
|
|
825
|
+ width="90"
|
826
|
826
|
v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
|
827
|
827
|
>
|
828
|
828
|
<span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
|
@@ -835,7 +835,7 @@
|
835
|
835
|
srcset=""
|
836
|
836
|
/>
|
837
|
837
|
</td>
|
838
|
|
- <td style="text-align: left; padding-left: 5px" width="360">
|
|
838
|
+ <td style="text-align: left; padding-left: 5px" width="340">
|
839
|
839
|
<span v-if="advice.parent_id > 0">---></span>
|
840
|
840
|
<span>{{ advice.advice_name }}</span>
|
841
|
841
|
<span v-if="advice && advice.advice_desc"
|
|
@@ -860,15 +860,15 @@
|
860
|
860
|
<span>{{ advice.remark }}</span>
|
861
|
861
|
</td>
|
862
|
862
|
<td
|
863
|
|
- style="line-height: 30px"
|
864
|
|
- width="100"
|
|
863
|
+ style="line-height: 10px"
|
|
864
|
+ width="70"
|
865
|
865
|
v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
|
866
|
866
|
>
|
867
|
867
|
<span v-if="advice.execution_time">{{
|
868
|
868
|
getTime(advice.execution_time, "{h}:{i}")
|
869
|
869
|
}}</span>
|
870
|
870
|
</td>
|
871
|
|
- <td style="line-height: 30px" width="85">
|
|
871
|
+ <td style="line-height: 10px" width="90">
|
872
|
872
|
<span v-if="setAdminUserES(advice.execution_staff) == ''">{{
|
873
|
873
|
getAdminUser(advice.execution_staff)
|
874
|
874
|
}}</span>
|
|
@@ -879,7 +879,7 @@
|
879
|
879
|
srcset=""
|
880
|
880
|
/>
|
881
|
881
|
</td>
|
882
|
|
- <td style="line-height: 30px" width="85">
|
|
882
|
+ <td style="line-height: 30px" width="90">
|
883
|
883
|
<span v-if="setAdminUserES(advice.checker) == ''">{{
|
884
|
884
|
getAdminUser(advice.checker)
|
885
|
885
|
}}</span>
|
|
@@ -907,12 +907,12 @@
|
907
|
907
|
{{
|
908
|
908
|
patientInfo.total_dialysis +
|
909
|
909
|
patientInfo.user_sys_before_count >
|
910
|
|
- 0
|
|
910
|
+ 0 && assessmentafter.weight_after != 0
|
911
|
911
|
? (
|
912
|
912
|
predialysis.weight_before -
|
913
|
913
|
assessmentafter.weight_after
|
914
|
914
|
).toFixed(2)
|
915
|
|
- : "/"
|
|
915
|
+ : 0
|
916
|
916
|
}}kg
|
917
|
917
|
</td>
|
918
|
918
|
<td v-if="advice_index === 2" width="145">干体重(DW):</td>
|
|
@@ -930,11 +930,11 @@
|
930
|
930
|
{{
|
931
|
931
|
patientInfo.total_dialysis +
|
932
|
932
|
patientInfo.user_sys_before_count >
|
933
|
|
- 0
|
|
933
|
+ 0 && afterdialysis.weight_after != 0
|
934
|
934
|
? (
|
935
|
935
|
afterdialysis.weight_after - predialysis.dry_weight
|
936
|
936
|
).toFixed(2)
|
937
|
|
- : "/"
|
|
937
|
+ : 0
|
938
|
938
|
}}kg
|
939
|
939
|
</td>
|
940
|
940
|
<td v-if="advice_index === 4" width="145">净脱水量:</td>
|
|
@@ -964,12 +964,12 @@
|
964
|
964
|
{{
|
965
|
965
|
patientInfo.total_dialysis +
|
966
|
966
|
patientInfo.user_sys_before_count >
|
967
|
|
- 0
|
|
967
|
+ 0 && afterdialysis.weight_after != 0
|
968
|
968
|
? (
|
969
|
969
|
predialysis.weight_before -
|
970
|
970
|
afterdialysis.weight_after
|
971
|
971
|
).toFixed(2)
|
972
|
|
- : "/"
|
|
972
|
+ : 0
|
973
|
973
|
}}kg
|
974
|
974
|
</td>
|
975
|
975
|
<td v-if="advice_index > 6" width="145"></td>
|