|
|
|
|
25
|
|
25
|
|
26
|
<div class="inline_block" style="margin-left:25px;">
|
26
|
<div class="inline_block" style="margin-left:25px;">
|
27
|
床位:
|
27
|
床位:
|
28
|
- <div class="under_line" style="width: 120px;text-align: left">{{patient.DialysisSchedule.device_number.number}}</div>
|
|
|
|
|
28
|
+ <div class="under_line" style="width: 120px;text-align: left">{{patient.DialysisSchedule&&patient.DialysisSchedule.device_number?patient.DialysisSchedule.device_number.number:''}}</div>
|
29
|
</div>
|
29
|
</div>
|
30
|
|
30
|
|
31
|
<div class="inline_block" style="margin-left: 25px;">
|
31
|
<div class="inline_block" style="margin-left: 25px;">
|
|
|
|
|
63
|
|
63
|
|
64
|
|
64
|
|
65
|
<script>
|
65
|
<script>
|
66
|
- import { GetBatchPrintDialysisData } from '@/api/print_data'
|
|
|
67
|
import { jsGetAge, uParseTime } from '@/utils/tools'
|
66
|
import { jsGetAge, uParseTime } from '@/utils/tools'
|
68
|
import BreadCrumb from '@/xt_pages/components/bread-crumb'
|
67
|
import BreadCrumb from '@/xt_pages/components/bread-crumb'
|
69
|
import { GetCoursePrintData } from '@/api/patient'
|
68
|
import { GetCoursePrintData } from '@/api/patient'
|