|
|
|
|
1420
|
for (let index = 0; index < this.monitors.length; index++) {
|
1420
|
for (let index = 0; index < this.monitors.length; index++) {
|
1421
|
const monitor = this.monitors[index]
|
1421
|
const monitor = this.monitors[index]
|
1422
|
this.monitors[index].end = ''
|
1422
|
this.monitors[index].end = ''
|
1423
|
- if (Object.keys(monitor).length > 0 && index > 1) {
|
|
|
|
|
1423
|
+ if (Object.keys(monitor).length > 0 && index >= 1) {
|
1424
|
if (this.dialysisOrder && monitor.operate_time == this.dialysisOrder.end_time) {
|
1424
|
if (this.dialysisOrder && monitor.operate_time == this.dialysisOrder.end_time) {
|
1425
|
if(this.org_id != 10233){
|
1425
|
if(this.org_id != 10233){
|
1426
|
this.monitors[index].end = '【结束透析】回血100ml/min'
|
1426
|
this.monitors[index].end = '【结束透析】回血100ml/min'
|
|
|
|
|
1438
|
}
|
1438
|
}
|
1439
|
}
|
1439
|
}
|
1440
|
}
|
1440
|
}
|
|
|
1441
|
+
|
|
|
1442
|
+ console.log('this.monitors',this.monitors)
|
1441
|
|
1443
|
|
1442
|
this.jilurow = this.monitors.length + 1
|
1444
|
this.jilurow = this.monitors.length + 1
|
1443
|
|
1445
|
|