|
@@ -807,6 +807,7 @@
|
807
|
807
|
var anticoagulantList = []
|
808
|
808
|
|
809
|
809
|
if(arrDateOne > arrDateTwo){
|
|
810
|
+ console.log("简单阿凡达2332322332")
|
810
|
811
|
if(list!=null && list.length>0){
|
811
|
812
|
for(let i=0;i<list.length;i++){
|
812
|
813
|
list[i].dialysis_dialyszers_arr = []
|
|
@@ -871,7 +872,7 @@
|
871
|
872
|
}
|
872
|
873
|
|
873
|
874
|
if(arrDateOne <= arrDateTwo){
|
874
|
|
-
|
|
875
|
+ console.log("简哈哈哈发232我")
|
875
|
876
|
|
876
|
877
|
if(list!=null && list.length>0){
|
877
|
878
|
for(let i=0;i<list.length;i++){
|
|
@@ -935,8 +936,16 @@
|
935
|
936
|
}
|
936
|
937
|
}
|
937
|
938
|
}
|
|
939
|
+ console.log("listoope2233232",list)
|
|
940
|
+ var NewAllList=[]
|
|
941
|
+ for(let i=0;i<list.length;i++){
|
|
942
|
+ if(list[i].dialysis_machine_name =="OCI18M"){
|
|
943
|
+ NewAllList.push(list[i])
|
|
944
|
+ }
|
|
945
|
+ }
|
|
946
|
+ console.log("NewAllList",NewAllList)
|
938
|
947
|
|
939
|
|
- console.log("anticoagulantList",anticoagulantList)
|
|
948
|
+
|
940
|
949
|
this.tableList = []
|
941
|
950
|
if(anticoagulantList!=null && anticoagulantList.length > 0){
|
942
|
951
|
let dataInfoOne = {}
|
|
@@ -967,6 +976,7 @@
|
967
|
976
|
this.tableList.push(hisarr[i])
|
968
|
977
|
}
|
969
|
978
|
console.log("hisarr",hisarr)
|
|
979
|
+
|
970
|
980
|
}
|
971
|
981
|
var dialysisDialyszersArr = []
|
972
|
982
|
var dialyzerPerfusionApparaArr = []
|
|
@@ -987,6 +997,7 @@
|
987
|
997
|
dialysisStrainerArr.push(list[i].dialysis_strainer_arr[p])
|
988
|
998
|
}
|
989
|
999
|
}
|
|
1000
|
+ console.log("dialysisDialyszersArrooo2oo2o2o2o2",dialysisDialyszersArr)
|
990
|
1001
|
let obj = {}
|
991
|
1002
|
let objOne = {}
|
992
|
1003
|
let objTwo = {}
|
|
@@ -1071,7 +1082,7 @@
|
1071
|
1082
|
Arr.push(a);
|
1072
|
1083
|
}
|
1073
|
1084
|
|
1074
|
|
-
|
|
1085
|
+ console.log("Arrowowwwwwwwwwww",Arr)
|
1075
|
1086
|
if(Arr.length >0){
|
1076
|
1087
|
for(let i=0;i<Arr.length;i++){
|
1077
|
1088
|
this.tableList.push(Arr[i])
|