|
@@ -5,14 +5,14 @@
|
5
|
5
|
<div class="dialysis-print-order">
|
6
|
6
|
<div class="order-yy-name">{{ orgname }}</div>
|
7
|
7
|
<div class="order-title">血液透析(滤过)记录表单</div>
|
8
|
|
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
|
|
8
|
+ <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;font-size: 16px;">
|
9
|
9
|
<tbody>
|
10
|
10
|
<tr>
|
11
|
11
|
<td width="80" style="line-height:30px;">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
|
12
|
12
|
</tr>
|
13
|
13
|
</tbody>
|
14
|
14
|
</table>
|
15
|
|
- <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;">
|
|
15
|
+ <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;font-size: 16px;">
|
16
|
16
|
<tbody>
|
17
|
17
|
<tr>
|
18
|
18
|
<td colspan="3">
|
|
@@ -121,7 +121,7 @@
|
121
|
121
|
|
122
|
122
|
</tbody>
|
123
|
123
|
</table>
|
124
|
|
- <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;">
|
|
124
|
+ <table border="1" class="table-box" style="border-collapse: collapse;width: 99%;font-size: 16px;">
|
125
|
125
|
<tr>
|
126
|
126
|
<td style="width: 20%; line-height: 30px;">透析机:
|
127
|
127
|
{{predialysis.machine_type ? predialysis.machine_type : " "}}
|
|
@@ -172,7 +172,7 @@
|
172
|
172
|
</tr>
|
173
|
173
|
</table>
|
174
|
174
|
|
175
|
|
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
|
|
175
|
+ <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;font-size: 16px;">
|
176
|
176
|
<tbody>
|
177
|
177
|
<tr>
|
178
|
178
|
<td colspan="12" style="padding: 5px;">治疗过程记录</td>
|
|
@@ -230,7 +230,7 @@
|
230
|
230
|
</tbody>
|
231
|
231
|
</table>
|
232
|
232
|
<div>
|
233
|
|
- <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;">
|
|
233
|
+ <table border="1" class="table-box" style="border-collapse: collapse;text-align: center;width: 99%;font-size: 16px;">
|
234
|
234
|
<tbody>
|
235
|
235
|
<tr>
|
236
|
236
|
<td style="width:12%;height:25px;">
|
|
@@ -280,11 +280,11 @@
|
280
|
280
|
<td v-if="advice_index === 2">{{ predialysis.dry_weight }}kg</td>
|
281
|
281
|
<td v-if="advice_index === 3">较干体重增加量:</td>
|
282
|
282
|
<td v-if="advice_index === 3">
|
283
|
|
- {{ patientInfo.total_dialysis +patientInfo.user_sys_before_count >0 && afterdialysis.weight_after != 0
|
|
283
|
+ {{ afterdialysis.weight_after != 0 && predialysis.dry_weight !=0
|
284
|
284
|
? (afterdialysis.weight_after - predialysis.dry_weight).toFixed(2): 0 }}kg
|
285
|
285
|
</td>
|
286
|
286
|
<td v-if="advice_index === 4">净脱水量:</td>
|
287
|
|
- <td v-if="advice_index === 4">{{ afterdialysis.actual_ultrafiltration }}ml</td>
|
|
287
|
+ <td v-if="advice_index === 4">{{ afterdialysis.actual_ultrafiltration }}L</td>
|
288
|
288
|
<td v-if="advice_index === 5">透后体重:</td>
|
289
|
289
|
<td v-if="advice_index === 5">{{ afterdialysis.weight_after }}kg</td>
|
290
|
290
|
<td v-if="advice_index === 6">本次透析体重下降量:</td>
|
|
@@ -295,7 +295,7 @@
|
295
|
295
|
</tbody>
|
296
|
296
|
</table>
|
297
|
297
|
</div>
|
298
|
|
- <div style="border: 1px solid black;width: 99%;">
|
|
298
|
+ <div style="border: 1px solid black;width: 99%;font-size: 16px;">
|
299
|
299
|
<div >
|
300
|
300
|
治疗小结
|
301
|
301
|
<span class="under-line"> {{ summary.dialysis_summary }}</span>
|
|
@@ -1408,7 +1408,6 @@ export default {
|
1408
|
1408
|
width: 100%;
|
1409
|
1409
|
line-height: 25px;
|
1410
|
1410
|
font-size: 14px;
|
1411
|
|
-
|
1412
|
1411
|
}
|
1413
|
1412
|
|
1414
|
1413
|
|