|
@@ -2014,14 +2014,14 @@ export default {
|
2014
|
2014
|
this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
|
2015
|
2015
|
tempmonitorflag = false;
|
2016
|
2016
|
}
|
2017
|
|
- if(this.org_id!=10515 ){
|
2018
|
|
- if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
2019
|
|
- this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
|
2020
|
|
- }
|
2021
|
|
- if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
2022
|
|
- this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
|
2023
|
|
- }
|
2024
|
|
- }
|
|
2017
|
+ // if(this.org_id!=10515 ){
|
|
2018
|
+ // if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
|
2019
|
+ // this.records[i].monitor_records[j].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
|
|
2020
|
+ // }
|
|
2021
|
+ // if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
|
2022
|
+ // this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血"+this.records[i].dialysis_order.blood_drawing +"ml/min"
|
|
2023
|
+ // }
|
|
2024
|
+ // }
|
2025
|
2025
|
|
2026
|
2026
|
}
|
2027
|
2027
|
}
|