|
@@ -361,6 +361,12 @@ export default {
|
361
|
361
|
if(modeIdCount[i].mode_id == 37){
|
362
|
362
|
modeIdCount[i].mode_id = "HDF1000"
|
363
|
363
|
}
|
|
364
|
+ if(modeIdCount[i].mode_id == 38){
|
|
365
|
+ modeIdCount[i].mode_id = "HDF80"
|
|
366
|
+ }
|
|
367
|
+ if(modeIdCount[i].mode_id == 39){
|
|
368
|
+ modeIdCount[i].mode_id = "HF16"
|
|
369
|
+ }
|
364
|
370
|
}
|
365
|
371
|
this.modeIdCount = modeIdCount
|
366
|
372
|
|
|
@@ -479,6 +485,14 @@ export default {
|
479
|
485
|
if(scheduleCount[i].mode_id == 37){
|
480
|
486
|
scheduleCount[i].mode_id = "HDF1000"
|
481
|
487
|
}
|
|
488
|
+
|
|
489
|
+ if(scheduleCount[i].mode_id == 38){
|
|
490
|
+ scheduleCount[i].mode_id = "HDF80"
|
|
491
|
+ }
|
|
492
|
+
|
|
493
|
+ if(scheduleCount[i].mode_id == 39){
|
|
494
|
+ scheduleCount[i].mode_id = "HF16"
|
|
495
|
+ }
|
482
|
496
|
}
|
483
|
497
|
this.scheduleCount = scheduleCount
|
484
|
498
|
let dataInfo = {}
|
|
@@ -685,6 +699,10 @@ export default {
|
685
|
699
|
patients[i].mode_id = "HDF800"
|
686
|
700
|
}else if(patients[i].mode_id == 37){
|
687
|
701
|
patients[i].mode_id = "HDF1000"
|
|
702
|
+ }else if(patients[i].mode_id == 38){
|
|
703
|
+ patients[i].mode_id = "HDF80"
|
|
704
|
+ }else if(patients[i].mode_id == 39){
|
|
705
|
+ patients[i].mode_id = "HF16"
|
688
|
706
|
}
|
689
|
707
|
|
690
|
708
|
|
|
@@ -762,13 +780,16 @@ export default {
|
762
|
780
|
this.DialysisData[i].HDF800 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF800")
|
763
|
781
|
this.DialysisData[i].HDF1000 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF1000")
|
764
|
782
|
|
|
783
|
+ this.DialysisData[i].HDF80 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF80")
|
|
784
|
+ this.DialysisData[i].HF16 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HF16")
|
|
785
|
+
|
765
|
786
|
this.DialysisData[i].age = this.getAge(this.DialysisData[i].id_card_no)
|
766
|
787
|
this.DialysisData[i].total_count = this.getDialysisCount(this.DialysisData[i].patient_id)
|
767
|
788
|
}
|
768
|
789
|
console.log("hhh2323323232",this.DialysisData)
|
769
|
790
|
import('@/vendor/Export2Excel').then(excel => {
|
770
|
|
- const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','总数']
|
771
|
|
- const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','total_count']
|
|
791
|
+ const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','HDF80','HF16','总数']
|
|
792
|
+ const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','HDF80','HF16','total_count']
|
772
|
793
|
|
773
|
794
|
const data = this.formatJson(filterVal, this.DialysisData)
|
774
|
795
|
|
|
@@ -814,14 +835,16 @@ export default {
|
814
|
835
|
this.DialysisData[i].HDF600 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF600")
|
815
|
836
|
this.DialysisData[i].HDF800 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF800")
|
816
|
837
|
this.DialysisData[i].HDF1000 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF1000")
|
|
838
|
+ this.DialysisData[i].HDF80 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HDF80")
|
|
839
|
+ this.DialysisData[i].HF16 = this.getScheduleHdModeIdCount(this.DialysisData[i].patient_id,"HF16")
|
817
|
840
|
|
818
|
841
|
this.DialysisData[i].age = this.getAge(this.DialysisData[i].id_card_no)
|
819
|
842
|
this.DialysisData[i].total_count = this.getScheduleDialysisCount(this.DialysisData[i].patient_id)
|
820
|
843
|
}
|
821
|
844
|
console.log("hhh2323323232",this.DialysisData)
|
822
|
845
|
import('@/vendor/Export2Excel').then(excel => {
|
823
|
|
- const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','总数']
|
824
|
|
- const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','total_count']
|
|
846
|
+ const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','HDF80','HF16','总数']
|
|
847
|
+ const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','HDF80','HF16','total_count']
|
825
|
848
|
|
826
|
849
|
const data = this.formatJson(filterVal, this.DialysisData)
|
827
|
850
|
|
|
@@ -868,13 +891,15 @@ export default {
|
868
|
891
|
this.scheduleList[i].HDF600 = this.getScheduleHdModeIdCount(this.scheduleList[i].patient_id,"HDF600")
|
869
|
892
|
this.scheduleList[i].HDF800 = this.getScheduleHdModeIdCount(this.scheduleList[i].patient_id,"HDF800")
|
870
|
893
|
this.scheduleList[i].HDF1000 = this.getScheduleHdModeIdCount(this.scheduleList[i].patient_id,"HDF1000")
|
|
894
|
+ this.scheduleList[i].HDF80 = this.getScheduleHdModeIdCount(this.scheduleList[i].patient_id,"HDF80")
|
|
895
|
+ this.scheduleList[i].HF16 = this.getScheduleHdModeIdCount(this.scheduleList[i].patient_id,"HF16")
|
871
|
896
|
this.scheduleList[i].age = this.getAge(this.scheduleList[i].id_card_no)
|
872
|
897
|
this.scheduleList[i].total_count = this.getScheduleDialysisCount(this.scheduleList[i].patient_id)
|
873
|
898
|
}
|
874
|
899
|
console.log("hhh2323323232",this.scheduleList)
|
875
|
900
|
import('@/vendor/Export2Excel').then(excel => {
|
876
|
|
- const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','总数']
|
877
|
|
- const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','total_count']
|
|
901
|
+ const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','','HDF80','HF16','总数']
|
|
902
|
+ const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','PHF','HDF100','HDF600','HDF800','HDF1000','HDF80','HF16','total_count']
|
878
|
903
|
|
879
|
904
|
const data = this.formatJson(filterVal, this.scheduleList)
|
880
|
905
|
|