|
@@ -22,18 +22,19 @@
|
22
|
22
|
</td>
|
23
|
23
|
<td width="30">岁</td>
|
24
|
24
|
|
25
|
|
- <td width="50">住院号:</td>
|
|
25
|
+
|
|
26
|
+ <td width="50">门诊号:</td>
|
26
|
27
|
<td width="150">
|
27
|
|
- <div class="under-line">
|
28
|
|
- {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
|
|
28
|
+ <div class="under-line">
|
|
29
|
+ {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
|
29
|
30
|
</div>
|
30
|
31
|
</td>
|
31
|
32
|
<td width="20"></td>
|
32
|
33
|
|
33
|
|
- <td width="50">门诊号:</td>
|
|
34
|
+ <td width="50">住院号:</td>
|
34
|
35
|
<td width="150">
|
35
|
|
- <div class="under-line">
|
36
|
|
- {{ patientInfo.dialysis_no ? patientInfo.dialysis_no : "" }}
|
|
36
|
+ <div class="under-line">
|
|
37
|
+ {{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "/" }}
|
37
|
38
|
</div>
|
38
|
39
|
</td>
|
39
|
40
|
<td></td>
|
|
@@ -473,10 +474,17 @@
|
473
|
474
|
<div class="under-line"> {{ prescription.mode ? prescription.mode : "" }}</div>
|
474
|
475
|
</td>
|
475
|
476
|
<td width="20"></td>
|
476
|
|
- <td width="140">透析器/灌流器型号:</td>
|
|
477
|
+ <td width="80">透析器:</td>
|
477
|
478
|
<td width="80">
|
478
|
479
|
<div class="under-line">
|
479
|
|
- {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus : "" }}
|
|
480
|
+ {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[0] : "" }}
|
|
481
|
+ </div>
|
|
482
|
+ </td>
|
|
483
|
+ <td width="20"></td>
|
|
484
|
+ <td width="80">灌流器型号:</td>
|
|
485
|
+ <td width="80">
|
|
486
|
+ <div class="under-line">
|
|
487
|
+ {{ prescription.dialyzer_perfusion_apparatus ? prescription.dialyzer_perfusion_apparatus.split('-')[1] : "" }}
|
480
|
488
|
</div>
|
481
|
489
|
</td>
|
482
|
490
|
<td></td>
|
|
@@ -824,7 +832,7 @@
|
824
|
832
|
</table>
|
825
|
833
|
|
826
|
834
|
|
827
|
|
- <table class="table-box" style="margin-bottom:200px;">
|
|
835
|
+ <table class="table-box" style="margin-bottom:130px;">
|
828
|
836
|
<tbody>
|
829
|
837
|
<tr>
|
830
|
838
|
<!-- <td width="70">其他记录:</td> -->
|