|
@@ -2270,10 +2270,10 @@ export default {
|
2270
|
2270
|
this.monitors[index].end = "";
|
2271
|
2271
|
if (Object.keys(monitor).length > 0 && index > 1) {
|
2272
|
2272
|
if ((this.dialysisOrder &&monitor.operate_time == this.dialysisOrder.end_time)&&(this.org_id!=10414)) {
|
|
2273
|
+ console.log('1111122222',monitor.operate_time==this.dialysisOrder.end_time);
|
2273
|
2274
|
if(this.org_id!=10683){
|
2274
|
2275
|
this.monitors[index].end = "【结束透析】回血100ml/min";
|
2275
|
2276
|
}
|
2276
|
|
-
|
2277
|
2277
|
tempmonitorflag = false;
|
2278
|
2278
|
}
|
2279
|
2279
|
// if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
|
|
@@ -2284,9 +2284,9 @@ export default {
|
2284
|
2284
|
}
|
2285
|
2285
|
}
|
2286
|
2286
|
|
2287
|
|
- this.jilurow = this.monitors.length + 1;
|
|
2287
|
+ // this.jilurow = this.monitors.length + 1;
|
2288
|
2288
|
|
2289
|
|
- this.advice_jilurow = this.advices.length + 1;
|
|
2289
|
+ // this.advice_jilurow = this.advices.length + 1;
|
2290
|
2290
|
|
2291
|
2291
|
var childMap = {};
|
2292
|
2292
|
for (const index in this.advices) {
|