|
@@ -39,7 +39,7 @@
|
39
|
39
|
</td>
|
40
|
40
|
<td>岁</td>
|
41
|
41
|
|
42
|
|
- <td width="120">透析号/住院号:</td>
|
|
42
|
+ <td width="140">透析号/住院号:</td>
|
43
|
43
|
<td width="130">
|
44
|
44
|
<div class="under-line"> {{ record.patient.dialysis_no }} /{{ record.receive_assessment.admission_number ? record.receive_assessment.admission_number : "无" }}
|
45
|
45
|
</div>
|
|
@@ -57,13 +57,13 @@
|
57
|
57
|
<table class="table-box" style="margin-top: 10px;">
|
58
|
58
|
<tbody>
|
59
|
59
|
<tr>
|
60
|
|
- <td width="40">诊 断:</td>
|
|
60
|
+ <td width="50">诊断:</td>
|
61
|
61
|
<td width="">
|
62
|
|
- <div class="under-line">
|
|
62
|
+ <div class="under-line" style="text-align:left;">
|
63
|
63
|
{{ record.patient.diagnose ? record.patient.diagnose : '' }}
|
64
|
64
|
</div>
|
65
|
65
|
</td>
|
66
|
|
- <td width="60">治疗次数:</td>
|
|
66
|
+ <td width="80">治疗次数:</td>
|
67
|
67
|
<td width="60">
|
68
|
68
|
<div class="under-line">{{ record.patient.total_dialysis + record.patient.user_sys_before_count}}</div>
|
69
|
69
|
</td>
|
|
@@ -84,29 +84,30 @@
|
84
|
84
|
<table class="table-box">
|
85
|
85
|
<tbody>
|
86
|
86
|
<tr>
|
87
|
|
- <td width="70">入科方式:</td>
|
88
|
|
- <td width="240">
|
|
87
|
+ <td width="80">入科方式:</td>
|
|
88
|
+ <td width="260">
|
89
|
89
|
<div style="display:flex;justify-content:space-between;">
|
90
|
90
|
<label-box v-for="(item, index) in way_arr" :key="index" :isChecked="record.receive_assessment.way == item.id ? true : false" :showValue="item.name"></label-box>
|
91
|
91
|
|
92
|
92
|
</div>
|
93
|
93
|
</td>
|
94
|
94
|
|
95
|
|
- <td width="50"></td>
|
|
95
|
+ <td width="20"></td>
|
96
|
96
|
<td width="50">意识:</td>
|
97
|
|
- <td width="240">
|
|
97
|
+ <td width="260">
|
98
|
98
|
<div style="display:flex;justify-content:space-between;">
|
99
|
99
|
<label-box v-for="(item, index) in consciousness_arr" :key="index" :isChecked="record.receive_assessment.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
|
100
|
100
|
|
101
|
101
|
</div>
|
102
|
102
|
</td>
|
|
103
|
+ <td width="20"></td>
|
103
|
104
|
<td width="80">透析频次:</td>
|
104
|
105
|
<td width="70">
|
105
|
106
|
<div class="under-line">
|
106
|
107
|
{{ record.assessment_before_dislysis.dialysis_count ? record.assessment_before_dislysis.dialysis_count : "" }}
|
107
|
108
|
</div>
|
108
|
109
|
</td>
|
109
|
|
- <td width='40'>次/周</td>
|
|
110
|
+ <td width='50'>次/周</td>
|
110
|
111
|
<td></td>
|
111
|
112
|
</tr>
|
112
|
113
|
</tbody>
|
|
@@ -115,8 +116,8 @@
|
115
|
116
|
<table class="table-box">
|
116
|
117
|
<tbody>
|
117
|
118
|
<tr>
|
118
|
|
- <td width="80">生命体征:</td>
|
119
|
|
- <td width="40">体温:</td>
|
|
119
|
+ <td width="100">生命体征:</td>
|
|
120
|
+ <td width="50">体温:</td>
|
120
|
121
|
<td width="70">
|
121
|
122
|
<div class="under-line">
|
122
|
123
|
{{ record.assessment_before_dislysis.temperature ? record.assessment_before_dislysis.temperature : "" }}
|
|
@@ -125,22 +126,20 @@
|
125
|
126
|
<td width="35">℃</td>
|
126
|
127
|
<td width="30"></td>
|
127
|
128
|
|
128
|
|
-
|
129
|
|
-
|
130
|
|
- <td width="40">脉搏:</td>
|
|
129
|
+ <td width="50">脉搏:</td>
|
131
|
130
|
<td width="70">
|
132
|
131
|
<div class="under-line">
|
133
|
132
|
{{ record.assessment_before_dislysis.pulse_frequency ? record.assessment_before_dislysis.pulse_frequency : "" }}
|
134
|
133
|
</div>
|
135
|
134
|
</td>
|
136
|
|
- <td width="40">次/分</td>
|
|
135
|
+ <td width="50">次/分</td>
|
137
|
136
|
<td width="30"></td>
|
138
|
137
|
|
139
|
|
- <td width="40">血压:</td>
|
|
138
|
+ <td width="50">血压:</td>
|
140
|
139
|
<td width="140">
|
141
|
140
|
<div class="under-line">
|
142
|
|
- {{ record.assessment_before_dislysis.systolic_blood_pressure ? record.assessment_before_dislysis.systolic_blood_pressure : "" }}/
|
143
|
|
- {{ record.assessment_before_dislysis.diastolic_blood_pressure ? record.assessment_before_dislysis.diastolic_blood_pressure : "" }}
|
|
141
|
+ {{ record.monitor_records[0] && record.monitor_records[0].systolic_blood_pressure ? record.monitor_records[0].systolic_blood_pressure : "" }}/
|
|
142
|
+ {{ record.monitor_records[0] && record.monitor_records[0].diastolic_blood_pressure ? record.monitor_records[0].diastolic_blood_pressure : "" }}
|
144
|
143
|
</div>
|
145
|
144
|
</td>
|
146
|
145
|
<td width="35">mmHg</td>
|
|
@@ -153,8 +152,8 @@
|
153
|
152
|
<table class="table-box">
|
154
|
153
|
<tbody>
|
155
|
154
|
<tr>
|
156
|
|
- <td width="90">导管穿刺口:</td>
|
157
|
|
- <td width="240">
|
|
155
|
+ <td width="100">导管穿刺口:</td>
|
|
156
|
+ <td width="280">
|
158
|
157
|
<div style="display:flex;justify-content:space-between;">
|
159
|
158
|
<label-box :isChecked="record.assessment_before_dislysis.catheter.indexOf('穿刺口-干洁') > -1 ? true : false" showValue="干洁"></label-box>
|
160
|
159
|
|
|
@@ -167,11 +166,10 @@
|
167
|
166
|
</td>
|
168
|
167
|
<td width="40"></td>
|
169
|
168
|
|
170
|
|
- <td width="40">体位:</td>
|
171
|
|
- <td width="380">
|
|
169
|
+ <td width="50">体位:</td>
|
|
170
|
+ <td style="text-align:left;">
|
172
|
171
|
<label-box v-for="(item, index) in posture_arr" :key="index" :isChecked="record.receive_assessment.posture == item.id ? true : false" :showValue="item.name"></label-box>
|
173
|
172
|
</td>
|
174
|
|
- <td></td>
|
175
|
173
|
</tr>
|
176
|
174
|
</tbody>
|
177
|
175
|
</table>
|
|
@@ -179,8 +177,8 @@
|
179
|
177
|
<table class="table-box">
|
180
|
178
|
<tbody>
|
181
|
179
|
<tr>
|
182
|
|
- <td width="70">内瘘评估:</td>
|
183
|
|
- <td width="35">震颤:</td>
|
|
180
|
+ <td width="80">内瘘评估:</td>
|
|
181
|
+ <td width="50">震颤:</td>
|
184
|
182
|
<td width="210">
|
185
|
183
|
<div style="display:flex;justify-content:space-between;">
|
186
|
184
|
<label-box :isChecked="record.assessment_before_dislysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
|
|
@@ -193,8 +191,8 @@
|
193
|
191
|
<td width="30"></td>
|
194
|
192
|
<td width="30"></td>
|
195
|
193
|
|
196
|
|
- <td width="95">内瘘皮肤情况:</td>
|
197
|
|
- <td width="220">
|
|
194
|
+ <td width="120">内瘘皮肤情况:</td>
|
|
195
|
+ <td width="260">
|
198
|
196
|
<div style="display:flex;justify-content:space-between;">
|
199
|
197
|
<label-box :isChecked="record.assessment_before_dislysis.internal_fistula_skin.indexOf('正常') > -1 ? true : false" showValue="正常"></label-box>
|
200
|
198
|
|
|
@@ -215,8 +213,8 @@
|
215
|
213
|
<table class="table-box">
|
216
|
214
|
<tbody>
|
217
|
215
|
<tr>
|
218
|
|
- <td width="40">皮肤:</td>
|
219
|
|
- <td width="500">
|
|
216
|
+ <td width="50">皮肤:</td>
|
|
217
|
+ <td width="660">
|
220
|
218
|
<div>
|
221
|
219
|
<label-box showValue="完整" :isChecked="record.assessment_before_dislysis.skin.indexOf('完整')>-1 ? true : false"></label-box>
|
222
|
220
|
<label-box showValue="干燥" :isChecked="record.assessment_before_dislysis.skin.indexOf('干燥')>-1? true : false"></label-box>
|
|
@@ -230,7 +228,7 @@
|
230
|
228
|
</div>
|
231
|
229
|
</td>
|
232
|
230
|
|
233
|
|
- <td width="35">其它</td>
|
|
231
|
+ <td width="50">其它</td>
|
234
|
232
|
<td width="">
|
235
|
233
|
<div class="under-line">
|
236
|
234
|
|
|
@@ -245,8 +243,8 @@
|
245
|
243
|
<table class="table-box">
|
246
|
244
|
<tbody>
|
247
|
245
|
<tr>
|
248
|
|
- <td width="80">活动性出血:</td>
|
249
|
|
- <td width="420">
|
|
246
|
+ <td width="100">活动性出血:</td>
|
|
247
|
+ <td width="540">
|
250
|
248
|
<div>
|
251
|
249
|
|
252
|
250
|
<label-box :isChecked="record.assessment_before_dislysis.is_hemorrhage == 2 ? true : false" showValue="无"></label-box>
|
|
@@ -260,7 +258,7 @@
|
260
|
258
|
</div>
|
261
|
259
|
</td>
|
262
|
260
|
|
263
|
|
- <td width="35">其它</td>
|
|
261
|
+ <td width="50">其它</td>
|
264
|
262
|
<td width="">
|
265
|
263
|
<div class="under-line">
|
266
|
264
|
|
|
@@ -274,8 +272,8 @@
|
274
|
272
|
<table class="table-box">
|
275
|
273
|
<tbody>
|
276
|
274
|
<tr>
|
277
|
|
- <td width="70">血管通路:</td>
|
278
|
|
- <td width="580">
|
|
275
|
+ <td width="80">血管通路:</td>
|
|
276
|
+ <td width="760">
|
279
|
277
|
<div>
|
280
|
278
|
<label-box :isChecked="isBbloodAccessParOperaCheck(record.assessment_before_dislysis, '自体内瘘')" showValue="自体内瘘"></label-box>
|
281
|
279
|
|
|
@@ -302,8 +300,8 @@
|
302
|
300
|
<table class="table-box">
|
303
|
301
|
<tbody>
|
304
|
302
|
<tr>
|
305
|
|
- <td width="40">穿刺方式:</td>
|
306
|
|
- <td width="140">
|
|
303
|
+ <td width="70">穿刺方式:</td>
|
|
304
|
+ <td width="220">
|
307
|
305
|
<div>
|
308
|
306
|
<label-box showValue="绳梯" :isChecked="record.assessment_before_dislysis.puncture_way.indexOf('绳梯')>-1 ? true : false"></label-box>
|
309
|
307
|
<label-box showValue="定点" :isChecked="record.assessment_before_dislysis.puncture_way.indexOf('定点')>-1 ? true : false"></label-box>
|
|
@@ -311,8 +309,8 @@
|
311
|
309
|
</div>
|
312
|
310
|
</td>
|
313
|
311
|
<td width="60"></td>
|
314
|
|
- <td width="35">穿刺针:</td>
|
315
|
|
- <td width="150">
|
|
312
|
+ <td width="60">穿刺针:</td>
|
|
313
|
+ <td width="200">
|
316
|
314
|
<div>
|
317
|
315
|
|
318
|
316
|
<label-box :isChecked="record.assessment_before_dislysis.puncture_needle && record.assessment_before_dislysis.puncture_needle.indexOf('16G') > -1 ? true : false" showValue="16G"></label-box>
|
|
@@ -342,7 +340,7 @@
|
342
|
340
|
<table class="table-box">
|
343
|
341
|
<tbody>
|
344
|
342
|
<tr>
|
345
|
|
- <td width="60">干体重:</td>
|
|
343
|
+ <td width="70">干体重:</td>
|
346
|
344
|
<td width="50">
|
347
|
345
|
<div class="under-line">
|
348
|
346
|
{{ record.assessment_before_dislysis.dry_weight ? record.assessment_before_dislysis.dry_weight : "" }}
|
|
@@ -350,7 +348,7 @@
|
350
|
348
|
</td>
|
351
|
349
|
<td width="20">Kg</td>
|
352
|
350
|
<td></td>
|
353
|
|
- <td width="70">透前体重:</td>
|
|
351
|
+ <td width="80">透前体重:</td>
|
354
|
352
|
<td width="50">
|
355
|
353
|
<div class="under-line">
|
356
|
354
|
{{ record.assessment_before_dislysis.weight_before ? record.assessment_before_dislysis.weight_before : "" }}
|
|
@@ -359,7 +357,7 @@
|
359
|
357
|
<td width="20">Kg</td>
|
360
|
358
|
<td></td>
|
361
|
359
|
<td></td>
|
362
|
|
- <td width="100">计划治疗时间:</td>
|
|
360
|
+ <td width="120">计划治疗时间:</td>
|
363
|
361
|
<td width="40">
|
364
|
362
|
<div class="under-line">
|
365
|
363
|
{{ record.prescription.dialysis_duration_hour ? record.prescription.dialysis_duration_hour : "0" }}
|
|
@@ -373,7 +371,7 @@
|
373
|
371
|
</td>
|
374
|
372
|
<td width="35">min</td>
|
375
|
373
|
<td></td>
|
376
|
|
- <td width="90">透析机编号:</td>
|
|
374
|
+ <td width="100">透析机编号:</td>
|
377
|
375
|
<td width="150">
|
378
|
376
|
<div class="under-line">
|
379
|
377
|
{{ record.device_zone.name && record.device_number.number ? getNewNumber(record.device_zone.name,record.device_number.number) : '' }}
|
|
@@ -388,14 +386,14 @@
|
388
|
386
|
<table class="table-box">
|
389
|
387
|
<tbody>
|
390
|
388
|
<tr>
|
391
|
|
- <td width="100">计划超滤总量:</td>
|
|
389
|
+ <td width="120">计划超滤总量:</td>
|
392
|
390
|
<td width="50">
|
393
|
391
|
<div class="under-line">
|
394
|
392
|
{{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : 0 }}
|
395
|
393
|
</div>
|
396
|
394
|
</td>
|
397
|
395
|
<td width="10">ml</td>
|
398
|
|
- <td width='70'></td>
|
|
396
|
+ <td width='10'></td>
|
399
|
397
|
|
400
|
398
|
<td width="60">置换量:</td>
|
401
|
399
|
<td width="40">
|
|
@@ -418,7 +416,7 @@
|
418
|
416
|
<td width="80">
|
419
|
417
|
<label-box :isChecked="record.prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
|
420
|
418
|
</td>
|
421
|
|
- <td width="80">透析器型号</td>
|
|
419
|
+ <td width="90">透析器型号</td>
|
422
|
420
|
<td width="80">
|
423
|
421
|
<div class="under-line">
|
424
|
422
|
{{ record.prescription.dialyzer_perfusion_apparatus ? record.prescription.dialyzer_perfusion_apparatus : "/" }}
|
|
@@ -515,12 +513,12 @@
|
515
|
513
|
<table class="table-box">
|
516
|
514
|
<tbody>
|
517
|
515
|
<tr>
|
518
|
|
- <td width="85">透析液配方:</td>
|
519
|
|
- <td width='90'>B液: 碳酸盐:</td>
|
520
|
|
- <td width='30'>A液:</td>
|
|
516
|
+ <td width="100">透析液配方:</td>
|
|
517
|
+ <td width='120'>B液: 碳酸盐:</td>
|
|
518
|
+ <td width='40'>A液:</td>
|
521
|
519
|
<td width="10">钙</td>
|
522
|
520
|
<td width="10">(</td>
|
523
|
|
- <td width="210">
|
|
521
|
+ <td width="280">
|
524
|
522
|
<label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
|
525
|
523
|
|
526
|
524
|
<label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
|
|
@@ -529,7 +527,7 @@
|
529
|
527
|
<td width="10">)</td>
|
530
|
528
|
<td width="10">钾</td>
|
531
|
529
|
<td width="10">(</td>
|
532
|
|
- <td width="210">
|
|
530
|
+ <td width="280">
|
533
|
531
|
<label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
|
534
|
532
|
|
535
|
533
|
<label-box :isChecked="dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
|
|
@@ -700,8 +698,8 @@
|
700
|
698
|
<table class="table-box">
|
701
|
699
|
<tbody>
|
702
|
700
|
<tr>
|
703
|
|
- <td width="28">拔针压迫:</td>
|
704
|
|
- <td width='140'>
|
|
701
|
+ <td width="80">拔针压迫:</td>
|
|
702
|
+ <td width='500'>
|
705
|
703
|
<label-box showValue="自己压迫" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 3 ? true : false"></label-box>
|
706
|
704
|
|
707
|
705
|
<label-box showValue="他人协助" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 2 ? true : false"></label-box>
|
|
@@ -710,16 +708,15 @@
|
710
|
708
|
<label-box showValue="内瘘止血带" :isChecked="record.assessment_after_dislysis.hemostasis_opera == 4 ? true : false"></label-box>
|
711
|
709
|
</td>
|
712
|
710
|
|
713
|
|
- <td width="40">内瘘震颤:</td>
|
714
|
|
- <td width="80">
|
|
711
|
+ <td width="80">内瘘震颤:</td>
|
|
712
|
+ <td width="200">
|
715
|
713
|
<div style="display:flex;justify-content:space-between;">
|
716
|
714
|
<label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
|
717
|
715
|
<label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
|
718
|
716
|
<label-box :isChecked="record.assessment_after_dislysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="不存在"></label-box>
|
719
|
717
|
</div>
|
720
|
718
|
</td>
|
721
|
|
- <td width="10"></td>
|
722
|
|
- <td width="40"></td>
|
|
719
|
+ <td></td>
|
723
|
720
|
</tr>
|
724
|
721
|
</tbody>
|
725
|
722
|
</table>
|
|
@@ -727,16 +724,16 @@
|
727
|
724
|
<table class="table-box">
|
728
|
725
|
<tbody>
|
729
|
726
|
<tr>
|
730
|
|
- <td width="130">拔针后穿刺点渗血:</td>
|
731
|
|
- <td width="80">
|
|
727
|
+ <td width="160">拔针后穿刺点渗血:</td>
|
|
728
|
+ <td width="100">
|
732
|
729
|
<div style="display:flex;justify-content:space-between;">
|
733
|
730
|
<label-box :isChecked="record.assessment_after_dislysis.puncture_point_oozing_blood == 1 ? true : false" showValue="有"></label-box>
|
734
|
731
|
<label-box :isChecked="record.assessment_after_dislysis.puncture_point_oozing_blood == 2 ? true : false" showValue="无"></label-box>
|
735
|
732
|
</div>
|
736
|
733
|
</td>
|
737
|
734
|
<td width="10"></td>
|
738
|
|
- <td width="85">穿刺处血肿:</td>
|
739
|
|
- <td width="80">
|
|
735
|
+ <td width="100">穿刺处血肿:</td>
|
|
736
|
+ <td width="100">
|
740
|
737
|
<div style="display:flex;justify-content:space-between;">
|
741
|
738
|
<label-box :isChecked="record.assessment_after_dislysis.puncture_point_haematoma == 1 ? true : false" showValue="有"></label-box>
|
742
|
739
|
<label-box :isChecked="record.assessment_after_dislysis.puncture_point_haematoma == 2 ? true : false" showValue="无"></label-box>
|
|
@@ -744,14 +741,14 @@
|
744
|
741
|
</td>
|
745
|
742
|
|
746
|
743
|
<td width="10"></td>
|
747
|
|
- <td width="105">中心静脉封管:</td>
|
748
|
|
- <td width="40">肝素:</td>
|
749
|
|
- <td width="30">A端</td>
|
|
744
|
+ <td width="120">中心静脉封管:</td>
|
|
745
|
+ <td width="50">肝素:</td>
|
|
746
|
+ <td width="40">A端</td>
|
750
|
747
|
<td width="30">
|
751
|
748
|
<div class="under-line"> {{ record.assessment_after_dislysis.cvc_a ? record.assessment_after_dislysis.cvc_a : "" }}</div>
|
752
|
749
|
</td>
|
753
|
750
|
<td width="20">ml</td>
|
754
|
|
- <td width="30">V端</td>
|
|
751
|
+ <td width="40">V端</td>
|
755
|
752
|
<td width="30">
|
756
|
753
|
<div class="under-line"> {{ record.assessment_after_dislysis.cvc_v ? record.assessment_after_dislysis.cvc_v : "" }}</div>
|
757
|
754
|
</td>
|
|
@@ -764,7 +761,7 @@
|
764
|
761
|
<table class="table-box">
|
765
|
762
|
<tbody>
|
766
|
763
|
<tr>
|
767
|
|
- <td width="85">透析并发症:</td>
|
|
764
|
+ <td width="100">透析并发症:</td>
|
768
|
765
|
<td width="600">
|
769
|
766
|
<div style="display:flex;justify-content:space-between;">
|
770
|
767
|
<label-box :isChecked="record.assessment_after_dislysis.complication.indexOf('无') > -1 ? true : false" showValue="无"></label-box>
|
|
@@ -779,7 +776,7 @@
|
779
|
776
|
|
780
|
777
|
</div>
|
781
|
778
|
</td>
|
782
|
|
- <td width="40">其他:</td>
|
|
779
|
+ <td width="50">其他:</td>
|
783
|
780
|
<td width="">
|
784
|
781
|
<div class="under-line">
|
785
|
782
|
{{ record.assessment_after_dislysis.complication ? getComplication(record.assessment_after_dislysis.complication) : '' }}
|
|
@@ -792,8 +789,8 @@
|
792
|
789
|
<table class="table-box">
|
793
|
790
|
<tbody>
|
794
|
791
|
<tr>
|
795
|
|
- <td width="40">凝血:</td>
|
796
|
|
- <td width="60">透析器:</td>
|
|
792
|
+ <td width="50">凝血:</td>
|
|
793
|
+ <td width="70">透析器:</td>
|
797
|
794
|
<td width="220">
|
798
|
795
|
<div style="display:flex;justify-content:space-between;">
|
799
|
796
|
<label-box :isChecked="record.assessment_after_dislysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>
|
|
@@ -803,7 +800,7 @@
|
803
|
800
|
</div>
|
804
|
801
|
</td>
|
805
|
802
|
<td></td>
|
806
|
|
- <td width="70">静脉管道:</td>
|
|
803
|
+ <td width="90">静脉管道:</td>
|
807
|
804
|
<td width="220">
|
808
|
805
|
<div style="display:flex;justify-content:space-between;">
|
809
|
806
|
<label-box :isChecked="record.assessment_after_dislysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
|
|
@@ -813,7 +810,7 @@
|
813
|
810
|
</div>
|
814
|
811
|
</td>
|
815
|
812
|
|
816
|
|
- <td width="70">动脉管道:</td>
|
|
813
|
+ <td width="90">动脉管道:</td>
|
817
|
814
|
<td width="220">
|
818
|
815
|
<div style="display:flex;justify-content:space-between;">
|
819
|
816
|
<label-box :isChecked="record.assessment_after_dislysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
|
|
@@ -829,7 +826,7 @@
|
829
|
826
|
<table class="table-box">
|
830
|
827
|
<tbody>
|
831
|
828
|
<tr>
|
832
|
|
- <td width="70">透后体重:</td>
|
|
829
|
+ <td width="80">透后体重:</td>
|
833
|
830
|
<td width="50">
|
834
|
831
|
<div class="under-line">
|
835
|
832
|
{{ record.assessment_after_dislysis.weight_after ? record.assessment_after_dislysis.weight_after : "" }}
|
|
@@ -837,7 +834,7 @@
|
837
|
834
|
</td>
|
838
|
835
|
<td width="20">Kg</td>
|
839
|
836
|
<td width="20"></td>
|
840
|
|
- <td width="90">实际超滤总量</td>
|
|
837
|
+ <td width="120">实际超滤总量</td>
|
841
|
838
|
<td width="40">
|
842
|
839
|
<div class="under-line">
|
843
|
840
|
{{ record.assessment_after_dislysis.actual_ultrafiltration ? record.assessment_after_dislysis.actual_ultrafiltration : 0 }}
|
|
@@ -845,7 +842,7 @@
|
845
|
842
|
</td>
|
846
|
843
|
<td width="10">ml</td>
|
847
|
844
|
<td width="20"></td>
|
848
|
|
- <td width="90">实际治疗时间</td>
|
|
845
|
+ <td width="120">实际治疗时间</td>
|
849
|
846
|
<td width="40">
|
850
|
847
|
<div class="under-line">
|
851
|
848
|
{{ record.assessment_after_dislysis.actual_treatment_hour ? record.assessment_after_dislysis.actual_treatment_hour : "0" }}
|
|
@@ -859,7 +856,7 @@
|
859
|
856
|
</td>
|
860
|
857
|
<td width="35">min</td>
|
861
|
858
|
<td width="60">去向</td>
|
862
|
|
- <td width="160">
|
|
859
|
+ <td width="200">
|
863
|
860
|
<div style="display:flex;justify-content:space-between;">
|
864
|
861
|
<label-box :isChecked="record.assessment_after_dislysis.patient_gose == 1 ? true : false" showValue="回家"></label-box>
|
865
|
862
|
<label-box :isChecked="record.assessment_after_dislysis.patient_gose == 2 ? true : false" showValue="留观"></label-box>
|
|
@@ -882,15 +879,15 @@
|
882
|
879
|
<tbody>
|
883
|
880
|
<tr>
|
884
|
881
|
<td width="150"></td>
|
885
|
|
- <td width="30">医生</td>
|
|
882
|
+ <td width="50">医生</td>
|
886
|
883
|
<td width="80">
|
887
|
884
|
<div class="under-line">
|
888
|
885
|
|
889
|
|
- <span v-if="setAdminUserES(record.prescription, 'creater') == ''">{{getAdminUser(record.prescription, 'creater')}}</span>
|
890
|
|
- <img class="es-img" :src="setAdminUserES(record.prescription, 'creater')" alt="" srcset="" v-else style="height: 30px;">
|
|
886
|
+ <span v-if="setAdminUserES(record.prescription, 'prescription_doctor') == ''">{{getAdminUser(record.prescription, 'prescription_doctor')}}</span>
|
|
887
|
+ <img class="es-img" :src="setAdminUserES(record.prescription, 'prescription_doctor')" alt="" srcset="" v-else style="height: 30px;">
|
891
|
888
|
</div>
|
892
|
889
|
</td>
|
893
|
|
- <td width="50">责任护士</td>
|
|
890
|
+ <td width="80">责任护士</td>
|
894
|
891
|
<td width="80">
|
895
|
892
|
<div class="under-line">
|
896
|
893
|
|
|
@@ -900,7 +897,7 @@
|
900
|
897
|
</span>
|
901
|
898
|
</div>
|
902
|
899
|
</td>
|
903
|
|
- <td width="50">穿刺护士</td>
|
|
900
|
+ <td width="80">穿刺护士</td>
|
904
|
901
|
<td width="80">
|
905
|
902
|
<div class="under-line">
|
906
|
903
|
|
|
@@ -912,7 +909,7 @@
|
912
|
909
|
</td>
|
913
|
910
|
|
914
|
911
|
|
915
|
|
- <td width="50">核对护士</td>
|
|
912
|
+ <td width="80">核对护士</td>
|
916
|
913
|
|
917
|
914
|
<td width="80">
|
918
|
915
|
<div class="under-line">
|
|
@@ -1006,7 +1003,8 @@ export default {
|
1006
|
1003
|
"出血",
|
1007
|
1004
|
"心衰",
|
1008
|
1005
|
"腹痛"
|
1009
|
|
- ]
|
|
1006
|
+ ],
|
|
1007
|
+ isShowZero:false
|
1010
|
1008
|
};
|
1011
|
1009
|
},
|
1012
|
1010
|
created() {
|
|
@@ -1078,9 +1076,9 @@ export default {
|
1078
|
1076
|
var dlegh = 0
|
1079
|
1077
|
if (
|
1080
|
1078
|
this.records[recordIndex].monitor_records &&
|
1081
|
|
- this.records[recordIndex].monitor_records.length < 12
|
|
1079
|
+ this.records[recordIndex].monitor_records.length < 11
|
1082
|
1080
|
) {
|
1083
|
|
- dlegh = 12 - this.records[recordIndex].monitor_records.length
|
|
1081
|
+ dlegh = 11 - this.records[recordIndex].monitor_records.length
|
1084
|
1082
|
} else {
|
1085
|
1083
|
dlegh = 0
|
1086
|
1084
|
}
|
|
@@ -1340,7 +1338,7 @@ export default {
|
1340
|
1338
|
const style =
|
1341
|
1339
|
'@media print { .option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 14px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content { background-color: white; width:960px; margin:0 auto; padding: 0 0 0 0; page-break-after: always; } .print_page_main_content .order-yy-name { margin: auto; text-align: center; font-size: 20px; letter-spacing: 5px;} .print_page_main_content .order_title { text-align: center; font-size: 23px; line-height: 50px; font-weight: 500; } .row { font-size: 14px; line-height: 20px; padding: 5px 0; } .inline_block { display: inline-block; } .under_line { display: inline-block; border-bottom: 1px solid #999; text-align: center; white-space: nowrap; } .under_line::before { content: "\\00A0"; } .under_line::after { content: "\\00A0"; } .flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; box-align: center; -moz-box-align: center; -webkit-box-align: center; text-align: center; -webkit-justify-content: space-between; justify-content: space-between; -moz-box-pack: space-between; -webkit--moz-box-pack: space-between; box-pack: space-between; } .print_page_main_content .proj_table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } .print_page_main_content .proj_table tbody tr td { border: 1px solid; font-size: 16px; padding: 10px 8px; line-height: 30px; } .print_page_main_content .proj_table .inside_table { width: 100%; border: hidden; border-collapse: collapse; } .print_page_main_content .proj_table .inside_table tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 8px 5px; line-height: 25px; } }.es-img{height: 20px; }.advice-name{text-align: left !important;line-height: 16px !important;}.advice-children{display:flex;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 2px;position: absolute;}';
|
1342
|
1340
|
const style2 =
|
1343
|
|
- '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:16px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}.row {font-size: 16px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}'
|
|
1341
|
+ '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:18px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:18px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:18px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:18px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:18px;height:18px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:19px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}.row {font-size: 16px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}'
|
1344
|
1342
|
printJS({
|
1345
|
1343
|
printable: "print_content",
|
1346
|
1344
|
type: "html",
|
|
@@ -1585,7 +1583,7 @@ export default {
|
1585
|
1583
|
width: 100%;
|
1586
|
1584
|
text-align: center;
|
1587
|
1585
|
border-collapse: collapse;
|
1588
|
|
- font-size: 14px;
|
|
1586
|
+ font-size: 18px;
|
1589
|
1587
|
}
|
1590
|
1588
|
|
1591
|
1589
|
.es-img {
|
|
@@ -1669,7 +1667,7 @@ export default {
|
1669
|
1667
|
.dialysis-print-order .table-box {
|
1670
|
1668
|
width: 100%;
|
1671
|
1669
|
line-height: 23px;
|
1672
|
|
- font-size: 14px;
|
|
1670
|
+ font-size: 18px;
|
1673
|
1671
|
}
|
1674
|
1672
|
|
1675
|
1673
|
.dialysis-print-order .print-table {
|
|
@@ -1677,14 +1675,14 @@ export default {
|
1677
|
1675
|
text-align: center;
|
1678
|
1676
|
border-collapse: collapse;
|
1679
|
1677
|
line-height: 40px;
|
1680
|
|
- font-size: 14px;
|
|
1678
|
+ font-size: 18px;
|
1681
|
1679
|
}
|
1682
|
1680
|
|
1683
|
1681
|
.dialysis-print-order .print-table-no {
|
1684
|
1682
|
width: 100%;
|
1685
|
1683
|
text-align: center;
|
1686
|
1684
|
border-collapse: collapse;
|
1687
|
|
- font-size: 14px;
|
|
1685
|
+ font-size: 18px;
|
1688
|
1686
|
}
|
1689
|
1687
|
|
1690
|
1688
|
.dialysis-print-order .under-line {
|
|
@@ -1729,8 +1727,8 @@ export default {
|
1729
|
1727
|
position: relative;
|
1730
|
1728
|
border: 1px solid #000;
|
1731
|
1729
|
box-sizing: border-box;
|
1732
|
|
- width: 14px;
|
1733
|
|
- height: 14px;
|
|
1730
|
+ width: 18px;
|
|
1731
|
+ height: 18px;
|
1734
|
1732
|
background-color: #fff;
|
1735
|
1733
|
z-index: 1;
|
1736
|
1734
|
transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
|
|
@@ -1739,7 +1737,7 @@ export default {
|
1739
|
1737
|
|
1740
|
1738
|
.dialysis-print-order .is-checked-radio::after {
|
1741
|
1739
|
content: "√";
|
1742
|
|
- font-size: 15px;
|
|
1740
|
+ font-size: 19px;
|
1743
|
1741
|
}
|
1744
|
1742
|
|
1745
|
1743
|
.dialysis-print-order .print-table-no tr td {
|
|
@@ -1819,7 +1817,7 @@ export default {
|
1819
|
1817
|
.dialysis-print-order .table-box {
|
1820
|
1818
|
width: 100%;
|
1821
|
1819
|
line-height: 23px;
|
1822
|
|
- font-size: 14px;
|
|
1820
|
+ font-size: 18px;
|
1823
|
1821
|
}
|
1824
|
1822
|
|
1825
|
1823
|
.dialysis-print-order .print-table {
|
|
@@ -1827,14 +1825,14 @@ export default {
|
1827
|
1825
|
text-align: center;
|
1828
|
1826
|
border-collapse: collapse;
|
1829
|
1827
|
line-height: 40px;
|
1830
|
|
- font-size: 14px;
|
|
1828
|
+ font-size: 18px;
|
1831
|
1829
|
}
|
1832
|
1830
|
|
1833
|
1831
|
.dialysis-print-order .print-table-no {
|
1834
|
1832
|
width: 100%;
|
1835
|
1833
|
text-align: center;
|
1836
|
1834
|
border-collapse: collapse;
|
1837
|
|
- font-size: 14px;
|
|
1835
|
+ font-size: 18px;
|
1838
|
1836
|
}
|
1839
|
1837
|
|
1840
|
1838
|
.dialysis-print-order .under-line {
|
|
@@ -1846,7 +1844,7 @@ export default {
|
1846
|
1844
|
|
1847
|
1845
|
.dialysis-print-order .title-box {
|
1848
|
1846
|
text-align: center;
|
1849
|
|
- font-size: 16px;
|
|
1847
|
+ font-size: 18px;
|
1850
|
1848
|
}
|
1851
|
1849
|
|
1852
|
1850
|
.dialysis-print-order .radio-lebel-box {
|
|
@@ -1879,8 +1877,8 @@ export default {
|
1879
|
1877
|
position: relative;
|
1880
|
1878
|
border: 1px solid #000;
|
1881
|
1879
|
box-sizing: border-box;
|
1882
|
|
- width: 14px;
|
1883
|
|
- height: 14px;
|
|
1880
|
+ width: 18px;
|
|
1881
|
+ height: 18px;
|
1884
|
1882
|
background-color: #fff;
|
1885
|
1883
|
z-index: 1;
|
1886
|
1884
|
transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
|
|
@@ -1889,7 +1887,7 @@ export default {
|
1889
|
1887
|
|
1890
|
1888
|
.dialysis-print-order .is-checked-radio::after {
|
1891
|
1889
|
content: "√";
|
1892
|
|
- font-size: 15px;
|
|
1890
|
+ font-size: 19px;
|
1893
|
1891
|
}
|
1894
|
1892
|
|
1895
|
1893
|
.dialysis-print-order .print-table-no tr td {
|