|
@@ -140,7 +140,7 @@
|
140
|
140
|
align="center"
|
141
|
141
|
label="超滤量(ml)"
|
142
|
142
|
width="110"
|
143
|
|
- v-if="isShow('超滤量') && (template_id == 6 || template_id == 10)"
|
|
143
|
+ v-if="isShow('超滤量') && (template_id == 6 || template_id == 10 || template_id == 11)"
|
144
|
144
|
>
|
145
|
145
|
<template slot-scope="scope">
|
146
|
146
|
{{
|
|
@@ -155,7 +155,7 @@
|
155
|
155
|
align="center"
|
156
|
156
|
label="超滤量(L)"
|
157
|
157
|
width="110"
|
158
|
|
- v-if="isShow('超滤量') && template_id != 6 && template_id != 10"
|
|
158
|
+ v-if="isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11"
|
159
|
159
|
>
|
160
|
160
|
<template slot-scope="scope">
|
161
|
161
|
{{
|
|
@@ -200,7 +200,7 @@
|
200
|
200
|
align="center"
|
201
|
201
|
label="置换率(ml/min)"
|
202
|
202
|
width="120"
|
203
|
|
- v-if="isShow('置换率') && (template_id == 6 || template_id == 10)"
|
|
203
|
+ v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11)"
|
204
|
204
|
>
|
205
|
205
|
<template slot-scope="scope">
|
206
|
206
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
|
@@ -211,7 +211,7 @@
|
211
|
211
|
align="center"
|
212
|
212
|
label="置换率(L/h)"
|
213
|
213
|
width="120"
|
214
|
|
- v-if="isShow('置换率') && template_id != 6 && template_id != 10"
|
|
214
|
+ v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11"
|
215
|
215
|
>
|
216
|
216
|
<template slot-scope="scope">
|
217
|
217
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
|
@@ -222,7 +222,7 @@
|
222
|
222
|
align="center"
|
223
|
223
|
label="置换量(ml)"
|
224
|
224
|
width="100"
|
225
|
|
- v-if="isShow('置换量') && (template_id == 6 || template_id == 10)"
|
|
225
|
+ v-if="isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11)"
|
226
|
226
|
>
|
227
|
227
|
<template slot-scope="scope">
|
228
|
228
|
{{
|
|
@@ -238,7 +238,7 @@
|
238
|
238
|
align="center"
|
239
|
239
|
label="SpO₂(%)"
|
240
|
240
|
width="100"
|
241
|
|
- v-if="isShow('SpO₂') && template_id != 6 && template_id != 10"
|
|
241
|
+ v-if="isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11"
|
242
|
242
|
>
|
243
|
243
|
<template slot-scope="scope">
|
244
|
244
|
{{
|
|
@@ -254,7 +254,7 @@
|
254
|
254
|
align="center"
|
255
|
255
|
label="置换量(L)"
|
256
|
256
|
width="100"
|
257
|
|
- v-if="isShow('置换量') && template_id != 6 && template_id != 10"
|
|
257
|
+ v-if="isShow('置换量') && template_id != 6 && template_id != 10 || template_id != 11"
|
258
|
258
|
>
|
259
|
259
|
<template slot-scope="scope">
|
260
|
260
|
{{
|
|
@@ -417,12 +417,12 @@
|
417
|
417
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
418
|
418
|
</el-form-item>
|
419
|
419
|
</el-col>
|
420
|
|
- <el-col :span="8" v-if="isShow('超滤量') &&(template_id != 6 || template_id != 10)">
|
|
420
|
+ <el-col :span="8" v-if="isShow('超滤量') &&(template_id != 6 || template_id != 10 || template_id != 11)">
|
421
|
421
|
<el-form-item label="超滤量(ml):">
|
422
|
422
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
423
|
423
|
</el-form-item>
|
424
|
424
|
</el-col>
|
425
|
|
- <el-col :span="8" v-if="isShow('超滤量') && template_id != 6 && template_id != 10">
|
|
425
|
+ <el-col :span="8" v-if="isShow('超滤量') && template_id != 6 && template_id != 10 && template_id != 11">
|
426
|
426
|
<el-form-item label="超滤量(L):">
|
427
|
427
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
428
|
428
|
</el-form-item>
|
|
@@ -778,6 +778,9 @@ export default {
|
778
|
778
|
this.form.replacement_rate = resp.monitor.replacement_rate
|
779
|
779
|
? resp.monitor.replacement_rate
|
780
|
780
|
: "";
|
|
781
|
+ this.form.heparin = resp.monitor.heparin
|
|
782
|
+ ? resp.monitor.heparin
|
|
783
|
+ : "";
|
781
|
784
|
this.form.displacement_quantity = ""; // this.last_monitor_record.displacement_quantity;
|
782
|
785
|
this.form.conductivity = "";
|
783
|
786
|
this.form.displacement_flow_quantity = "";
|
|
@@ -836,6 +839,8 @@ export default {
|
836
|
839
|
this.form.displacement_quantity = "";
|
837
|
840
|
this.form.conductivity = "";
|
838
|
841
|
this.form.displacement_flow_quantity = "";
|
|
842
|
+ this.form.heparin = "";
|
|
843
|
+
|
839
|
844
|
this.form.ktv = "";
|
840
|
845
|
this.form.symptom = "";
|
841
|
846
|
this.form.dispose = "";
|
|
@@ -898,6 +903,12 @@ export default {
|
898
|
903
|
? monitor.displacement_flow_quantity
|
899
|
904
|
: "";
|
900
|
905
|
|
|
906
|
+ this.form.heparin = monitor.heparin
|
|
907
|
+ ? monitor.heparin
|
|
908
|
+ : "";
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
901
|
912
|
this.form.ktv = monitor.ktv;
|
902
|
913
|
this.form.symptom = monitor.symptom;
|
903
|
914
|
this.form.dispose = monitor.dispose;
|
|
@@ -983,6 +994,12 @@ export default {
|
983
|
994
|
? 0
|
984
|
995
|
: parseFloat(this.form.displacement_flow_quantity);
|
985
|
996
|
|
|
997
|
+
|
|
998
|
+ this.form.heparin =
|
|
999
|
+ parseFloat(this.form.heparin) == NaN
|
|
1000
|
+ ? 0
|
|
1001
|
+ : parseFloat(this.form.heparin);
|
|
1002
|
+
|
986
|
1003
|
this.form.ktv =
|
987
|
1004
|
parseFloat(this.form.ktv) == NaN ? 0 : parseFloat(this.form.ktv);
|
988
|
1005
|
this.form.monitoring_date = parseInt(this.form.monitoring_date);
|
|
@@ -1085,6 +1102,11 @@ export default {
|
1085
|
1102
|
? 0
|
1086
|
1103
|
: parseFloat(this.form.displacement_flow_quantity);
|
1087
|
1104
|
|
|
1105
|
+ this.form.heparin =
|
|
1106
|
+ parseFloat(this.form.heparin) == NaN
|
|
1107
|
+ ? 0
|
|
1108
|
+ : parseFloat(this.form.heparin);
|
|
1109
|
+
|
1088
|
1110
|
this.form.ktv =
|
1089
|
1111
|
parseFloat(this.form.ktv) == NaN ? 0 : parseFloat(this.form.ktv);
|
1090
|
1112
|
|