|
@@ -398,7 +398,7 @@
|
398
|
398
|
}
|
399
|
399
|
if (
|
400
|
400
|
!isNaN(this.assessment_after_dislysis.id) &&
|
401
|
|
- this.assessment_after_dislysis.id > 0
|
|
401
|
+ this.assessment_after_dislysis.id && this.assessment_after_dislysis.creater > 0
|
402
|
402
|
) {
|
403
|
403
|
steps[8].value = 1
|
404
|
404
|
}
|
|
@@ -446,17 +446,17 @@
|
446
|
446
|
|
447
|
447
|
this.monitor_records.sort((a, b) => b.operate_time - a.operate_time)
|
448
|
448
|
|
449
|
|
- // for (let index = 0; index < this.monitor_records.length; index++) {
|
450
|
|
- // const record = this.monitor_records[index];
|
451
|
|
- // if (record.operate_time <= monitor.operate_time) {
|
452
|
|
- // this.monitor_records.splice(index, 0, monitor)
|
453
|
|
- // break
|
454
|
|
- // }
|
455
|
|
- // }
|
456
|
|
- this.monitor_records.reverse()
|
457
|
|
- this.last_monitor_record = monitor
|
458
|
|
- this.$refs.plane_dialog.set_last_monitor_record(monitor)
|
459
|
|
- },
|
|
449
|
+ // for (let index = 0; index < this.monitor_records.length; index++) {
|
|
450
|
+ // const record = this.monitor_records[index];
|
|
451
|
+ // if (record.operate_time <= monitor.operate_time) {
|
|
452
|
+ // this.monitor_records.splice(index, 0, monitor)
|
|
453
|
+ // break
|
|
454
|
+ // }
|
|
455
|
+ // }
|
|
456
|
+ this.monitor_records.reverse()
|
|
457
|
+ this.last_monitor_record = monitor
|
|
458
|
+ // this.$refs.plane_dialog.set_last_monitor_record(monitor)
|
|
459
|
+ },
|
460
|
460
|
|
461
|
461
|
didEditMonitor (monitor) {
|
462
|
462
|
var mrl = this.monitor_records.length
|
|
@@ -468,8 +468,8 @@
|
468
|
468
|
}
|
469
|
469
|
}
|
470
|
470
|
|
471
|
|
- console.log(monitor)
|
472
|
|
- console.log(this.monitor_records[monitor_index])
|
|
471
|
+ console.log(monitor)
|
|
472
|
+ console.log(this.monitor_records[monitor_index])
|
473
|
473
|
|
474
|
474
|
this.monitor_records[monitor_index].arterial_pressure =
|
475
|
475
|
monitor.arterial_pressure
|
|
@@ -517,106 +517,106 @@
|
517
|
517
|
monitor.displacement_flow_quantity
|
518
|
518
|
this.monitor_records.sort((a, b) => a.operate_time - b.operate_time)
|
519
|
519
|
|
520
|
|
- // if (monitor_index >= 0) {
|
521
|
|
- // var record = this.monitor_records[monitor_index]
|
522
|
|
- //
|
523
|
|
- // this.monitor_records.splice(monitor_index, 1)
|
524
|
|
- // if(this.monitor_records.length == 0){
|
525
|
|
- // this.monitor_records.splice(0, 0, monitor)
|
526
|
|
- // }else {
|
527
|
|
- //
|
528
|
|
- // for (let index = 0; index < this.monitor_records.length; index++) {
|
529
|
|
- // const temp = this.monitor_records[index];
|
530
|
|
- // if (temp.operate_time <= monitor.operate_time) {
|
531
|
|
- // this.monitor_records.splice(index, 0, monitor)
|
532
|
|
- // break
|
533
|
|
- // }
|
534
|
|
- // }
|
535
|
|
- // }
|
536
|
|
- // }
|
537
|
|
- },
|
538
|
|
- didDelMonitor (record_id) {
|
539
|
|
- var mrl = this.monitor_records.length
|
540
|
|
- for (let index = 0; index < mrl; index++) {
|
541
|
|
- if (this.monitor_records[index].id == record_id) {
|
542
|
|
- this.monitor_records.splice(index, 1)
|
543
|
|
- break
|
544
|
|
- }
|
|
520
|
+ // if (monitor_index >= 0) {
|
|
521
|
+ // var record = this.monitor_records[monitor_index]
|
|
522
|
+ //
|
|
523
|
+ // this.monitor_records.splice(monitor_index, 1)
|
|
524
|
+ // if(this.monitor_records.length == 0){
|
|
525
|
+ // this.monitor_records.splice(0, 0, monitor)
|
|
526
|
+ // }else {
|
|
527
|
+ //
|
|
528
|
+ // for (let index = 0; index < this.monitor_records.length; index++) {
|
|
529
|
+ // const temp = this.monitor_records[index];
|
|
530
|
+ // if (temp.operate_time <= monitor.operate_time) {
|
|
531
|
+ // this.monitor_records.splice(index, 0, monitor)
|
|
532
|
+ // break
|
|
533
|
+ // }
|
|
534
|
+ // }
|
|
535
|
+ // }
|
|
536
|
+ // }
|
|
537
|
+ },
|
|
538
|
+ didDelMonitor (record_id) {
|
|
539
|
+ var mrl = this.monitor_records.length
|
|
540
|
+ for (let index = 0; index < mrl; index++) {
|
|
541
|
+ if (this.monitor_records[index].id == record_id) {
|
|
542
|
+ this.monitor_records.splice(index, 1)
|
|
543
|
+ break
|
545
|
544
|
}
|
546
|
|
- },
|
|
545
|
+ }
|
|
546
|
+ },
|
547
|
547
|
|
548
|
|
- menuClick: function (popupIndex) {
|
549
|
|
- this.index = popupIndex
|
550
|
|
- if (popupIndex >= 0) {
|
551
|
|
- this.menuList[popupIndex].showPopup = true
|
552
|
|
- }
|
553
|
|
- if (
|
554
|
|
- popupIndex == 1 &&
|
555
|
|
- typeof this.$refs.prescription_dialog != 'undefined'
|
556
|
|
- ) {
|
557
|
|
- this.$refs.prescription_dialog.open()
|
558
|
|
- } else if (
|
559
|
|
- popupIndex == 3 &&
|
560
|
|
- typeof this.$refs.assessment_dialog != 'undefined'
|
561
|
|
- ) {
|
562
|
|
- this.$refs.assessment_dialog.open()
|
563
|
|
- } else if (
|
564
|
|
- popupIndex == 4 &&
|
565
|
|
- typeof this.$refs.orders_dialog != 'undefined'
|
566
|
|
- ) {
|
567
|
|
- // this.$refs.orders_dialog.open();
|
568
|
|
- } else if (
|
569
|
|
- popupIndex == 0 &&
|
570
|
|
- typeof this.$refs.computer_dialog != 'undefined'
|
571
|
|
- ) {
|
572
|
|
- this.$refs.computer_dialog.open()
|
573
|
|
- } else if (
|
574
|
|
- popupIndex == 6 &&
|
575
|
|
- typeof this.$refs.monit_dialog != 'undefined'
|
576
|
|
- ) {
|
577
|
|
- this.$refs.monit_dialog.open()
|
578
|
|
- } else if (
|
579
|
|
- popupIndex == 7 &&
|
580
|
|
- typeof this.$refs.plane_dialog != 'undefined'
|
581
|
|
- ) {
|
582
|
|
- this.$refs.plane_dialog.open()
|
583
|
|
- } else if (
|
584
|
|
- popupIndex == 8 &&
|
585
|
|
- typeof this.$refs.thoroug_dialog != 'undefined'
|
586
|
|
- ) {
|
587
|
|
- this.$refs.thoroug_dialog.open()
|
588
|
|
- } else if (
|
589
|
|
- popupIndex == 9 &&
|
590
|
|
- typeof this.$refs.treatment_dialog != 'undefined'
|
591
|
|
- ) {
|
592
|
|
- this.$refs.treatment_dialog.open()
|
593
|
|
- }
|
594
|
|
- },
|
595
|
|
- popupDidHide: function (popupIndex) {
|
596
|
|
- this.index = -1
|
597
|
|
- },
|
598
|
|
- closeDialog (index) {
|
599
|
|
- this.index = -1
|
600
|
|
- this.menuList[index].showPopup = false
|
601
|
|
- },
|
602
|
|
- refresh () {
|
603
|
|
- var dateStr = parseTime(this.$route.query.date, '{y}-{m}-{d}')
|
604
|
|
- var params = {
|
605
|
|
- patient_id: this.$route.query.patient_id,
|
606
|
|
- date: dateStr
|
607
|
|
- }
|
608
|
|
- getDialysisRecord(params).then(rs => {
|
609
|
|
- var resp = rs.data
|
610
|
|
- console.log(resp)
|
611
|
|
- if (resp.state == 1) {
|
612
|
|
- var patient = resp.data.patient // 患者信息
|
613
|
|
- var schedual = resp.data.schedual // 患者排班信息
|
614
|
|
- var prescription = resp.data.prescription // 透析处方
|
615
|
|
- var solution = resp.data.solution // 透析方案
|
616
|
|
- var receiver_treatment_access = resp.data.receiver_treatment_access // 接诊评估
|
617
|
|
- var predialysis_evaluation = resp.data.predialysis_evaluation // 透前评估
|
618
|
|
- var doctor_advices = resp.data.doctor_advices // 临时医嘱
|
619
|
|
- this.dryWeight = resp.data.dry_weight
|
|
548
|
+ menuClick: function (popupIndex) {
|
|
549
|
+ this.index = popupIndex
|
|
550
|
+ if (popupIndex >= 0) {
|
|
551
|
+ this.menuList[popupIndex].showPopup = true
|
|
552
|
+ }
|
|
553
|
+ if (
|
|
554
|
+ popupIndex == 1 &&
|
|
555
|
+ typeof this.$refs.prescription_dialog !== 'undefined'
|
|
556
|
+ ) {
|
|
557
|
+ this.$refs.prescription_dialog.open()
|
|
558
|
+ } else if (
|
|
559
|
+ popupIndex == 3 &&
|
|
560
|
+ typeof this.$refs.assessment_dialog !== 'undefined'
|
|
561
|
+ ) {
|
|
562
|
+ this.$refs.assessment_dialog.open()
|
|
563
|
+ } else if (
|
|
564
|
+ popupIndex == 4 &&
|
|
565
|
+ typeof this.$refs.orders_dialog !== 'undefined'
|
|
566
|
+ ) {
|
|
567
|
+ // this.$refs.orders_dialog.open();
|
|
568
|
+ } else if (
|
|
569
|
+ popupIndex == 0 &&
|
|
570
|
+ typeof this.$refs.computer_dialog !== 'undefined'
|
|
571
|
+ ) {
|
|
572
|
+ this.$refs.computer_dialog.open()
|
|
573
|
+ } else if (
|
|
574
|
+ popupIndex == 6 &&
|
|
575
|
+ typeof this.$refs.monit_dialog !== 'undefined'
|
|
576
|
+ ) {
|
|
577
|
+ this.$refs.monit_dialog.open()
|
|
578
|
+ } else if (
|
|
579
|
+ popupIndex == 7 &&
|
|
580
|
+ typeof this.$refs.plane_dialog !== 'undefined'
|
|
581
|
+ ) {
|
|
582
|
+ this.$refs.plane_dialog.open()
|
|
583
|
+ } else if (
|
|
584
|
+ popupIndex == 8 &&
|
|
585
|
+ typeof this.$refs.thoroug_dialog !== 'undefined'
|
|
586
|
+ ) {
|
|
587
|
+ this.$refs.thoroug_dialog.open()
|
|
588
|
+ } else if (
|
|
589
|
+ popupIndex == 9 &&
|
|
590
|
+ typeof this.$refs.treatment_dialog !== 'undefined'
|
|
591
|
+ ) {
|
|
592
|
+ this.$refs.treatment_dialog.open()
|
|
593
|
+ }
|
|
594
|
+ },
|
|
595
|
+ popupDidHide: function (popupIndex) {
|
|
596
|
+ this.index = -1
|
|
597
|
+ },
|
|
598
|
+ closeDialog (index) {
|
|
599
|
+ this.index = -1
|
|
600
|
+ this.menuList[index].showPopup = false
|
|
601
|
+ },
|
|
602
|
+ refresh () {
|
|
603
|
+ var dateStr = parseTime(this.$route.query.date, '{y}-{m}-{d}')
|
|
604
|
+ var params = {
|
|
605
|
+ patient_id: this.$route.query.patient_id,
|
|
606
|
+ date: dateStr
|
|
607
|
+ }
|
|
608
|
+ getDialysisRecord(params).then(rs => {
|
|
609
|
+ var resp = rs.data
|
|
610
|
+ console.log(resp)
|
|
611
|
+ if (resp.state == 1) {
|
|
612
|
+ var patient = resp.data.patient // 患者信息
|
|
613
|
+ var schedual = resp.data.schedual // 患者排班信息
|
|
614
|
+ var prescription = resp.data.prescription // 透析处方
|
|
615
|
+ var solution = resp.data.solution // 透析方案
|
|
616
|
+ var receiver_treatment_access = resp.data.receiver_treatment_access // 接诊评估
|
|
617
|
+ var predialysis_evaluation = resp.data.predialysis_evaluation // 透前评估
|
|
618
|
+ var doctor_advices = resp.data.doctor_advices // 临时医嘱
|
|
619
|
+ this.dryWeight = resp.data.dry_weight
|
620
|
620
|
|
621
|
621
|
for (let i = 0; i < doctor_advices.length; i++) {
|
622
|
622
|
doctor_advices[i]['is_selected'] = 0
|