|
@@ -171,6 +171,7 @@
|
171
|
171
|
template_id == 41 ||
|
172
|
172
|
template_id == 43 ||
|
173
|
173
|
template_id == 44 ||
|
|
174
|
+ template_id == 47 ||
|
174
|
175
|
org_id == 9555)
|
175
|
176
|
"
|
176
|
177
|
>
|
|
@@ -218,6 +219,7 @@
|
218
|
219
|
template_id != 41 &&
|
219
|
220
|
template_id != 43 &&
|
220
|
221
|
template_id != 44 &&
|
|
222
|
+ template_id != 47 &&
|
221
|
223
|
org_id!=9555
|
222
|
224
|
"
|
223
|
225
|
>
|
|
@@ -235,7 +237,7 @@
|
235
|
237
|
align="center"
|
236
|
238
|
label="超滤率(ml/h)"
|
237
|
239
|
width="100"
|
238
|
|
- v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44) "
|
|
240
|
+ v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47) "
|
239
|
241
|
>
|
240
|
242
|
<template slot-scope="scope">
|
241
|
243
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -246,7 +248,7 @@
|
246
|
248
|
align="center"
|
247
|
249
|
label="超滤率(L/h)"
|
248
|
250
|
width="100"
|
249
|
|
- v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35 && template_id != 38 && template_id != 41 && template_id != 43 && template_id != 44"
|
|
251
|
+ v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35 && template_id != 38 && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 47"
|
250
|
252
|
>
|
251
|
253
|
<template slot-scope="scope">
|
252
|
254
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -287,7 +289,7 @@
|
287
|
289
|
align="center"
|
288
|
290
|
label="置换率(ml/min)"
|
289
|
291
|
width="120"
|
290
|
|
- v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
|
292
|
+ v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 47)" >
|
291
|
293
|
<template slot-scope="scope">
|
292
|
294
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
293
|
295
|
</template>
|
|
@@ -298,7 +300,7 @@
|
298
|
300
|
align="center"
|
299
|
301
|
label="置换率(L/h)"
|
300
|
302
|
width="120"
|
301
|
|
- v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29">
|
|
303
|
+ v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 47">
|
302
|
304
|
<template slot-scope="scope">
|
303
|
305
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
304
|
306
|
</template>
|
|
@@ -308,7 +310,7 @@
|
308
|
310
|
align="center"
|
309
|
311
|
label="置换量(ml/h)"
|
310
|
312
|
width="100"
|
311
|
|
- v-if=" isShow('置换量') && (template_id == 43)" >
|
|
313
|
+ v-if=" isShow('置换量') && (template_id == 43 || template_id == 47)" >
|
312
|
314
|
<template slot-scope="scope">
|
313
|
315
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
314
|
316
|
</template>
|
|
@@ -318,7 +320,7 @@
|
318
|
320
|
align="center"
|
319
|
321
|
label="置换量(ml)"
|
320
|
322
|
width="100"
|
321
|
|
- v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
|
323
|
+ v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191 && template_id!=43 && template_id != 47) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 47)" >
|
322
|
324
|
<template slot-scope="scope">
|
323
|
325
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
324
|
326
|
</template>
|
|
@@ -329,7 +331,7 @@
|
329
|
331
|
align="center"
|
330
|
332
|
label="置换量(L)"
|
331
|
333
|
width="100"
|
332
|
|
- v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && template_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29&& template_id != 43)" >
|
|
334
|
+ v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && template_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 43 && template_id != 47)" >
|
333
|
335
|
<template slot-scope="scope">
|
334
|
336
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
335
|
337
|
</template>
|
|
@@ -687,12 +689,12 @@
|
687
|
689
|
</el-form-item>
|
688
|
690
|
</el-col>
|
689
|
691
|
|
690
|
|
- <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44) ">
|
|
692
|
+ <el-col :span="8" v-if="isShow('超滤率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47) ">
|
691
|
693
|
<el-form-item label="超滤率(ml/h)">
|
692
|
694
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
693
|
695
|
</el-form-item>
|
694
|
696
|
</el-col>
|
695
|
|
- <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35 && template_id != 38 && template_id != 41 && template_id != 43 && template_id != 44">
|
|
697
|
+ <el-col :span="8" v-if="isShow('超滤率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id != 29 && template_id != 30 && template_id != 31 && template_id != 34 && template_id != 35 && template_id != 38 && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 47">
|
696
|
698
|
<el-form-item label="超滤率(L/h)">
|
697
|
699
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
698
|
700
|
</el-form-item>
|
|
@@ -700,7 +702,7 @@
|
700
|
702
|
|
701
|
703
|
<el-col
|
702
|
704
|
:span="8"
|
703
|
|
- v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || org_id == 9555) " >
|
|
705
|
+ v-if=" isShow('超滤量') && (template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || org_id == 9555) " >
|
704
|
706
|
<el-form-item label="超滤量(ml):">
|
705
|
707
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
706
|
708
|
</el-form-item>
|
|
@@ -708,7 +710,7 @@
|
708
|
710
|
|
709
|
711
|
<el-col
|
710
|
712
|
:span="8"
|
711
|
|
- v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=41 && template_id!=43 && template_id!=44 && org_id !=9555" >
|
|
713
|
+ v-if=" isShow('超滤量') && template_id != 6 && template_id !=9 && template_id != 10 && template_id != 11 && template_id != 12 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && org_id !=9555" >
|
712
|
714
|
<el-form-item label="超滤量(L):">
|
713
|
715
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
714
|
716
|
</el-form-item>
|
|
@@ -727,12 +729,12 @@
|
727
|
729
|
<el-input v-model="form.dialysate_temperature"></el-input>
|
728
|
730
|
</el-form-item>
|
729
|
731
|
</el-col>
|
730
|
|
- <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29">
|
|
732
|
+ <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 47">
|
731
|
733
|
<el-form-item label="置换率(L/h):">
|
732
|
734
|
<el-input v-model="form.replacement_rate"></el-input>
|
733
|
735
|
</el-form-item>
|
734
|
736
|
</el-col>
|
735
|
|
- <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
|
|
737
|
+ <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 47)">
|
736
|
738
|
<el-form-item label="置换率(ml/min):">
|
737
|
739
|
<el-input v-model="form.replacement_rate"></el-input>
|
738
|
740
|
</el-form-item>
|
|
@@ -742,12 +744,12 @@
|
742
|
744
|
<el-input v-model="form.displacement_quantity"></el-input>
|
743
|
745
|
</el-form-item>
|
744
|
746
|
</el-col>
|
745
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43)">
|
|
747
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && template_id!=47)">
|
746
|
748
|
<el-form-item label="置换量(L):">
|
747
|
749
|
<el-input v-model="form.displacement_quantity"></el-input>
|
748
|
750
|
</el-form-item>
|
749
|
751
|
</el-col>
|
750
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
|
|
752
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 47)">
|
751
|
753
|
<el-form-item label="置换量(ml):">
|
752
|
754
|
<el-input v-model="form.displacement_quantity"></el-input>
|
753
|
755
|
</el-form-item>
|
|
@@ -1243,7 +1245,7 @@ export default {
|
1243
|
1245
|
this.form.temperature = ''; // this.last_monitor_record.pulse_frequency;
|
1244
|
1246
|
|
1245
|
1247
|
this.form.pulse_frequency = ''; // this.last_monitor_record.pulse_frequency;
|
1246
|
|
- this.form.breathing_rated = resp.monitor.breathing_rated ? resp.monitor.breathing_rated : '';
|
|
1248
|
+ // this.form.breathing_rated = resp.monitor.breathing_rated ? resp.monitor.breathing_rated : '';
|
1247
|
1249
|
this.form.systolic_bp = ''; // this.last_monitor_record.systolic_blood_pressure;
|
1248
|
1250
|
this.form.diastolic_bp = ''; // this.last_monitor_record.diastolic_blood_pressure;
|
1249
|
1251
|
this.form.blood_flow_volume = resp.monitor.blood_flow_volume ? resp.monitor.blood_flow_volume : '';
|
|
@@ -1262,6 +1264,12 @@ export default {
|
1262
|
1264
|
}else{
|
1263
|
1265
|
this.form.transmembrane_pressure = '' // this.last_monitor_record.transmembrane_pressure;
|
1264
|
1266
|
}
|
|
1267
|
+ if(this.org_id == 10318 || this.org_id == 9671){
|
|
1268
|
+ console.log("23323232323223",resp.monitor.breathing_rate)
|
|
1269
|
+ this.form.breathing_rated = resp.monitor.breathing_rate
|
|
1270
|
+ }else{
|
|
1271
|
+ this.form.breathing_rated = ''
|
|
1272
|
+ }
|
1265
|
1273
|
this.form.transmembrane_pressure_type = resp.monitor.transmembrane_pressure_type ? resp.monitor.transmembrane_pressure_type : 1;
|
1266
|
1274
|
this.form.ultrafiltration_rate = resp.monitor.ultrafiltration_rate ? resp.monitor.ultrafiltration_rate : '';
|
1267
|
1275
|
this.form.ultrafiltration_volume = resp.monitor.ultrafiltration_volume ? resp.monitor.ultrafiltration_volume : '';
|
|
@@ -1292,6 +1300,7 @@ export default {
|
1292
|
1300
|
this.form.blood_monitor = resp.monitor.blood_monitor?resp.monitor.blood_monitor:""
|
1293
|
1301
|
this.form.dehydration = resp.monitor.dehydration?resp.monitor.dehydration:""
|
1294
|
1302
|
this.form.heparin_amount = resp.monitor.heparin_amount?resp.monitor.heparin_amount:""
|
|
1303
|
+
|
1295
|
1304
|
})
|
1296
|
1305
|
},
|
1297
|
1306
|
|