|
@@ -149,7 +149,8 @@
|
149
|
149
|
template_id == 13 ||
|
150
|
150
|
template_id == 17 ||
|
151
|
151
|
template_id == 18 ||
|
152
|
|
- template_id == 19)
|
|
152
|
+ template_id == 19 ||
|
|
153
|
+ template_id == 20)
|
153
|
154
|
"
|
154
|
155
|
>
|
155
|
156
|
<template slot-scope="scope">
|
|
@@ -174,7 +175,8 @@
|
174
|
175
|
template_id != 13 &&
|
175
|
176
|
template_id != 17 &&
|
176
|
177
|
template_id != 18 &&
|
177
|
|
- template_id != 19
|
|
178
|
+ template_id != 19 &&
|
|
179
|
+ template_id != 20
|
178
|
180
|
"
|
179
|
181
|
>
|
180
|
182
|
<template slot-scope="scope">
|
|
@@ -220,7 +222,7 @@
|
220
|
222
|
align="center"
|
221
|
223
|
label="置换率(ml/min)"
|
222
|
224
|
width="120"
|
223
|
|
- v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11)" >
|
|
225
|
+ v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)" >
|
224
|
226
|
<template slot-scope="scope">
|
225
|
227
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
226
|
228
|
</template>
|
|
@@ -231,7 +233,7 @@
|
231
|
233
|
align="center"
|
232
|
234
|
label="置换率(L/h)"
|
233
|
235
|
width="120"
|
234
|
|
- v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11">
|
|
236
|
+ v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
235
|
237
|
<template slot-scope="scope">
|
236
|
238
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
237
|
239
|
</template>
|
|
@@ -241,7 +243,7 @@
|
241
|
243
|
align="center"
|
242
|
244
|
label="置换量(ml)"
|
243
|
245
|
width="100"
|
244
|
|
- v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11) " >
|
|
246
|
+ v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20) " >
|
245
|
247
|
<template slot-scope="scope">
|
246
|
248
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
247
|
249
|
</template>
|
|
@@ -252,7 +254,7 @@
|
252
|
254
|
align="center"
|
253
|
255
|
label="置换量(L)"
|
254
|
256
|
width="100"
|
255
|
|
- v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 " >
|
|
257
|
+ v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20" >
|
256
|
258
|
<template slot-scope="scope">
|
257
|
259
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
258
|
260
|
</template>
|
|
@@ -311,7 +313,7 @@
|
311
|
313
|
align="center"
|
312
|
314
|
label="超滤率(ml/h)"
|
313
|
315
|
width="100"
|
314
|
|
- 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) "
|
|
316
|
+ 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) "
|
315
|
317
|
>
|
316
|
318
|
<template slot-scope="scope">
|
317
|
319
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -322,7 +324,7 @@
|
322
|
324
|
align="center"
|
323
|
325
|
label="超滤率(L/h)"
|
324
|
326
|
width="100"
|
325
|
|
- 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"
|
|
327
|
+ 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"
|
326
|
328
|
>
|
327
|
329
|
<template slot-scope="scope">
|
328
|
330
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -463,12 +465,12 @@
|
463
|
465
|
</el-form-item>
|
464
|
466
|
</el-col>
|
465
|
467
|
|
466
|
|
- <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) ">
|
|
468
|
+ <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) ">
|
467
|
469
|
<el-form-item label="超滤率(ml/h)">
|
468
|
470
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
469
|
471
|
</el-form-item>
|
470
|
472
|
</el-col>
|
471
|
|
- <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">
|
|
473
|
+ <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">
|
472
|
474
|
<el-form-item label="超滤率(L/h)">
|
473
|
475
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
474
|
476
|
</el-form-item>
|
|
@@ -476,7 +478,7 @@
|
476
|
478
|
|
477
|
479
|
<el-col
|
478
|
480
|
:span="8"
|
479
|
|
- 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) " >
|
|
481
|
+ 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) " >
|
480
|
482
|
<el-form-item label="超滤量(ml):">
|
481
|
483
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
482
|
484
|
</el-form-item>
|
|
@@ -484,7 +486,7 @@
|
484
|
486
|
|
485
|
487
|
<el-col
|
486
|
488
|
:span="8"
|
487
|
|
- 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" >
|
|
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" >
|
488
|
490
|
<el-form-item label="超滤量(L):">
|
489
|
491
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
490
|
492
|
</el-form-item>
|
|
@@ -503,16 +505,26 @@
|
503
|
505
|
<el-input v-model="form.dialysate_temperature"></el-input>
|
504
|
506
|
</el-form-item>
|
505
|
507
|
</el-col>
|
506
|
|
- <el-col :span="8" v-if="isShow('置换率')">
|
|
508
|
+ <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
507
|
509
|
<el-form-item label="置换率(L/h):">
|
508
|
510
|
<el-input v-model="form.replacement_rate"></el-input>
|
509
|
511
|
</el-form-item>
|
510
|
512
|
</el-col>
|
511
|
|
- <el-col :span="8" v-if="isShow('置换量')">
|
|
513
|
+ <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
|
|
514
|
+ <el-form-item label="置换率(ml/min):">
|
|
515
|
+ <el-input v-model="form.replacement_rate"></el-input>
|
|
516
|
+ </el-form-item>
|
|
517
|
+ </el-col>
|
|
518
|
+ <el-col :span="8" v-if=" isShow('置换量') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20">
|
512
|
519
|
<el-form-item label="置换量(L):">
|
513
|
520
|
<el-input v-model="form.displacement_quantity"></el-input>
|
514
|
521
|
</el-form-item>
|
515
|
522
|
</el-col>
|
|
523
|
+ <el-col :span="8" v-if=" isShow('置换量') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20)">
|
|
524
|
+ <el-form-item label="置换量(ml):">
|
|
525
|
+ <el-input v-model="form.displacement_quantity"></el-input>
|
|
526
|
+ </el-form-item>
|
|
527
|
+ </el-col>
|
516
|
528
|
|
517
|
529
|
<el-col :span="8" v-if="isShow('电导度')">
|
518
|
530
|
<el-form-item label="电导度(mS/m):">
|