|
@@ -204,43 +204,37 @@
|
204
|
204
|
colspan="2"
|
205
|
205
|
>
|
206
|
206
|
治疗方式:
|
207
|
|
- <label-box
|
208
|
|
- :isChecked="record&&record.prescription.mode_id == 1 ? true : false"
|
209
|
|
- showValue="HD"
|
|
207
|
+
|
|
208
|
+ <check-box
|
|
209
|
+ text="HD"
|
|
210
|
+ :checked="record&&record.prescription.mode_id == 1"
|
210
|
211
|
>
|
211
|
|
- </label-box>
|
212
|
|
- <label-box
|
213
|
|
- :isChecked="record&&record.prescription.mode_id == 2 ? true : false"
|
214
|
|
- showValue="HDF"
|
215
|
|
- ></label-box>
|
216
|
|
- (<label-box
|
217
|
|
- :isChecked="
|
218
|
|
- record&&record.prescription.mode_id == 2 &&
|
219
|
|
- record&&record.prescription.displace_liqui_part == 1
|
220
|
|
- ? true
|
221
|
|
- : false
|
222
|
|
- "
|
223
|
|
- showValue="前稀释"
|
224
|
|
- ></label-box>
|
225
|
|
- <label-box
|
226
|
|
- :isChecked="
|
227
|
|
- record&&record.prescription.mode_id == 2 &&
|
228
|
|
- record&&record.prescription.displace_liqui_part == 2
|
229
|
|
- ? true
|
230
|
|
- : false
|
231
|
|
- "
|
232
|
|
- showValue="后稀释"
|
233
|
|
- ></label-box>
|
|
212
|
+
|
|
213
|
+ </check-box>
|
|
214
|
+
|
|
215
|
+ <check-box
|
|
216
|
+ :checked="record&&record.prescription.mode_id == 2"
|
|
217
|
+ text="HDF"
|
|
218
|
+ ></check-box>
|
|
219
|
+
|
|
220
|
+ (<check-box
|
|
221
|
+ :checked="record&&record.prescription.mode_id == 2 && record&&record.prescription.displace_liqui_part == 1"
|
|
222
|
+ text="前稀释"
|
|
223
|
+ ></check-box>
|
|
224
|
+ <check-box
|
|
225
|
+ :checked="record&&record.prescription.mode_id == 2 && record&&record.prescription.displace_liqui_part == 2"
|
|
226
|
+ text="后稀释"
|
|
227
|
+ ></check-box>
|
234
|
228
|
, 置换量: {{
|
235
|
229
|
record&&record.prescription.displace_liqui_value
|
236
|
230
|
? record&&record.prescription.displace_liqui_value
|
237
|
231
|
: "/"
|
238
|
232
|
}}L )
|
239
|
233
|
|
240
|
|
- <label-box
|
241
|
|
- :isChecked="record&&record.prescription.mode_id > 2 ? true : false"
|
242
|
|
- showValue="其他:"
|
243
|
|
- ></label-box>
|
|
234
|
+ <check-box
|
|
235
|
+ :checked="record&&record.prescription.mode_id > 2"
|
|
236
|
+ text="其他"
|
|
237
|
+ ></check-box>
|
244
|
238
|
|
245
|
239
|
<span v-if="record&&record.prescription.mode_id > 2">
|
246
|
240
|
{{ record&&record.prescription.mode }}
|
|
@@ -264,27 +258,22 @@
|
264
|
258
|
|
265
|
259
|
<td colspan="12" style="padding-left: 10px">
|
266
|
260
|
治疗抗凝:
|
267
|
|
- <label-box
|
268
|
|
- v-if="record&&record.prescription.anticoagulant == 3"
|
269
|
|
- :isChecked="
|
270
|
|
- record&&record.prescription.anticoagulant == 3 ? true : false
|
271
|
|
- "
|
272
|
|
- showValue="低分子肝素:"
|
273
|
|
- ></label-box>
|
274
|
|
- <label-box
|
|
261
|
+ <check-box
|
|
262
|
+ :checked="record&&record.prescription.anticoagulant == 3"
|
|
263
|
+ text="低分子肝素"
|
|
264
|
+ ></check-box>
|
|
265
|
+
|
|
266
|
+ <check-box
|
275
|
267
|
v-if="record&&record.prescription.anticoagulant == 6"
|
276
|
|
- :isChecked="
|
277
|
|
- record&&record.prescription.anticoagulant == 6 ? true : false
|
278
|
|
- "
|
279
|
|
- showValue="低分子肝素钙:"
|
280
|
|
- ></label-box>
|
281
|
|
- <label-box
|
|
268
|
+ :checked="record&&record.prescription.anticoagulant == 6"
|
|
269
|
+ text="低分子肝素钙:"
|
|
270
|
+ ></check-box>
|
|
271
|
+
|
|
272
|
+ <check-box
|
282
|
273
|
v-if="record&&record.prescription.anticoagulant == 7"
|
283
|
|
- :isChecked="
|
284
|
|
- record&&record.prescription.anticoagulant == 7 ? true : false
|
285
|
|
- "
|
286
|
|
- showValue="低分子肝素钠:"
|
287
|
|
- ></label-box>
|
|
274
|
+ :checked="record&&record.prescription.anticoagulant == 7"
|
|
275
|
+ text="低分子肝素钠:"
|
|
276
|
+ ></check-box>
|
288
|
277
|
|
289
|
278
|
{{
|
290
|
279
|
record&&record.prescription.anticoagulant_zongliang &&
|
|
@@ -294,13 +283,13 @@
|
294
|
283
|
? record&&record.prescription.anticoagulant_zongliang
|
295
|
284
|
: ""
|
296
|
285
|
}}iu;
|
297
|
|
- <label-box
|
298
|
|
- :isChecked="
|
299
|
|
- record&&record.prescription.anticoagulant == 2 ? true : false
|
300
|
|
- "
|
301
|
|
- showValue="普通肝素:"
|
302
|
|
- ></label-box
|
303
|
|
- >首剂 <span
|
|
286
|
+
|
|
287
|
+ <check-box
|
|
288
|
+ v-if="record&&record.prescription.anticoagulant == 2"
|
|
289
|
+ :checked="record&&record.prescription.anticoagulant == 2"
|
|
290
|
+ text="普通肝素:"
|
|
291
|
+ ></check-box>
|
|
292
|
+ 首剂 <span
|
304
|
293
|
><span style="width: 35px; display: inline-block">
|
305
|
294
|
{{
|
306
|
295
|
record&&record.prescription.anticoagulant_shouji &&
|
|
@@ -309,8 +298,7 @@
|
309
|
298
|
? record&&record.prescription.anticoagulant_shouji
|
310
|
299
|
: ""
|
311
|
300
|
}}
|
312
|
|
- </span></span
|
313
|
|
- >
|
|
301
|
+ </span></span>
|
314
|
302
|
mg 追加 <span>{{
|
315
|
303
|
record&&record.prescription.anticoagulant_weichi &&
|
316
|
304
|
record&&record.prescription.anticoagulant == 2
|
|
@@ -324,26 +312,23 @@
|
324
|
312
|
: ""
|
325
|
313
|
}}</span
|
326
|
314
|
> mg;
|
327
|
|
- <label-box
|
328
|
|
- :isChecked="
|
329
|
|
- record&&record.prescription.anticoagulant == 1 ? true : false
|
330
|
|
- "
|
331
|
|
- showValue="无肝素"
|
332
|
|
- ></label-box
|
333
|
|
- >
|
334
|
|
- <label-box
|
335
|
|
- :isChecked="
|
336
|
|
- record&&record.prescription.anticoagulant != 1 &&
|
337
|
|
- record&&record.prescription.anticoagulant != 2 &&
|
338
|
|
- record&&record.prescription.anticoagulant != 3 &&
|
339
|
|
- record&&record.prescription.anticoagulant != 6 &&
|
340
|
|
- record&&record.prescription.anticoagulant != 7 &&
|
341
|
|
- record&&record.prescription.anticoagulant != 0
|
342
|
|
- ? true
|
343
|
|
- : false
|
344
|
|
- "
|
345
|
|
- showValue="其他"
|
346
|
|
- ></label-box>
|
|
315
|
+
|
|
316
|
+ <check-box
|
|
317
|
+ v-if="record&&record.prescription.anticoagulant == 1"
|
|
318
|
+ :checked="record&&record.prescription.anticoagulant == 1"
|
|
319
|
+ text="无肝素"
|
|
320
|
+ ></check-box>
|
|
321
|
+ <check-box
|
|
322
|
+ v-if="record&&record.prescription.anticoagulant == 1"
|
|
323
|
+ :checked=" record&&record.prescription.anticoagulant != 1 &&
|
|
324
|
+ record&&record.prescription.anticoagulant != 2 &&
|
|
325
|
+ record&&record.prescription.anticoagulant != 3 &&
|
|
326
|
+ record&&record.prescription.anticoagulant != 6&&
|
|
327
|
+ record&&record.prescription.anticoagulant != 7 &&
|
|
328
|
+ record&&record.prescription.anticoagulant != 0"
|
|
329
|
+ text="其他"
|
|
330
|
+ ></check-box>
|
|
331
|
+
|
347
|
332
|
<span style="padding-left: 10px">
|
348
|
333
|
<span
|
349
|
334
|
style="
|
|
@@ -488,96 +473,60 @@
|
488
|
473
|
<div style="display: flex; justify-content: flex-start">
|
489
|
474
|
<div style="width: 100%">
|
490
|
475
|
血管通路:
|
491
|
|
- <label-box
|
492
|
|
- :isChecked="
|
493
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
494
|
|
- '自体内瘘'
|
495
|
|
- ) > -1
|
496
|
|
- ? true
|
497
|
|
- : false
|
498
|
|
- "
|
499
|
|
- showValue="自体内瘘"
|
500
|
|
- ></label-box>
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+ <check-box
|
|
479
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('自体内瘘') > -1"
|
|
480
|
+ text="自体内瘘"
|
|
481
|
+ ></check-box>
|
501
|
482
|
|
502
|
|
- <label-box
|
503
|
|
- :isChecked="
|
504
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
505
|
|
- '人造血管'
|
506
|
|
- ) > -1
|
507
|
|
- ? true
|
508
|
|
- : false
|
509
|
|
- "
|
510
|
|
- showValue="人造血管"
|
511
|
|
- ></label-box>
|
512
|
|
-
|
513
|
|
- <label-box
|
514
|
|
- :isChecked="
|
515
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
516
|
|
- '直穿'
|
517
|
|
- ) > -1
|
518
|
|
- ? true
|
519
|
|
- : false
|
520
|
|
- "
|
521
|
|
- showValue="直穿"
|
522
|
|
- ></label-box>
|
|
483
|
+ <check-box
|
|
484
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('人造血管') > -1"
|
|
485
|
+ text="人造血管"
|
|
486
|
+ ></check-box>
|
523
|
487
|
|
524
|
|
- <label-box
|
525
|
|
- :isChecked="
|
526
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
527
|
|
- '颈内静脉'
|
528
|
|
- ) > -1
|
529
|
|
- ? true
|
530
|
|
- : false
|
531
|
|
- "
|
532
|
|
- showValue="颈内静脉"
|
533
|
|
- ></label-box>
|
|
488
|
+ <check-box
|
|
489
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('直穿') > -1"
|
|
490
|
+ text="直穿"
|
|
491
|
+ ></check-box>
|
534
|
492
|
|
535
|
|
- <label-box
|
536
|
|
- :isChecked="
|
537
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
538
|
|
- '股静脉'
|
539
|
|
- ) > -1
|
540
|
|
- ? true
|
541
|
|
- : false
|
542
|
|
- "
|
543
|
|
- showValue="股静脉"
|
544
|
|
- ></label-box>
|
|
493
|
+
|
|
494
|
+ <check-box
|
|
495
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('颈内静脉') > -1"
|
|
496
|
+ text="颈内静脉"
|
|
497
|
+ ></check-box>
|
545
|
498
|
|
546
|
|
- <label-box
|
547
|
|
- :isChecked="
|
548
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
549
|
|
- '锁骨下'
|
550
|
|
- ) > -1
|
551
|
|
- ? true
|
552
|
|
- : false
|
553
|
|
- "
|
554
|
|
- showValue="锁骨下"
|
555
|
|
- ></label-box>
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+ <check-box
|
|
503
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('股静脉') > -1"
|
|
504
|
+ text="股静脉"
|
|
505
|
+ ></check-box>
|
556
|
506
|
|
557
|
|
- <label-box
|
558
|
|
- :isChecked="
|
559
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
560
|
|
- '锁骨下'
|
561
|
|
- ) == -1 &&
|
562
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
563
|
|
- '股静脉'
|
564
|
|
- ) == -1 &&
|
565
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
566
|
|
- '颈内静脉'
|
567
|
|
- ) == -1 &&
|
568
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
569
|
|
- '人造血管'
|
570
|
|
- ) == -1 &&
|
571
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id.indexOf(
|
572
|
|
- '自体内瘘'
|
573
|
|
- ) == -1 &&
|
574
|
|
- record&&record.assessment_before_dislysis.blood_access_part_id != ''
|
575
|
|
- ? true
|
576
|
|
- : false
|
577
|
|
- "
|
578
|
|
- showValue="其他"
|
579
|
|
- ></label-box>
|
580
|
|
- <span style="padding-left: 20px">
|
|
507
|
+
|
|
508
|
+ <check-box
|
|
509
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('锁骨下') > -1"
|
|
510
|
+ text="锁骨下"
|
|
511
|
+ ></check-box>
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+ <check-box
|
|
517
|
+ :checked="record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('锁骨下') == -1
|
|
518
|
+ && record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('股静脉') == -1
|
|
519
|
+ && record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('颈内静脉') == -1
|
|
520
|
+ && record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('人造血管') == -1
|
|
521
|
+ && record&&record.assessment_before_dislysis.blood_access_part_id.indexOf('自体内瘘') == -1
|
|
522
|
+ "
|
|
523
|
+
|
|
524
|
+ text="其他"
|
|
525
|
+ ></check-box>
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+ <span style="padding-left:10px">
|
581
|
530
|
<span
|
582
|
531
|
style="
|
583
|
532
|
display: inline-block;
|
|
@@ -828,177 +777,173 @@
|
828
|
777
|
</tr>
|
829
|
778
|
<tr style="transform: translateY(4px)">
|
830
|
779
|
<td colspan="11">
|
831
|
|
- <table class="inside_table" border="1" style="text-align: center">
|
832
|
|
- <tr>
|
833
|
|
- <td style="height: 20px" width="60">
|
834
|
|
- <p style="height: 20px; line-height: 20px">时间</p>
|
|
780
|
+ <table class="inside_table" border="1" style="text-align: center">
|
|
781
|
+ <tr>
|
|
782
|
+ <td style="height: 20px" width="60">
|
|
783
|
+ <p style="height: 20px; line-height: 20px">时间</p>
|
|
784
|
+ </td>
|
|
785
|
+
|
|
786
|
+ <td style="height: 20px" width="344">
|
|
787
|
+ <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
|
|
788
|
+ </td>
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+ <td style="height: 20px" width="90">
|
|
792
|
+ <p style="height: 20px; line-height: 20px">执行</p>
|
|
793
|
+ </td>
|
|
794
|
+ <td style="height: 20px" width="90">
|
|
795
|
+ <p style="height: 20px; line-height: 20px">核对</p>
|
|
796
|
+ </td>
|
|
797
|
+ <td style="height: 20px" width="144">
|
|
798
|
+ <p style="height: 20px; line-height: 20px">上次透后体重</p>
|
|
799
|
+ </td>
|
|
800
|
+ <td style="height: 20px" width="60">
|
|
801
|
+ {{
|
|
802
|
+ record.patient.total_dialysis +
|
|
803
|
+ record.patient.user_sys_before_count >
|
|
804
|
+ 0
|
|
805
|
+ ? record.assessment_after_dislysis.weight_after
|
|
806
|
+ : "/"
|
|
807
|
+ }}kg
|
|
808
|
+ </td>
|
|
809
|
+ </tr>
|
|
810
|
+ <tr v-for="(advice, advice_index) in record.advices" :key="advice_index" style="transform: translateY(3px)">
|
|
811
|
+
|
|
812
|
+ <td width="60">
|
|
813
|
+ {{ getTime(advice[0].start_time, "{h}:{i}") }}
|
835
|
814
|
</td>
|
836
|
|
-
|
837
|
|
- <td style="height: 20px" width="344">
|
838
|
|
- <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
|
|
815
|
+
|
|
816
|
+ <td style="text-align: left; padding-left: 5px" width="340">
|
|
817
|
+ <span v-if="advice[0].parent_id > 0">---></span>
|
|
818
|
+ <span>{{ advice[0].advice_name }}</span>
|
|
819
|
+ <span v-if="advice && advice[0].advice_desc"
|
|
820
|
+ >({{ advice[0].advice_desc
|
|
821
|
+ }}{{ advice[0].drug_spec_unit }})</span
|
|
822
|
+ >
|
|
823
|
+ <span v-if="advice[0].prescribing_number"
|
|
824
|
+ > {{ advice[0].prescribing_number
|
|
825
|
+ }}{{ advice[0].prescribing_number_unit }}</span
|
|
826
|
+ >
|
|
827
|
+ <span v-if="advice[0].single_dose != 0"
|
|
828
|
+ >{{ advice[0].single_dose
|
|
829
|
+ }}{{ advice[0].single_dose_unit }}</span
|
|
830
|
+ >
|
|
831
|
+
|
|
832
|
+ <span v-if="advice[0].parent_id == 0">{{
|
|
833
|
+ advice[0].delivery_way
|
|
834
|
+ }}</span>
|
|
835
|
+ <span v-if="advice[0].parent_id == 0">{{
|
|
836
|
+ advice[0].execution_frequency
|
|
837
|
+ }}</span>
|
|
838
|
+ <span>{{ advice[0].remark }}</span>
|
839
|
839
|
</td>
|
840
|
|
-
|
841
|
840
|
|
842
|
|
- <td style="height: 20px" width="90">
|
843
|
|
- <p style="height: 20px; line-height: 20px">执行</p>
|
|
841
|
+
|
|
842
|
+ <td style="line-height: 10px" width="90">
|
|
843
|
+ <span v-if="setAdminUserES(advice[0].execution_staff) == ''">{{
|
|
844
|
+ getAdminUser(advice[0].execution_staff)
|
|
845
|
+ }}</span>
|
|
846
|
+ <img
|
|
847
|
+ style="height: 30px"
|
|
848
|
+ :src="setAdminUserES(advice[0].execution_staff)"
|
|
849
|
+ alt=""
|
|
850
|
+ srcset=""
|
|
851
|
+ />
|
844
|
852
|
</td>
|
845
|
|
- <td style="height: 20px" width="90">
|
846
|
|
- <p style="height: 20px; line-height: 20px">核对</p>
|
|
853
|
+ <td style="line-height: 30px" width="90">
|
|
854
|
+ <span v-if="setAdminUserES(advice[0].checker) == ''">{{
|
|
855
|
+ getAdminUser(advice[0].checker)
|
|
856
|
+ }}</span>
|
|
857
|
+ <img
|
|
858
|
+ style="height: 30px"
|
|
859
|
+ :src="setAdminUserES(advice[0].checker)"
|
|
860
|
+ alt=""
|
|
861
|
+ srcset=""
|
|
862
|
+ v-else
|
|
863
|
+ />
|
847
|
864
|
</td>
|
848
|
|
- <td style="height: 20px" width="144">
|
849
|
|
- <p style="height: 20px; line-height: 20px">上次透后体重</p>
|
|
865
|
+
|
|
866
|
+ <td v-if="advice_index === 0" width="145">透前体重:</td>
|
|
867
|
+ <td v-if="advice_index === 0" width="60">
|
|
868
|
+ {{record.patient.total_dialysis +record.patient.user_sys_before_count>0? record.assessment_before_dislysis.weight_before: "/"}}kg
|
850
|
869
|
</td>
|
851
|
|
- <td style="height: 20px" width="60">
|
852
|
|
- {{
|
|
870
|
+ <td v-if="advice_index === 1" width="145">体重增加量:</td>
|
|
871
|
+ <td v-if="advice_index === 1" width="60">
|
|
872
|
+ {{
|
|
873
|
+ record.assessment_after_dislysis.weight_after == 0 ||
|
|
874
|
+ record.assessment_before_dislysis.weight_before == 0
|
|
875
|
+ ? 0
|
|
876
|
+ : (
|
|
877
|
+ record.assessment_before_dislysis.weight_before -
|
|
878
|
+ record.assessment_after_dislysis.weight_after
|
|
879
|
+ ).toFixed(2)
|
|
880
|
+ }}kg
|
|
881
|
+ </td>
|
|
882
|
+ <td v-if="advice_index === 2" width="145">干体重(DW):</td>
|
|
883
|
+ <td v-if="advice_index === 2" width="60">
|
|
884
|
+ {{
|
853
|
885
|
record.patient.total_dialysis +
|
854
|
|
- record.patient.user_sys_before_count >
|
|
886
|
+ record.patient.user_sys_before_count >
|
855
|
887
|
0
|
856
|
|
- ? record.assessment_after_dislysis.weight_after
|
857
|
|
- : "/"
|
858
|
|
- }}kg
|
|
888
|
+ ? record.assessment_before_dislysis.dry_weight
|
|
889
|
+ : "/"
|
|
890
|
+ }}kg
|
859
|
891
|
</td>
|
860
|
|
- </tr>
|
861
|
|
-
|
862
|
|
- </table>
|
|
892
|
+ <td v-if="advice_index === 3" width="145">较干体重增加量:</td>
|
|
893
|
+ <td v-if="advice_index === 3" width="60">
|
|
894
|
+ {{
|
|
895
|
+ record.patient.total_dialysis +
|
|
896
|
+ record.patient.user_sys_before_count >
|
|
897
|
+ 0 && record.assessment_after_dislysis.weight_after != 0
|
|
898
|
+ ? (
|
|
899
|
+ record.assessment_after_dislysis.weight_after - record.assessment_before_dislysis.dry_weight
|
|
900
|
+ ).toFixed(2)
|
|
901
|
+ : 0
|
|
902
|
+ }}kg
|
|
903
|
+ </td>
|
|
904
|
+ <td v-if="advice_index === 4" width="145">机器显示脱水量:</td>
|
|
905
|
+ <td v-if="advice_index === 4" width="60">
|
|
906
|
+ {{
|
|
907
|
+ record.patient.total_dialysis +
|
|
908
|
+ record.patient.user_sys_before_count >
|
|
909
|
+ 0
|
|
910
|
+ ? record.assessment_after_dislysis.actual_ultrafiltration
|
|
911
|
+ : "/"
|
|
912
|
+ }}ml
|
|
913
|
+ </td>
|
|
914
|
+ <td v-if="advice_index === 5" width="145">透后体重:</td>
|
|
915
|
+ <td v-if="advice_index === 5" width="60">
|
|
916
|
+ {{
|
|
917
|
+ record.patient.total_dialysis +
|
|
918
|
+ record.patient.user_sys_before_count >
|
|
919
|
+ 0
|
|
920
|
+ ? record.assessment_after_dislysis.weight_after
|
|
921
|
+ : "/"
|
|
922
|
+ }}kg
|
|
923
|
+ </td>
|
|
924
|
+ <td v-if="advice_index === 6" width="145">
|
|
925
|
+ 本次透析体重下降量:
|
|
926
|
+ </td>
|
|
927
|
+ <td v-if="advice_index === 6" width="60">
|
|
928
|
+ {{
|
|
929
|
+ record.assessment_after_dislysis.weight_after == 0 ||
|
|
930
|
+ record.assessment_before_dislysis.weight_before == 0
|
|
931
|
+ ? 0
|
|
932
|
+ : (
|
|
933
|
+ record.assessment_before_dislysis.weight_before -
|
|
934
|
+ record.assessment_after_dislysis.weight_after
|
|
935
|
+ ).toFixed(2)
|
|
936
|
+ }}kg
|
|
937
|
+ </td>
|
|
938
|
+ <td v-if="advice_index > 6" width="145"></td>
|
|
939
|
+ <td v-if="advice_index > 6" width="60"></td>
|
|
940
|
+
|
|
941
|
+ </tr>
|
|
942
|
+ </table>
|
863
|
943
|
</td>
|
864
|
944
|
</tr>
|
865
|
945
|
|
866
|
|
- <tr v-for="(advice, advice_index) in record.advices" :key="advice_index" style="transform: translateY(3px)">
|
867
|
|
- <td colspan="11">
|
868
|
|
- <table class="inside_table" border="1">
|
869
|
|
- <tr>
|
870
|
|
- <td width="60">
|
871
|
|
- {{ getTime(advice[0].start_time, "{h}:{i}") }}
|
872
|
|
- </td>
|
873
|
|
-
|
874
|
|
- <td style="text-align: left; padding-left: 5px" width="340">
|
875
|
|
- <span v-if="advice[0].parent_id > 0">---></span>
|
876
|
|
- <span>{{ advice[0].advice_name }}</span>
|
877
|
|
- <span v-if="advice && advice[0].advice_desc"
|
878
|
|
- >({{ advice[0].advice_desc
|
879
|
|
- }}{{ advice[0].drug_spec_unit }})</span
|
880
|
|
- >
|
881
|
|
- <span v-if="advice[0].prescribing_number"
|
882
|
|
- > {{ advice[0].prescribing_number
|
883
|
|
- }}{{ advice[0].prescribing_number_unit }}</span
|
884
|
|
- >
|
885
|
|
- <span v-if="advice[0].single_dose != 0"
|
886
|
|
- >{{ advice[0].single_dose
|
887
|
|
- }}{{ advice[0].single_dose_unit }}</span
|
888
|
|
- >
|
889
|
|
-
|
890
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
891
|
|
- advice[0].delivery_way
|
892
|
|
- }}</span>
|
893
|
|
- <span v-if="advice[0].parent_id == 0">{{
|
894
|
|
- advice[0].execution_frequency
|
895
|
|
- }}</span>
|
896
|
|
- <span>{{ advice[0].remark }}</span>
|
897
|
|
- </td>
|
898
|
|
-
|
899
|
|
-
|
900
|
|
- <td style="line-height: 10px" width="90">
|
901
|
|
- <span v-if="setAdminUserES(advice[0].execution_staff) == ''">{{
|
902
|
|
- getAdminUser(advice[0].execution_staff)
|
903
|
|
- }}</span>
|
904
|
|
- <img
|
905
|
|
- style="height: 30px"
|
906
|
|
- :src="setAdminUserES(advice[0].execution_staff)"
|
907
|
|
- alt=""
|
908
|
|
- srcset=""
|
909
|
|
- />
|
910
|
|
- </td>
|
911
|
|
- <td style="line-height: 30px" width="90">
|
912
|
|
- <span v-if="setAdminUserES(advice[0].checker) == ''">{{
|
913
|
|
- getAdminUser(advice[0].checker)
|
914
|
|
- }}</span>
|
915
|
|
- <img
|
916
|
|
- style="height: 30px"
|
917
|
|
- :src="setAdminUserES(advice[0].checker)"
|
918
|
|
- alt=""
|
919
|
|
- srcset=""
|
920
|
|
- v-else
|
921
|
|
- />
|
922
|
|
- </td>
|
923
|
|
-
|
924
|
|
- <td v-if="advice_index === 0" width="145">透前体重:</td>
|
925
|
|
- <td v-if="advice_index === 0" width="60">
|
926
|
|
- {{record.patient.total_dialysis +record.patient.user_sys_before_count>0? record.assessment_before_dislysis.weight_before: "/"}}kg
|
927
|
|
- </td>
|
928
|
|
- <td v-if="advice_index === 1" width="145">体重增加量:</td>
|
929
|
|
- <td v-if="advice_index === 1" width="60">
|
930
|
|
- {{
|
931
|
|
- record.assessment_after_dislysis.weight_after == 0 ||
|
932
|
|
- record.assessment_before_dislysis.weight_before == 0
|
933
|
|
- ? 0
|
934
|
|
- : (
|
935
|
|
- record.assessment_before_dislysis.weight_before -
|
936
|
|
- record.assessment_after_dislysis.weight_after
|
937
|
|
- ).toFixed(2)
|
938
|
|
- }}kg
|
939
|
|
- </td>
|
940
|
|
- <td v-if="advice_index === 2" width="145">干体重(DW):</td>
|
941
|
|
- <td v-if="advice_index === 2" width="60">
|
942
|
|
- {{
|
943
|
|
- record.patient.total_dialysis +
|
944
|
|
- record.patient.user_sys_before_count >
|
945
|
|
- 0
|
946
|
|
- ? record.assessment_before_dislysis.dry_weight
|
947
|
|
- : "/"
|
948
|
|
- }}kg
|
949
|
|
- </td>
|
950
|
|
- <td v-if="advice_index === 3" width="145">较干体重增加量:</td>
|
951
|
|
- <td v-if="advice_index === 3" width="60">
|
952
|
|
- {{
|
953
|
|
- record.patient.total_dialysis +
|
954
|
|
- record.patient.user_sys_before_count >
|
955
|
|
- 0 && record.assessment_after_dislysis.weight_after != 0
|
956
|
|
- ? (
|
957
|
|
- record.assessment_after_dislysis.weight_after - record.assessment_before_dislysis.dry_weight
|
958
|
|
- ).toFixed(2)
|
959
|
|
- : 0
|
960
|
|
- }}kg
|
961
|
|
- </td>
|
962
|
|
- <td v-if="advice_index === 4" width="145">机器显示脱水量:</td>
|
963
|
|
- <td v-if="advice_index === 4" width="60">
|
964
|
|
- {{
|
965
|
|
- record.patient.total_dialysis +
|
966
|
|
- record.patient.user_sys_before_count >
|
967
|
|
- 0
|
968
|
|
- ? record.assessment_after_dislysis.actual_ultrafiltration
|
969
|
|
- : "/"
|
970
|
|
- }}ml
|
971
|
|
- </td>
|
972
|
|
- <td v-if="advice_index === 5" width="145">透后体重:</td>
|
973
|
|
- <td v-if="advice_index === 5" width="60">
|
974
|
|
- {{
|
975
|
|
- record.patient.total_dialysis +
|
976
|
|
- record.patient.user_sys_before_count >
|
977
|
|
- 0
|
978
|
|
- ? record.assessment_after_dislysis.weight_after
|
979
|
|
- : "/"
|
980
|
|
- }}kg
|
981
|
|
- </td>
|
982
|
|
- <td v-if="advice_index === 6" width="145">
|
983
|
|
- 本次透析体重下降量:
|
984
|
|
- </td>
|
985
|
|
- <td v-if="advice_index === 6" width="60">
|
986
|
|
- {{
|
987
|
|
- record.assessment_after_dislysis.weight_after == 0 ||
|
988
|
|
- record.assessment_before_dislysis.weight_before == 0
|
989
|
|
- ? 0
|
990
|
|
- : (
|
991
|
|
- record.assessment_before_dislysis.weight_before -
|
992
|
|
- record.assessment_after_dislysis.weight_after
|
993
|
|
- ).toFixed(2)
|
994
|
|
- }}kg
|
995
|
|
- </td>
|
996
|
|
- <td v-if="advice_index > 6" width="145"></td>
|
997
|
|
- <td v-if="advice_index > 6" width="60"></td>
|
998
|
|
- </tr>
|
999
|
|
- </table>
|
1000
|
|
- </td>
|
1001
|
|
- </tr>
|
|
946
|
+
|
1002
|
947
|
<tr style="transform: translateY(1px)">
|
1003
|
948
|
<td colspan="11">
|
1004
|
949
|
<table class="inside_table" border="1">
|
|
@@ -1131,7 +1076,7 @@
|
1131
|
1076
|
import BreadCrumb from '@/xt_pages/components/bread-crumb'
|
1132
|
1077
|
import print from 'print-js'
|
1133
|
1078
|
export default {
|
1134
|
|
- name: "BatchPrintOrderSix",
|
|
1079
|
+ name: "BatchPrintOrderFiftyThree",
|
1135
|
1080
|
components: {
|
1136
|
1081
|
CheckBox,
|
1137
|
1082
|
BreadCrumb,
|
|
@@ -1453,7 +1398,6 @@ export default {
|
1453
|
1398
|
scanStyles: false,
|
1454
|
1399
|
});
|
1455
|
1400
|
},
|
1456
|
|
-
|
1457
|
1401
|
complicationsOther: function (record) {
|
1458
|
1402
|
if (record == null || typeof record === "undefined") {
|
1459
|
1403
|
return "";
|