|
@@ -666,7 +666,7 @@
|
666
|
666
|
align="center"
|
667
|
667
|
label="置换液流量(ml/h)"
|
668
|
668
|
width="100"
|
669
|
|
- v-if="isShow('置换液流量') && template_id != 27"
|
|
669
|
+ v-if="isShow('置换液流量') && template_id != 27 && template_id != 60"
|
670
|
670
|
>
|
671
|
671
|
<template slot-scope="scope">
|
672
|
672
|
{{
|
|
@@ -681,7 +681,7 @@
|
681
|
681
|
align="center"
|
682
|
682
|
label="置换液流量(ml/min)"
|
683
|
683
|
width="100"
|
684
|
|
- v-if="isShow('置换液流量') && template_id == 27"
|
|
684
|
+ v-if="isShow('置换液流量') && (template_id == 27 || template_id == 60)"
|
685
|
685
|
>
|
686
|
686
|
<template slot-scope="scope">
|
687
|
687
|
{{
|
|
@@ -1492,13 +1492,13 @@
|
1492
|
1492
|
</el-form-item>
|
1493
|
1493
|
</el-col>
|
1494
|
1494
|
|
1495
|
|
- <el-col :span="8" v-if="isShow('置换液流量') && template_id != 27">
|
|
1495
|
+ <el-col :span="8" v-if="isShow('置换液流量') && template_id != 27 && template_id != 60">
|
1496
|
1496
|
<el-form-item label="置换液流量(ml/h):" :prop="isName('置换液流量')"
|
1497
|
1497
|
:rules="isCheckmust('置换液流量')">
|
1498
|
1498
|
<el-input v-model="form.displacement_flow_quantity"></el-input>
|
1499
|
1499
|
</el-form-item>
|
1500
|
1500
|
</el-col>
|
1501
|
|
- <el-col :span="8" v-if="isShow('置换液流量') && template_id == 27">
|
|
1501
|
+ <el-col :span="8" v-if="isShow('置换液流量') && (template_id ==27 || template_id == 60)">
|
1502
|
1502
|
<el-form-item label="置换液流量(ml/min):" :prop="isName('置换液流量')"
|
1503
|
1503
|
:rules="isCheckmust('置换液流量')">
|
1504
|
1504
|
<el-input v-model="form.displacement_flow_quantity"></el-input>
|