|
@@ -157,6 +157,8 @@
|
157
|
157
|
template_id == 24 ||
|
158
|
158
|
template_id == 26 ||
|
159
|
159
|
template_id == 27 ||
|
|
160
|
+ template_id == 29 ||
|
|
161
|
+ template_id == 30 ||
|
160
|
162
|
org_id == 9555)
|
161
|
163
|
"
|
162
|
164
|
>
|
|
@@ -190,6 +192,8 @@
|
190
|
192
|
template_id != 24 &&
|
191
|
193
|
template_id != 26 &&
|
192
|
194
|
template_id != 27 &&
|
|
195
|
+ template_id != 29 &&
|
|
196
|
+ template_id != 30 &&
|
193
|
197
|
org_id!=9555
|
194
|
198
|
"
|
195
|
199
|
>
|
|
@@ -207,7 +211,7 @@
|
207
|
211
|
align="center"
|
208
|
212
|
label="超滤率(ml/h)"
|
209
|
213
|
width="100"
|
210
|
|
- 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) "
|
|
214
|
+ 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) "
|
211
|
215
|
>
|
212
|
216
|
<template slot-scope="scope">
|
213
|
217
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -218,7 +222,7 @@
|
218
|
222
|
align="center"
|
219
|
223
|
label="超滤率(L/h)"
|
220
|
224
|
width="100"
|
221
|
|
- 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"
|
|
225
|
+ 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"
|
222
|
226
|
>
|
223
|
227
|
<template slot-scope="scope">
|
224
|
228
|
{{ scope.row.ultrafiltration_rate ? scope.row.ultrafiltration_rate : "" }}
|
|
@@ -259,7 +263,7 @@
|
259
|
263
|
align="center"
|
260
|
264
|
label="置换率(ml/min)"
|
261
|
265
|
width="120"
|
262
|
|
- v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)" >
|
|
266
|
+ v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
263
|
267
|
<template slot-scope="scope">
|
264
|
268
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
265
|
269
|
</template>
|
|
@@ -270,7 +274,7 @@
|
270
|
274
|
align="center"
|
271
|
275
|
label="置换率(L/h)"
|
272
|
276
|
width="120"
|
273
|
|
- v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
|
|
277
|
+ v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29">
|
274
|
278
|
<template slot-scope="scope">
|
275
|
279
|
{{ scope.row.replacement_rate ? scope.row.replacement_rate : "" }}
|
276
|
280
|
</template>
|
|
@@ -280,7 +284,7 @@
|
280
|
284
|
align="center"
|
281
|
285
|
label="置换量(ml)"
|
282
|
286
|
width="100"
|
283
|
|
- v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)" >
|
|
287
|
+ v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" >
|
284
|
288
|
<template slot-scope="scope">
|
285
|
289
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
286
|
290
|
</template>
|
|
@@ -291,7 +295,7 @@
|
291
|
295
|
align="center"
|
292
|
296
|
label="置换量(L)"
|
293
|
297
|
width="100"
|
294
|
|
- v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26)" >
|
|
298
|
+ v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" >
|
295
|
299
|
<template slot-scope="scope">
|
296
|
300
|
{{ scope.row.displacement_quantity ? scope.row.displacement_quantity : "" }}
|
297
|
301
|
</template>
|
|
@@ -325,7 +329,18 @@
|
325
|
329
|
align="center"
|
326
|
330
|
label="置换液流量(ml/h)"
|
327
|
331
|
width="100"
|
328
|
|
- v-if="isShow('置换液流量')"
|
|
332
|
+ v-if="isShow('置换液流量') && template_id != 27"
|
|
333
|
+ >
|
|
334
|
+ <template slot-scope="scope">
|
|
335
|
+ {{ scope.row.displacement_flow_quantity ? scope.row.displacement_flow_quantity : "" }}
|
|
336
|
+ </template>
|
|
337
|
+ </el-table-column>
|
|
338
|
+ <el-table-column
|
|
339
|
+ prop="displacement_flow_quantity"
|
|
340
|
+ align="center"
|
|
341
|
+ label="置换液流量(ml/min)"
|
|
342
|
+ width="100"
|
|
343
|
+ v-if="isShow('置换液流量') && template_id == 27"
|
329
|
344
|
>
|
330
|
345
|
<template slot-scope="scope">
|
331
|
346
|
{{ scope.row.displacement_flow_quantity ? scope.row.displacement_flow_quantity : "" }}
|
|
@@ -481,12 +496,12 @@
|
481
|
496
|
</el-form-item>
|
482
|
497
|
</el-col>
|
483
|
498
|
|
484
|
|
- <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) ">
|
|
499
|
+ <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) ">
|
485
|
500
|
<el-form-item label="超滤率(ml/h)">
|
486
|
501
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
487
|
502
|
</el-form-item>
|
488
|
503
|
</el-col>
|
489
|
|
- <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">
|
|
504
|
+ <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">
|
490
|
505
|
<el-form-item label="超滤率(L/h)">
|
491
|
506
|
<el-input v-model="form.ultrafiltration_rate"></el-input>
|
492
|
507
|
</el-form-item>
|
|
@@ -494,7 +509,7 @@
|
494
|
509
|
|
495
|
510
|
<el-col
|
496
|
511
|
: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 || template_id == 26 || template_id == 27 || org_id == 9555) " >
|
|
512
|
+ 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 == 27 || template_id == 29 || template_id == 30 || org_id == 9555) " >
|
498
|
513
|
<el-form-item label="超滤量(ml):">
|
499
|
514
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
500
|
515
|
</el-form-item>
|
|
@@ -502,7 +517,7 @@
|
502
|
517
|
|
503
|
518
|
<el-col
|
504
|
519
|
:span="8"
|
505
|
|
- 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!=27 && org_id !=9555" >
|
|
520
|
+ 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!=27 && template_id!=29 && template_id!=30 && org_id !=9555" >
|
506
|
521
|
<el-form-item label="超滤量(L):">
|
507
|
522
|
<el-input v-model="form.ultrafiltration_volume"></el-input>
|
508
|
523
|
</el-form-item>
|
|
@@ -521,22 +536,22 @@
|
521
|
536
|
<el-input v-model="form.dialysate_temperature"></el-input>
|
522
|
537
|
</el-form-item>
|
523
|
538
|
</el-col>
|
524
|
|
- <el-col :span="8" v-if="isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26">
|
|
539
|
+ <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">
|
525
|
540
|
<el-form-item label="置换率(L/h):">
|
526
|
541
|
<el-input v-model="form.replacement_rate"></el-input>
|
527
|
542
|
</el-form-item>
|
528
|
543
|
</el-col>
|
529
|
|
- <el-col :span="8" v-if="isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
|
|
544
|
+ <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)">
|
530
|
545
|
<el-form-item label="置换率(ml/min):">
|
531
|
546
|
<el-input v-model="form.replacement_rate"></el-input>
|
532
|
547
|
</el-form-item>
|
533
|
548
|
</el-col>
|
534
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26)">
|
|
549
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)">
|
535
|
550
|
<el-form-item label="置换量(L):">
|
536
|
551
|
<el-input v-model="form.displacement_quantity"></el-input>
|
537
|
552
|
</el-form-item>
|
538
|
553
|
</el-col>
|
539
|
|
- <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26)">
|
|
554
|
+ <el-col :span="8" v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)">
|
540
|
555
|
<el-form-item label="置换量(ml):">
|
541
|
556
|
<el-input v-model="form.displacement_quantity"></el-input>
|
542
|
557
|
</el-form-item>
|
|
@@ -548,11 +563,16 @@
|
548
|
563
|
</el-form-item>
|
549
|
564
|
</el-col>
|
550
|
565
|
|
551
|
|
- <el-col :span="8" v-if="isShow('置换液流量')">
|
|
566
|
+ <el-col :span="8" v-if="isShow('置换液流量') && template_id != 27">
|
552
|
567
|
<el-form-item label="置换液流量(ml/h):">
|
553
|
568
|
<el-input v-model="form.displacement_flow_quantity"></el-input>
|
554
|
569
|
</el-form-item>
|
555
|
570
|
</el-col>
|
|
571
|
+ <el-col :span="8" v-if="isShow('置换液流量') && template_id == 27">
|
|
572
|
+ <el-form-item label="置换液流量(ml/min):">
|
|
573
|
+ <el-input v-model="form.displacement_flow_quantity"></el-input>
|
|
574
|
+ </el-form-item>
|
|
575
|
+ </el-col>
|
556
|
576
|
|
557
|
577
|
<el-col :span="8" v-if="isShow('透析液流量')">
|
558
|
578
|
<el-form-item label="透析液流量(ml/h):">
|