|
@@ -1,8 +1,8 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div id="dialysis-print-box">
|
3
|
3
|
<div class="dialysis-print-order">
|
4
|
|
- <div class="order-yy-name">{{ orgname }}</div>
|
5
|
|
- <div class="order-title">血液净化治疗记录单</div>
|
|
4
|
+ <!-- <div class="order-yy-name">{{ orgname }}</div> -->
|
|
5
|
+ <div class="order-title">{{ orgname }} 血液净化治疗记录单</div>
|
6
|
6
|
<table class="table-box" style="margin-top: 10px;">
|
7
|
7
|
<tbody>
|
8
|
8
|
<tr>
|
|
@@ -522,6 +522,9 @@
|
522
|
522
|
</div>
|
523
|
523
|
</td>
|
524
|
524
|
<td width="20">
|
|
525
|
+ <span v-if="prescription.anticoagulant == 6">iu</span>
|
|
526
|
+ <span v-if="prescription.anticoagulant == 7">iu</span>
|
|
527
|
+ <span v-if="prescription.anticoagulant == 5">mg</span>
|
525
|
528
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
526
|
529
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
527
|
530
|
<span v-if="prescription.anticoagulant == 2">iu</span>
|
|
@@ -537,6 +540,8 @@
|
537
|
540
|
</div>
|
538
|
541
|
</td>
|
539
|
542
|
<td width="40">
|
|
543
|
+ <span v-if="prescription.anticoagulant == 7">iu/h</span>
|
|
544
|
+ <span v-if="prescription.anticoagulant == 6">iu/h</span>
|
540
|
545
|
<span v-if="prescription.anticoagulant == 5">ml/h</span>
|
541
|
546
|
<span v-if="prescription.anticoagulant == 4">mg/h</span>
|
542
|
547
|
<span v-if="prescription.anticoagulant == 3">iu/h</span>
|
|
@@ -552,6 +557,9 @@
|
552
|
557
|
</div>
|
553
|
558
|
</td>
|
554
|
559
|
<td width="20">
|
|
560
|
+ <span v-if="prescription.anticoagulant == 5">mg</span>
|
|
561
|
+ <span v-if="prescription.anticoagulant == 6">iu</span>
|
|
562
|
+ <span v-if="prescription.anticoagulant == 7">iu</span>
|
555
|
563
|
<span v-if="prescription.anticoagulant == 4">mg</span>
|
556
|
564
|
<span v-if="prescription.anticoagulant == 3">iu</span>
|
557
|
565
|
<span v-if="prescription.anticoagulant == 2">iu</span>
|
|
@@ -682,7 +690,7 @@
|
682
|
690
|
<td style="font-size: 16px" colspan="2">医嘱内容</td>
|
683
|
691
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
684
|
692
|
<!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
|
685
|
|
- <td style="font-size: 16px" width="14%">核对人/执行人</td>
|
|
693
|
+ <td style="font-size: 16px" width="14%">执行人/核对人</td>
|
686
|
694
|
<td style="font-size: 16px" width="10%">时间</td>
|
687
|
695
|
</tr>
|
688
|
696
|
<!-- <template v-for="group in doctor_advices" > -->
|
|
@@ -904,7 +912,7 @@
|
904
|
912
|
<tbody>
|
905
|
913
|
<tr>
|
906
|
914
|
<td width="70">透析小结:</td>
|
907
|
|
- <td style="text-align:left">
|
|
915
|
+ <td style="text-align:left;">
|
908
|
916
|
<span>{{ summary.dialysis_summary ? summary.dialysis_summary : "" }}</span>
|
909
|
917
|
</td>
|
910
|
918
|
</tr>
|
|
@@ -927,12 +935,12 @@
|
927
|
935
|
<img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
|
928
|
936
|
</div>
|
929
|
937
|
</td>
|
930
|
|
- <td width="50">上机护士</td>
|
|
938
|
+ <td width="50">下机护士</td>
|
931
|
939
|
<td width="80">
|
932
|
940
|
<div class="under-line">
|
933
|
941
|
|
934
|
|
- <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
|
935
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
|
|
942
|
+ <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.finish_nurse)}}</span>
|
|
943
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
|
936
|
944
|
</div>
|
937
|
945
|
</td>
|
938
|
946
|
<td width="50">看机护士</td>
|