|
@@ -173,7 +173,7 @@
|
173
|
173
|
穿刺点情况:{{ predialysis.point_puncture ? predialysis.point_puncture : "/" }}
|
174
|
174
|
</div>
|
175
|
175
|
<div style="display: 1;line-height: 30px;">
|
176
|
|
- 穿刺护士:杨能华/
|
|
176
|
+ 穿刺护士:
|
177
|
177
|
<span style="display: inline-block;width: 100px;" v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
|
178
|
178
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}
|
179
|
179
|
</span>
|
|
@@ -278,6 +278,7 @@
|
278
|
278
|
<td>{{ advice.delivery_way }}</td>
|
279
|
279
|
<td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
280
|
280
|
<td style="height:30px;line-height:30px">
|
|
281
|
+ 杨能华/
|
281
|
282
|
<span v-if="setAdminUserES(advice.advice_doctor) == ''">
|
282
|
283
|
{{ getAdminUser(advice.advice_doctor)}}
|
283
|
284
|
</span>
|
|
@@ -304,16 +305,8 @@
|
304
|
305
|
{{afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute :'/'}}min
|
305
|
306
|
</div>
|
306
|
307
|
<div style="flex: 1;">透析器凝血:
|
307
|
|
- <div
|
308
|
|
- class="under_line"
|
309
|
|
- style="
|
310
|
|
- width: 60%;
|
311
|
|
- text-align: center;
|
312
|
|
- white-space: normal;
|
313
|
|
- "
|
314
|
|
- >
|
315
|
|
- {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
|
316
|
|
- </div>
|
|
308
|
+ {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
|
|
309
|
+
|
317
|
310
|
</div>
|
318
|
311
|
</div>
|
319
|
312
|
</td>
|
|
@@ -329,7 +322,7 @@
|
329
|
322
|
<div style="display: flex;border: 1px solid black;padding: 5px;">
|
330
|
323
|
<div style="flex: 1;">
|
331
|
324
|
<div style="display: inline-block;margin-right: 120px;">
|
332
|
|
- <span style="display: inline-block;">医生签名:</span>
|
|
325
|
+ <span style="display: inline-block;">医生签名:</span>杨能华/
|
333
|
326
|
<span style="display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
|
334
|
327
|
{{ getAdminUser(prescription.creater)}}
|
335
|
328
|
</span>
|
|
@@ -540,7 +533,17 @@ export default {
|
540
|
533
|
){
|
541
|
534
|
const obj = "上机前病情"
|
542
|
535
|
checkDate.push(obj)
|
543
|
|
- } if(this.predialysis.systolic_blood_pressure == '' &&
|
|
536
|
+ } if(this.predialysis.temperature ==''){
|
|
537
|
+ const obj0 = "体温"
|
|
538
|
+ checkDate.push(obj0)
|
|
539
|
+ } if(this.predialysis.pulse_frequency==''){
|
|
540
|
+ const obj1_1 = "脉搏"
|
|
541
|
+ checkDate.push(obj1_1)
|
|
542
|
+ } if(this.predialysis.breathing_rate==''){
|
|
543
|
+ const obj1_2 = "呼吸"
|
|
544
|
+ checkDate.push(obj1_2)
|
|
545
|
+ }
|
|
546
|
+ if(this.predialysis.systolic_blood_pressure == '' &&
|
544
|
547
|
this.predialysis.diastolic_blood_pressure == ''
|
545
|
548
|
){
|
546
|
549
|
const obj1 = "血压"
|
|
@@ -555,16 +558,22 @@ export default {
|
555
|
558
|
} if(this.afterdialysis.actual_treatment_hour == ''){
|
556
|
559
|
const obj4 = "治疗时间"
|
557
|
560
|
checkDate.push(obj4)
|
558
|
|
- } if(this.prescription.anticoagulant == ''){
|
|
561
|
+ } if (
|
|
562
|
+ this.prescription.dialyzer_perfusion_apparatus == ''
|
|
563
|
+ ){
|
|
564
|
+ const obj18 = "透析(滤)器"
|
|
565
|
+ checkDate.push(obj18)
|
|
566
|
+ }
|
|
567
|
+ if(this.prescription.anticoagulant == ''){
|
559
|
568
|
const obj5 = "抗凝剂未填"
|
560
|
569
|
checkDate.push(obj5)
|
561
|
|
- } if(this.prescription.anticoagulant_shouji == 0 && this.prescription.anticoagulant=='普通肝素'){
|
|
570
|
+ } if(this.prescription.anticoagulant_shouji == 0 && this.prescription.anticoagulant==2){
|
562
|
571
|
const obj6 = "首剂"
|
563
|
572
|
checkDate.push(obj6)
|
564
|
|
- } if(this.prescription.anticoagulant_weichi == 0 && this.prescription.anticoagulant=='普通肝素'){
|
|
573
|
+ } if(this.prescription.anticoagulant_weichi == 0 && this.prescription.anticoagulant==2){
|
565
|
574
|
const obj7 = "维持"
|
566
|
575
|
checkDate.push(obj7)
|
567
|
|
- } if(this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant=='普通肝素'){
|
|
576
|
+ } if(this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant==2){
|
568
|
577
|
const obj8 = "总量"
|
569
|
578
|
checkDate.push(obj8)
|
570
|
579
|
}
|
|
@@ -572,16 +581,16 @@ export default {
|
572
|
581
|
const obj9 = "上次透后体重"
|
573
|
582
|
checkDate.push(obj9)
|
574
|
583
|
} if(this.predialysis.weight_before == 0){
|
575
|
|
- const obj10 = "本次透前体重"
|
|
584
|
+ const obj10 = "透前体重"
|
576
|
585
|
checkDate.push(obj10)
|
577
|
586
|
} if(this.predialysis.dry_weight == 0){
|
578
|
587
|
const obj11 = "干体重"
|
579
|
588
|
checkDate.push(obj11)
|
580
|
589
|
} if(this.afterdialysis.weight_after == 0){
|
581
|
|
- const obj12 = "本次透后体重"
|
|
590
|
+ const obj12 = "透后体重"
|
582
|
591
|
checkDate.push(obj12)
|
583
|
|
- } if(this.prescription.target_ultrafiltration == 0){
|
584
|
|
- const obj13 = "目标脱水量"
|
|
592
|
+ } if(this.prescription.calcium == 0){
|
|
593
|
+ const obj13 = "透析液钙浓度"
|
585
|
594
|
checkDate.push(obj13)
|
586
|
595
|
} if(this.prescription.prescription_water == 0){
|
587
|
596
|
const obj14 = "处方脱水量"
|
|
@@ -589,29 +598,26 @@ export default {
|
589
|
598
|
} if(this.prescription.creater == ""){
|
590
|
599
|
const obj15 = "医生签名"
|
591
|
600
|
checkDate.push(obj15)
|
592
|
|
- } if(this.prescription.dialysate_flow == ''){
|
|
601
|
+ }
|
|
602
|
+ if(this.afterdialysis.actual_treatment_hour == '' &&
|
|
603
|
+ this.afterdialysis.actual_treatment_minute==''){
|
593
|
604
|
const obj16 = "透析液流量"
|
594
|
605
|
checkDate.push(obj16)
|
595
|
|
- } if(this.prescription.blood_flow_volume == ''){
|
596
|
|
- const obj17 = "血流量"
|
|
606
|
+ } if(this.afterdialysis.cruor == ''){
|
|
607
|
+ const obj17 = "透析器凝血"
|
597
|
608
|
checkDate.push(obj17)
|
598
|
|
- } if (this.predialysis.machine_type == '') {
|
599
|
|
- const obj19 = "透析器"
|
|
609
|
+ }
|
|
610
|
+ if (this.predialysis.point_puncture == '') {
|
|
611
|
+ const obj19 = "穿刺点情况"
|
600
|
612
|
checkDate.push(obj19)
|
601
|
|
- } if (
|
602
|
|
- this.prescription.dialysis_irrigation == '' &&
|
603
|
|
- this.prescription.dialysis_dialyszers == '' &&
|
604
|
|
- this.prescription.dialysis_strainer == ''
|
605
|
|
- ){
|
606
|
|
- const obj18 = "透析(滤)器"
|
607
|
|
- checkDate.push(obj18)
|
608
|
|
- } if (this.predialysis.blood_access_part_opera_name == ''){
|
|
613
|
+ }
|
|
614
|
+ if (this.predialysis.blood_access_part_opera_name == ''){
|
609
|
615
|
const obj20 = "血管通路"
|
610
|
616
|
checkDate.push(obj20)
|
611
|
617
|
} if (this.dialysisOrder == null ||
|
612
|
618
|
this.dialysisOrder.puncture_nurse == 0
|
613
|
619
|
) {
|
614
|
|
- const obj21 = "穿刺者"
|
|
620
|
+ const obj21 = "穿刺护士"
|
615
|
621
|
checkDate.push(obj21)
|
616
|
622
|
} if(this.summary.dialysis_summary == ""){
|
617
|
623
|
const obj22 = "透析小结"
|
|
@@ -620,21 +626,32 @@ export default {
|
620
|
626
|
this.dialysisOrder == null ||
|
621
|
627
|
this.dialysisOrder.start_nurse == 0
|
622
|
628
|
) {
|
623
|
|
- const obj23 = "护士签名"
|
|
629
|
+ const obj23 = "责任护士"
|
624
|
630
|
checkDate.push(obj23)
|
|
631
|
+ } if (this.dialysisOrder == null && this.check.creater == 0) {
|
|
632
|
+ const obj49='核对护士'
|
|
633
|
+ checkDate.push(obj49)
|
|
634
|
+ } else if (this.dialysisOrder != null && this.check.creater == 0) {
|
|
635
|
+ const obj49='核对护士'
|
|
636
|
+ checkDate.push(obj49)
|
|
637
|
+ } else if (this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.modifier && this.check.creater == 0) {
|
|
638
|
+ const obj49='核对护士'
|
|
639
|
+ checkDate.push(obj49)
|
|
640
|
+ } else if (this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.creater && this.check.modifier == 0) {
|
|
641
|
+ const obj49='核对护士'
|
|
642
|
+ checkDate.push(obj49)
|
625
|
643
|
}
|
626
|
|
-
|
627
|
|
- if(this.tableAdvice.length > 0){
|
628
|
|
- let num = 0
|
|
644
|
+ if(this.tableAdvice.length > 0){
|
629
|
645
|
this.tableAdvice.map(item => {
|
630
|
646
|
if(item.id > 0 && (item.created_time || item.start_time)){
|
631
|
|
- if(item.execution_staff ==0 || item.checker ==0){
|
632
|
|
- const obj24 = '执行,核对'
|
|
647
|
+ if(item.execution_staff ==0 || item.advice_doctor ==0){
|
|
648
|
+ const obj24 = '执行,医生'
|
633
|
649
|
checkDate.push(obj24)
|
634
|
650
|
}
|
635
|
651
|
}
|
636
|
652
|
})
|
637
|
653
|
}
|
|
654
|
+
|
638
|
655
|
this.getcheckData(checkDate)
|
639
|
656
|
},
|
640
|
657
|
getDisplaceLiquiPart: function(val) {
|