|
@@ -154,7 +154,8 @@
|
154
|
154
|
template_id == 21 ||
|
155
|
155
|
template_id == 22 ||
|
156
|
156
|
template_id == 23 ||
|
157
|
|
- template_id == 24)
|
|
157
|
+ template_id == 24 ||
|
|
158
|
+ template_id == 26)
|
158
|
159
|
"
|
159
|
160
|
>
|
160
|
161
|
<template slot-scope="scope">
|
|
@@ -184,7 +185,8 @@
|
184
|
185
|
template_id != 21 &&
|
185
|
186
|
template_id != 22 &&
|
186
|
187
|
template_id != 23 &&
|
187
|
|
- template_id != 24
|
|
188
|
+ template_id != 24 &&
|
|
189
|
+ template_id != 26
|
188
|
190
|
"
|
189
|
191
|
>
|
190
|
192
|
<template slot-scope="scope">
|
|
@@ -230,7 +232,7 @@
|
230
|
232
|
align="center"
|
231
|
233
|
label="置换率(ml/min)"
|
232
|
234
|
width="120"
|
233
|
|
- v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)" >
|
|
235
|
+ v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)" >
|
234
|
236
|
<template slot-scope="scope">
|
235
|
237
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
236
|
238
|
</template>
|
|
@@ -241,7 +243,7 @@
|
241
|
243
|
align="center"
|
242
|
244
|
label="置换率(L/h)"
|
243
|
245
|
width="120"
|
244
|
|
- v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
|
246
|
+ v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
|
245
|
247
|
<template slot-scope="scope">
|
246
|
248
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
247
|
249
|
</template>
|
|
@@ -251,7 +253,7 @@
|
251
|
253
|
align="center"
|
252
|
254
|
label="置换量(ml)"
|
253
|
255
|
width="100"
|
254
|
|
- v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " >
|
|
256
|
+ v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26) " >
|
255
|
257
|
<template slot-scope="scope">
|
256
|
258
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
257
|
259
|
</template>
|
|
@@ -262,7 +264,7 @@
|
262
|
264
|
align="center"
|
263
|
265
|
label="置换量(L)"
|
264
|
266
|
width="100"
|
265
|
|
- v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" >
|
|
267
|
+ v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26" >
|
266
|
268
|
<template slot-scope="scope">
|
267
|
269
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
268
|
270
|
</template>
|
|
@@ -321,7 +323,7 @@
|
321
|
323
|
align="center"
|
322
|
324
|
label="超滤率(ml/h)"
|
323
|
325
|
width="100"
|
324
|
|
- 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) "
|
|
326
|
+ 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) "
|
325
|
327
|
>
|
326
|
328
|
<template slot-scope="scope">
|
327
|
329
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -332,7 +334,7 @@
|
332
|
334
|
align="center"
|
333
|
335
|
label="超滤率(L/h)"
|
334
|
336
|
width="100"
|
335
|
|
- 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"
|
|
337
|
+ 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"
|
336
|
338
|
>
|
337
|
339
|
<template slot-scope="scope">
|
338
|
340
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -473,12 +475,12 @@
|
473
|
475
|
</el-form-item>
|
474
|
476
|
</el-col>
|
475
|
477
|
|
476
|
|
- <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) ">
|
|
478
|
+ <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) ">
|
477
|
479
|
<el-form-item label="超滤率(ml/h)">
|
478
|
480
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
479
|
481
|
</el-form-item>
|
480
|
482
|
</el-col>
|
481
|
|
- <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">
|
|
483
|
+ <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">
|
482
|
484
|
<el-form-item label="超滤率(L/h)">
|
483
|
485
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
484
|
486
|
</el-form-item>
|
|
@@ -486,7 +488,7 @@
|
486
|
488
|
|
487
|
489
|
<el-col
|
488
|
490
|
:span="8"
|
489
|
|
- 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) " >
|
|
491
|
+ 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) " >
|
490
|
492
|
<el-form-item label="超滤量(ml):">
|
491
|
493
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
492
|
494
|
</el-form-item>
|
|
@@ -494,7 +496,7 @@
|
494
|
496
|
|
495
|
497
|
<el-col
|
496
|
498
|
:span="8"
|
497
|
|
- 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" >
|
|
499
|
+ 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" >
|
498
|
500
|
<el-form-item label="超滤量(L):">
|
499
|
501
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
500
|
502
|
</el-form-item>
|
|
@@ -513,22 +515,22 @@
|
513
|
515
|
<el-input v-model="form.dialysate_temperature"></el-input>
|
514
|
516
|
</el-form-item>
|
515
|
517
|
</el-col>
|
516
|
|
- <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
|
518
|
+ <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
|
517
|
519
|
<el-form-item label="置换率(L/h):">
|
518
|
520
|
<el-input v-model="form.replacement_rate"></el-input>
|
519
|
521
|
</el-form-item>
|
520
|
522
|
</el-col>
|
521
|
|
- <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
|
|
523
|
+ <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
|
522
|
524
|
<el-form-item label="置换率(ml/min):">
|
523
|
525
|
<el-input v-model="form.replacement_rate"></el-input>
|
524
|
526
|
</el-form-item>
|
525
|
527
|
</el-col>
|
526
|
|
- <el-col :span="8" v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
|
528
|
+ <el-col :span="8" v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
|
527
|
529
|
<el-form-item label="置换量(L):">
|
528
|
530
|
<el-input v-model="form.displacement_quantity"></el-input>
|
529
|
531
|
</el-form-item>
|
530
|
532
|
</el-col>
|
531
|
|
- <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
|
|
533
|
+ <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
|
532
|
534
|
<el-form-item label="置换量(ml):">
|
533
|
535
|
<el-input v-model="form.displacement_quantity"></el-input>
|
534
|
536
|
</el-form-item>
|